Skip to content

Commit 8716f19

Browse files
committed
update apexcharts and react-apexcharts versions in demos
1 parent a62ddf5 commit 8716f19

File tree

3 files changed

+68
-106
lines changed

3 files changed

+68
-106
lines changed

example/package-lock.json

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

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"apexcharts": "^3.54.1",
6+
"apexcharts": "^4.2.0",
77
"react": "^16.6.3",
8-
"react-apexcharts": "^1.4.4",
8+
"react-apexcharts": "^1.7.0",
99
"react-dom": "^16.6.3",
1010
"react-scripts": "^5.0.1"
1111
},

example/src/ChartUpdate.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default function ChartUpdate() {
2828
plotOptions: {
2929
bar: {
3030
columnWidth: "50%",
31-
endingShape: "arrow"
3231
}
3332
},
3433
stroke: { width: [4, 0, 0] },
@@ -37,10 +36,6 @@ export default function ChartUpdate() {
3736
},
3837
markers: {
3938
size: 6,
40-
strokeWidth: 3,
41-
fillOpacity: 0,
42-
strokeOpacity: 0,
43-
hover: { size: 8 }
4439
},
4540
yaxis: {
4641
tickAmount: 5,

0 commit comments

Comments
 (0)