Skip to content

Commit 41d9713

Browse files
committed
import chartjs 4.4.1
1 parent 575ac7c commit 41d9713

File tree

11 files changed

+366
-360
lines changed

11 files changed

+366
-360
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
For details, see https://github.com/kurkle/chartjs-chart-treemap/blob/v2.3.0/LICENSE
252252

253253

254-
This product bundles chart.min.js version 4.3.0, which is available under a "MIT" license.
255-
For details, see https://github.com/chartjs/Chart.js/blob/v4.3.0/LICENSE.md
254+
This product bundles chart.min.js version 4.4.1, which is available under a "MIT" license.
255+
For details, see https://github.com/chartjs/Chart.js/blob/v4.4.1/LICENSE.md
256256

257257

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ Here you can find the list of enhancements and updates available on `master` bra
275275

276276
### Features
277277

278+
* import CHART.JS version [v4.4.1](https://github.com/chartjs/Chart.js/releases/tag/v4.4.1).
278279
* import CHART.JS GEO controller version [v4.2.8](https://github.com/sgratzl/chartjs-chart-geo/releases/tag/v4.2.8).
279280
* import LUXON datetime library version [v3.4.4](https://github.com/moment/luxon/releases/tag/3.4.4).
280281

ivymoduleconfiguration.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depver.ivy=2.5.2
1313
#
1414
# JAVASCRIPT dependencies versions
1515
#
16-
depver.chartjs=4.3.0
16+
depver.chartjs=4.4.1
1717
#
1818
# Plugins
1919
#

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/pepstock-org/Charba.git"
1212
},
1313
"dependencies": {
14-
"chart.js": "4.3.0",
14+
"chart.js": "4.4.1",
1515
"chartjs-adapter-luxon": "1.3.1",
1616
"chartjs-plugin-annotation": "3.0.1",
1717
"chartjs-plugin-datalabels": "2.2.0",

resources/chart.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/chartjs-chart-geo.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/luxon.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/org/pepstock/charba/client/geo/GeoControllerResource.java

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

src/org/pepstock/charba/client/resources/ChartJsResource.java

Lines changed: 199 additions & 199 deletions
Large diffs are not rendered by default.

src/org/pepstock/charba/client/resources/LuxonLibraryResource.java

Lines changed: 81 additions & 76 deletions
Large diffs are not rendered by default.

src/org/pepstock/charba/client/resources/ResourceHash.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ enum ResourceHash {
3636
/**
3737
* Hash item for 'ChartJsResource' class.
3838
*/
39-
CHART_JS_RESOURCE(ResourceName.CHART, 18417652),
39+
CHART_JS_RESOURCE(ResourceName.CHART, 18472051),
4040
/**
4141
* Hash item for 'DataLabelsPluginResource' class.
4242
*/
4343
DATA_LABELS_PLUGIN_RESOURCE(ResourceName.DATALABELS_PLUGIN, 1136893),
4444
/**
4545
* Hash item for 'GeoControllerResource' class.
4646
*/
47-
GEO_CONTROLLER_RESOURCE(ResourceName.GEO_CONTROLLER, 7299940),
47+
GEO_CONTROLLER_RESOURCE(ResourceName.GEO_CONTROLLER, 7298554),
4848
/**
4949
* Hash item for 'GradientPluginResource' class.
5050
*/
@@ -64,7 +64,7 @@ enum ResourceHash {
6464
/**
6565
* Hash item for 'LuxonLibraryResource' class.
6666
*/
67-
LUXON_LIBRARY_RESOURCE(ResourceName.DATE_TIME_LIBRARY, 16055380),
67+
LUXON_LIBRARY_RESOURCE(ResourceName.DATE_TIME_LIBRARY, 16495096),
6868
/**
6969
* Hash item for 'MatrixControllerResource' class.
7070
*/

0 commit comments

Comments
 (0)