Skip to content

Commit

Permalink
fix: inverse the scatter chart
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Sep 23, 2022
1 parent 799cc61 commit f8aaef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/organisms/Dashboard/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const Dashboard = (): JSX.Element => {
},
xAxis: {
boundaryGap: false,
inverse: true,
scale: true,
minInterval: isNotMobile ? 7 : 2,
maxInterval: 7,
Expand Down

0 comments on commit f8aaef7

Please sign in to comment.