Skip to content

Commit

Permalink
Update BarChart.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Jul 22, 2024
1 parent 03f989f commit 1895003
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions template/app/src/admin/elements/charts/BarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -108,16 +106,10 @@ const BarChart: React.FC = () => {
fill: {
opacity: 1,
},

tooltip: {
x: {
show: false,
},
// y: {
// formatter: function (val) {
// return val;
// },
// },
},
};

Expand Down

0 comments on commit 1895003

Please sign in to comment.