Skip to content

Commit a8d2fa5

Browse files
[frontend] Update dependency apexcharts to v5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Damien Goujard <[email protected]>
1 parent 0752cd6 commit a8d2fa5

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

openaev-front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@redux-devtools/extension": "3.3.0",
2626
"@uiw/react-md-editor": "4.0.8",
2727
"@xyflow/react": "12.9.1",
28-
"apexcharts": "4.7.0",
28+
"apexcharts": "5.3.6",
2929
"axios": "1.11.0",
3030
"ckeditor5": "45.2.2",
3131
"classcat": "5.0.5",

openaev-front/src/utils/Charts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,6 @@ export const horizontalBarsChartOptions = ({
493493
xaxis: {
494494
categories: categories ?? [],
495495
labels: {
496-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
497-
// @ts-expect-error apexcharts typescript do not handle horizontal bar chart well
498496
formatter: (value: number) => (xFormatter ? xFormatter(value) : value.toString()),
499497
style: { fontFamily: '"IBM Plex Sans", sans-serif' },
500498
},

openaev-front/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4166,17 +4166,17 @@ __metadata:
41664166
languageName: node
41674167
linkType: hard
41684168

4169-
"apexcharts@npm:4.7.0":
4170-
version: 4.7.0
4171-
resolution: "apexcharts@npm:4.7.0"
4169+
"apexcharts@npm:5.3.6":
4170+
version: 5.3.6
4171+
resolution: "apexcharts@npm:5.3.6"
41724172
dependencies:
41734173
"@svgdotjs/svg.draggable.js": "npm:^3.0.4"
41744174
"@svgdotjs/svg.filter.js": "npm:^3.0.8"
41754175
"@svgdotjs/svg.js": "npm:^3.2.4"
41764176
"@svgdotjs/svg.resize.js": "npm:^2.0.2"
41774177
"@svgdotjs/svg.select.js": "npm:^4.0.1"
41784178
"@yr/monotone-cubic-spline": "npm:^1.0.3"
4179-
checksum: 10c0/6cf22d445a233773399bb6c00bfacc51c198a1f19e4559a6a9def8c46ee604377f8954ac9dd977d734eb95ab04f5c91d37da7581fa7df17a05a2ea5faec7e5d0
4179+
checksum: 10c0/9cd763f410989e38ea72b69a4a657414716762446e73bff83f246e15d1c651648ee997f29d1985f929a1acb7df01befea10a303a1726f714382b0b1453587605
41804180
languageName: node
41814181
linkType: hard
41824182

@@ -9865,7 +9865,7 @@ __metadata:
98659865
"@vitejs/plugin-react": "npm:5.1.0"
98669866
"@vitest/eslint-plugin": "npm:1.3.26"
98679867
"@xyflow/react": "npm:12.9.1"
9868-
apexcharts: "npm:4.7.0"
9868+
apexcharts: "npm:5.3.6"
98699869
axios: "npm:1.11.0"
98709870
chokidar: "npm:4.0.3"
98719871
ckeditor5: "npm:45.2.2"

0 commit comments

Comments
 (0)