Update BarChart.tsx

This commit is contained in:
vincanger 2024-07-22 11:48:36 +02:00
parent 03f989f910
commit 189500325f

View File

@ -90,14 +90,12 @@ const BarChart: React.FC = () => {
position: 'top', position: 'top',
horizontalAlign: 'left', horizontalAlign: 'left',
fontFamily: 'inter', fontFamily: 'inter',
markers: {
radius: 99,
},
}, },
// yaxis: { yaxis: {
// title: false, title: {
// }, text: 'Visitors',
}
},
grid: { grid: {
yaxis: { yaxis: {
lines: { lines: {
@ -108,16 +106,10 @@ const BarChart: React.FC = () => {
fill: { fill: {
opacity: 1, opacity: 1,
}, },
tooltip: { tooltip: {
x: { x: {
show: false, show: false,
}, },
// y: {
// formatter: function (val) {
// return val;
// },
// },
}, },
}; };