Skip to content

Commit

Permalink
fix: inverse the scatter chart (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Sep 23, 2022
1 parent 7adfbe7 commit 18dd094
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 18dd094

Please sign in to comment.