Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/chart memory leak #1692

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Bugfix/chart memory leak #1692

merged 4 commits into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Remove caching system for calculated minX, maxX, minY and maxY values…

    … in the lineChart, it caused some memory issues, we will remove the caching for now, but later we have to move the calculations into the renderers to keep and update the values when the data changes, #1106
    imaNNeo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2f167af View commit details
    Browse the repository at this point in the history
  2. Remove caching system for calculated minY and maxY values in the barC…

    …hart, it caused some memory issues, we will remove the caching for now, but later we have to move the calculations into the renderers to keep and update the values when the data changes, #1106
    imaNNeo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ef8521f View commit details
    Browse the repository at this point in the history
  3. Remove caching system for calculated minX, maxX, minY and maxY values…

    … in the scatterChart, it caused some memory issues, we will remove the caching for now, but later we have to move the calculations into the renderers to keep and update the values when the data changes, #1106
    imaNNeo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    843bdef View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    imaNNeo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5b7eee8 View commit details
    Browse the repository at this point in the history