beta .70
Pre-release
Pre-release
beto-rodriguez
released this
02 Sep 21:42
·
2237 commits
to master
since this release
- Polar charts are supported now
- Fixed an issue where labels were not measured properly, it was affecting Gauges directly
- Removed the dependency to System.Drawing namespace
- Added
IsVisible
property to sections - Improved how the library applies themes
- Fixed an issue in WPF when the update comes from another thread different from the UI thread
- Added support for animations using key frames
- Improved designer #164
- Fixed multiple issue when adding/removing controls from the visual tree #133 #163 #162
- #165 Load SkiaSharp fonts easier
Breaking changes
#158 Sadly this is the first release that has breaking changes, but the changes are minimal and might not apply for everyone using the library.
Any property of type System.Drawing.Color now should use LiveChartsCore.Drawing.LvcColor.
Any property of type System.Drawing.SizeF now should use LiveChartsCore.Drawing.LvcSize.
Any property of type System.Drawing.PointF now should use LiveChartsCore.Drawing.LvcPoint.