Releases: beto-rodriguez/LiveCharts2
Releases · beto-rodriguez/LiveCharts2
beta .70
- 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.
beta.60
Multiple designer improvements.
beta.50
Multiple fixes:
- Improved
MotionCanvas
class for UWP and WinUI, now charts in both platforms have smoother animations. - Improved how the library handles multithreading updates for all the platforms.
- Improved and implemented correctly render transforms in the geometries defined by the library, (translate, rotate, scale, skew and matrix) all are animatable now.
- #143, fixed an issue where sections could be drawn out of the draw margin bounds.
- #142, fixed an issue related with column series spacing.
- #140, now we can set fonts in every
Paint
object in the library. - #139, fixed a bug when stacked series were grouped.
- #136, new feature, force the step on axes.
- #128, now series are smarter and consider the geometry size to decide the axis range.
beta.40
2.0.0-beta.33
2.0.0-beta.19
- Introduces the
GeoMap
control:
-
Now you can easily generate images from a chart (see #16)
-
Multiple minor fixes
2.0.0-beta.17
2.0.0-beta.16
multiple fixes to legends
2.0.0-beta.14 legend docs
2.0.0-beta.13
fixes #46