Skip to content

Commit

Permalink
import chartjs 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Jan 27, 2024
1 parent 575ac7c commit 41d9713
Show file tree
Hide file tree
Showing 11 changed files with 366 additions and 360 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
For details, see https://github.com/kurkle/chartjs-chart-treemap/blob/v2.3.0/LICENSE


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


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Here you can find the list of enhancements and updates available on `master` bra

### Features

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

Expand Down
2 changes: 1 addition & 1 deletion ivymoduleconfiguration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depver.ivy=2.5.2
#
# JAVASCRIPT dependencies versions
#
depver.chartjs=4.3.0
depver.chartjs=4.4.1
#
# Plugins
#
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/pepstock-org/Charba.git"
},
"dependencies": {
"chart.js": "4.3.0",
"chart.js": "4.4.1",
"chartjs-adapter-luxon": "1.3.1",
"chartjs-plugin-annotation": "3.0.1",
"chartjs-plugin-datalabels": "2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions resources/chart.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/chartjs-chart-geo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/luxon.min.js

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions src/org/pepstock/charba/client/geo/GeoControllerResource.java

Large diffs are not rendered by default.

398 changes: 199 additions & 199 deletions src/org/pepstock/charba/client/resources/ChartJsResource.java

Large diffs are not rendered by default.

157 changes: 81 additions & 76 deletions src/org/pepstock/charba/client/resources/LuxonLibraryResource.java

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/org/pepstock/charba/client/resources/ResourceHash.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ enum ResourceHash {
/**
* Hash item for 'ChartJsResource' class.
*/
CHART_JS_RESOURCE(ResourceName.CHART, 18417652),
CHART_JS_RESOURCE(ResourceName.CHART, 18472051),
/**
* Hash item for 'DataLabelsPluginResource' class.
*/
DATA_LABELS_PLUGIN_RESOURCE(ResourceName.DATALABELS_PLUGIN, 1136893),
/**
* Hash item for 'GeoControllerResource' class.
*/
GEO_CONTROLLER_RESOURCE(ResourceName.GEO_CONTROLLER, 7299940),
GEO_CONTROLLER_RESOURCE(ResourceName.GEO_CONTROLLER, 7298554),
/**
* Hash item for 'GradientPluginResource' class.
*/
Expand All @@ -64,7 +64,7 @@ enum ResourceHash {
/**
* Hash item for 'LuxonLibraryResource' class.
*/
LUXON_LIBRARY_RESOURCE(ResourceName.DATE_TIME_LIBRARY, 16055380),
LUXON_LIBRARY_RESOURCE(ResourceName.DATE_TIME_LIBRARY, 16495096),
/**
* Hash item for 'MatrixControllerResource' class.
*/
Expand Down

0 comments on commit 41d9713

Please sign in to comment.