2.0.0-rc1
Pre-releaseThe first release candidate of LiveCharts2 is finally here, this release fixes a lot of reported issues, and improves the user interaction with the chart on Android, iOS, Mac Catalyst and Windows, a lot of new examples were added to the web site.
Whats next for the LiveCharts2?
Most of the issues of the library seem to be solved now, the first GA release should come soon (November/December 2023), the Backers's Package (performance, themes and extended features) should be available for everyone soon, this package will make it even easier to create stunning charts.
User interaction
This release improves the user interaction with the chart on touch screens, touch pads and the mouse/magic mouse; On MAUI and Uno we use the native events in every OS to create a custom experience for the library, on Avalonia, we use the events provided by the framework.
On previous versions, some examples in the web were not working properly, now every sample works as the docs say.
LiveChartsBehaviours2.mp4
LiveChartsBehaviours.mp4
New charts
Since a couple of releases ago, new chart types were added, this release announces the new types:
- Angular gauges
- Error bars
- Box Series
Multiple new examples in the web site
A lot of examples in the repo were not in the web site, there are a lot of new examples:
Issues fixed:
- Multiline labels were improved, in previous versions there were special cases where text was not measured properly.
- Tooltips and legends, now by default wrap every long string into multiple lines, this helps to prevent that the tooltip goes out of the chart, tooltips in LiveCharts are limited to the control area but when you need a "framework specific" tooltip, you can create your own (#912)
- Events on MAUI and Uno work much better, the implementation of native events, allowed LiveCharts to invoke the correct event no matter the OS the chart is running on.
- #1076
- #1188
- #1198
- #1242
- #1209 (updated site sample, see the web site for the solution)
- #1140
- #1200
- #738
- #1145
- #1154
- #1166
- #907
What's Changed
- 2.0.0-beta.911 by @beto-rodriguez in #1153
- Update gauges by @beto-rodriguez in #1158
- box series by @beto-rodriguez in #1172
- Error series by @beto-rodriguez in #1174
- 2.0.0-beta.920 by @beto-rodriguez in #1179
- Update docs by @beto-rodriguez in #1182
- Visual elements pointer down event by @beto-rodriguez in #1193
- Axes improvements by @beto-rodriguez in #1196
- Maui events by @beto-rodriguez in #1201
- Update boxseries.md by @Zottel92 in #1202
- Fixes to angular gauges by @beto-rodriguez in #1204
- 2.0.0-beta.950 by @beto-rodriguez in #1206
- Syncs docs with site. by @beto-rodriguez in #1207
- Native events by @beto-rodriguez in #1214
- Gestures standard by @beto-rodriguez in #1230
- Improve multiline labels by @beto-rodriguez in #1232
- Labels max width by @beto-rodriguez in #1238
- RC1 by @beto-rodriguez in #1245
New Contributors
Full Changelog: 2.0.0-beta.910...2.0.0-rc1