OudomMunint / .NetMAUI-To-Do-List-App

A to do list app that performs CRUD operations. Made with .Net MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI - Dashboard Page - Value labels overlap

OudomMunint opened this issue · comments

When values inside entry changes, and the chart is redrawn. The old instance of the chart isn't disposed, same goes for value labels.

Things to try:

  • Dispose charts with OnDisappearing()
  • Re-Call draw chart on Initialize.

Closing via PR #157