Skip to content

Releases: beto-rodriguez/LiveCharts2

beta .70

02 Sep 21:42
Compare
Choose a tag to compare
beta .70 Pre-release
Pre-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.

beta.60

21 Aug 02:04
Compare
Choose a tag to compare
beta.60 Pre-release
Pre-release

Multiple designer improvements.

beta.50

18 Aug 02:58
Compare
Choose a tag to compare
beta.50 Pre-release
Pre-release

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

03 Aug 02:10
Compare
Choose a tag to compare
beta.40 Pre-release
Pre-release

Published the WinUI and UWP packages to NuGet 📦 🥳

Multiple fixes:

  • general review about how the library handles updates from multiple threads.
  • #122
  • #68
  • #63
  • #43
  • #100
  • #70

2.0.0-beta.33

21 Jul 20:21
Compare
Choose a tag to compare
2.0.0-beta.33 Pre-release
Pre-release

Multiples fixes:

#64
#90
#92
#91
9d8502f
1ad7d7f

2.0.0-beta.19

07 Jul 00:18
Compare
Choose a tag to compare
2.0.0-beta.19 Pre-release
Pre-release
  • Introduces the GeoMap control:

image

  • Now you can easily generate images from a chart (see #16)

  • Multiple minor fixes

2.0.0-beta.17

24 Jun 22:27
Compare
Choose a tag to compare
2.0.0-beta.17 Pre-release
Pre-release

Introduces step line, financial and heat series.

image

image

image

Fixes multiple issues:

#56
#52
#28
#27

2.0.0-beta.16

14 Jun 17:43
Compare
Choose a tag to compare
2.0.0-beta.16 Pre-release
Pre-release

Multiple fixes and improvements, this version introduces sections:

image

You can find a sample for each platform at General/Sections forlder

multiple fixes to legends

03 Jun 22:26
Compare
Choose a tag to compare
Pre-release
2.0.0-beta.14

legend docs

2.0.0-beta.13

02 Jun 01:23
Compare
Choose a tag to compare
2.0.0-beta.13 Pre-release
Pre-release
fixes #46