We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4bf1e commit f09d72fCopy full SHA for f09d72f
1 file changed
README.md
@@ -8,6 +8,11 @@ Provides Java models for [Chart.js](https://www.chartjs.org/) so that e.g. a Jav
8
9
This repo extends the abandoned [Chart.java](https://github.com/mdewilde/chart) and adds support for Chart.js Version 4+.
10
11
+> [!NOTE]
12
+> We try our best to implement the ChartJS v4 API however there are a lot of configuration options.<br/>
13
+> Therefore some parts migth still be missing or use the outdated v2 API from the original repo.<br/>
14
+> If you think you found a missing or incorrect API please open an issue and/or provide a pull request.
15
+
16
## Installation
17
[Installation guide for the latest release](https://github.com/xdev-software/chartjs-java-model/releases/latest#Installation)
18
0 commit comments