You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 2.0.1
2
+
* Restored ``DisplayFormats``#186
3
+
1
4
## 2.0.0
2
5
* Scales have been reworked and are now nearly identical to the [types defined in ChartJS](https://github.com/chartjs/Chart.js/blob/v4.4.3/src/types/index.d.ts)
3
6
* The use of ``Color`` for various coloring related options is no longer required.
Copy file name to clipboardExpand all lines: chartjs-java-model/src/main/java/software/xdev/chartjs/model/options/scale/cartesian/time/TimeScaleOptions.java
+118
Original file line number
Diff line number
Diff line change
@@ -204,4 +204,122 @@ public Adapters setDate(final Object date)
204
204
returnthis;
205
205
}
206
206
}
207
+
208
+
209
+
/**
210
+
* Reference structure for {@link TimeScaleOptions#time}.
0 commit comments