mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-02 08:58:26 +02:00
Update BarChart.tsx
This commit is contained in:
parent
03f989f910
commit
189500325f
@ -90,14 +90,12 @@ const BarChart: React.FC = () => {
|
||||
position: 'top',
|
||||
horizontalAlign: 'left',
|
||||
fontFamily: 'inter',
|
||||
|
||||
markers: {
|
||||
radius: 99,
|
||||
},
|
||||
},
|
||||
// yaxis: {
|
||||
// title: false,
|
||||
// },
|
||||
yaxis: {
|
||||
title: {
|
||||
text: 'Visitors',
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
yaxis: {
|
||||
lines: {
|
||||
@ -108,16 +106,10 @@ const BarChart: React.FC = () => {
|
||||
fill: {
|
||||
opacity: 1,
|
||||
},
|
||||
|
||||
tooltip: {
|
||||
x: {
|
||||
show: false,
|
||||
},
|
||||
// y: {
|
||||
// formatter: function (val) {
|
||||
// return val;
|
||||
// },
|
||||
// },
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user