Live-Charts v0.9.1 Release Notes

Release Date: 2017-02-04 // about 7 years ago
  • ๐Ÿš€ No changes in this version, the library feels now really solid and stable in my opinion, I have been fixing the most annoying issues in the library the couple of last releases, things are close to release v 1.0, next things to fix before releasing 1.0 are pie charts and maps.

    ๐Ÿ†• New Features

    • Now we can disable zooming and enable panning or vise versa
    • โšก๏ธ ChartValues now implements INotifyCollectionChanged and INotifyPropertyChanged, which means this class now updates the UI and not only the chart as it used to for more info see #284

    ๐Ÿ›  Fixed issues

    • ๐Ÿ›  Fixed an issue where animated zooming was not queuing the request in the updater, this caused the chart to redraw every time we scrolled the mouse wheel, now animated zoom behaves much better.
    • #444
    • #284 (partially, I reopened)
    • #448
    • #431
    • #443