Skip to content

Commit 09b0a1a

Browse files
authored
Merge pull request #286 from xdev-software/develop
Release
2 parents 690d4bc + dbf24ab commit 09b0a1a

File tree

10 files changed

+453
-649
lines changed

10 files changed

+453
-649
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.0
2+
* Synced ``Legend`` from ChartJS source code #285
3+
14
## 2.4.0
25
* PointStyle can also contain non-string constants #280
36
* Use ``CoreInteractionOptions`` for ``Options#interaction`` and ``Options#hover`` #281

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Provides Java models for [Chart.js](https://www.chartjs.org/) so that e.g. a Jav
88

99
This repo extends the abandoned [Chart.java](https://github.com/mdewilde/chart) and adds support for Chart.js Version 4+.
1010

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+
1116
## Installation
1217
[Installation guide for the latest release](https://github.com/xdev-software/chartjs-java-model/releases/latest#Installation)
1318

chartjs-java-model-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>software.xdev</groupId>
99
<artifactId>chartjs-java-model-root</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>chartjs-java-model-demo</artifactId>
14-
<version>2.4.1-SNAPSHOT</version>
14+
<version>2.5.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<organization>

chartjs-java-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev</groupId>
88
<artifactId>chartjs-java-model</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.5.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>chartjs-java-model</name>

chartjs-java-model/src/main/java/software/xdev/chartjs/model/options/Legend.java

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)