Live-Charts v0.9.0 Release Notes

Release Date: 2017-01-17 // over 7 years ago
  • ๐Ÿš€ This release has no significant code changes, this means that the is a low probability to introduce new bugs (please don't), it fixes many old issues that required a detailed review.

    ๐Ÿ’ฅ Breaking Changes

    • โšก๏ธ Chart.UpdaterTick delegate changed from void UpdaterTickHandler() to void UpdaterTickHandler(object sender) where sender is the chart that fired the event.

    ๐Ÿ†• New Features

    • โšก๏ธ Default tooltip for CartesianChart had a considerable visual improvement, it is also much more flexible, the article about tooltips in the site will be updated showing the new features
    • ๐Ÿ‘€ Finally one of the ugliest issues (in my opinion) was fixed, series were not able to let the chart know its points size, this caused points to be not completely rendered, see #341
    • ๐ŸŒ You can now bind any event in the library, there will be a new article in the web site about events, listing them all and showing a brief example.
    • ๐Ÿ†• New Logarithmic Axis, now you can add logarithmic axes with any base to a cartesian chart.
    • Gauges are much more flexible. the site will show a new article with the new gauge capabilities.

    ๐Ÿ›  Fixed issues

    • ๐Ÿ›  Fixed an issue where HeatAlgorithm color interpolation method was not working correctly if the weight min value was not zero.
    • ๐Ÿ›  Fixed an issue where angular gauge was trying to draw multiple separators depending on the gauge range, the gauge range.
    • #341, #352, #338, #330, #42, #20