File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.0
2
+ * Allows creation of mixed charts #128
3
+ * New chart class: `` MixedChart ``
4
+ * Some classes have been renamed
5
+ * `` Data `` -> `` HomogeneousData ``
6
+ * `` AbstractChart `` -> `` HomogeneousChart ``
7
+
1
8
## 1.2.0
2
9
* Add TimeScale and TimeTicks to allow building linear time charts #90
3
10
* Add options for the [ Zoom plugin] ( https://www.chartjs.org/chartjs-plugin-zoom/latest/ ) #117
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >chartjs-java-model-demo</artifactId >
9
- <version >1.2.1 -SNAPSHOT</version >
9
+ <version >1.3.0 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<organization >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >chartjs-java-model</artifactId >
9
- <version >1.2.1 -SNAPSHOT</version >
9
+ <version >1.3.0 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >chartjs-java-model</name >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >chartjs-java-model-root</artifactId >
9
- <version >1.2.1 -SNAPSHOT</version >
9
+ <version >1.3.0 -SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<organization >
You can’t perform that action at this time.
0 commit comments