mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-06-27 09:12:05 +02:00
Update BarChart.tsx
This commit is contained in:
parent
03f989f910
commit
189500325f
@ -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;
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user