We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da75e7 commit cf0ebe5Copy full SHA for cf0ebe5
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+## 1.0.0
2
+Initial release
3
+
4
+Support for Chart.js v4
5
6
+Noteworthy changes compared to [Chart.java](https://github.com/mdewilde/chart):
7
+* Changed the package to ``software.xdev.chartjs.model``
8
+* All charts (e.g. ``BarChart``, ``LineChart``, ...) are now inside the ``charts`` package
9
+* Breaking API changes due to compatibility with Chart.js v4; You may checkout the migration guides
10
+ * [3.x Migration Guide](https://www.chartjs.org/docs/4.3.0/migration/v3-migration.html)
11
+ * [4.x Migration Guide](https://www.chartjs.org/docs/4.3.0/migration/v4-migration.html)
12
+* JSON is no longer pretty printed by default due to performance reasons
13
+* Implemented integration tests
0 commit comments