Skip to content

Commit

Permalink
feat(admin-ui): fix dashboard chart
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Sep 9, 2022
1 parent 80fd7c1 commit 536451a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin-ui/app/routes/Dashboards/Chart/DashboardChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ const DashboardChart = () => {
}

return (
<ResponsiveContainer width="100%" aspect={6.0 / 2.4}>
<ResponsiveContainer width="100%" height="100%">
<BarChart
data={doDataAugmentation(statData)}
margin={{ top: 5, right: 30, bottom: 5 }}
height={400}
>
<XAxis dataKey={'month'} />
<YAxis />
Expand Down

0 comments on commit 536451a

Please sign in to comment.