Skip to content

Commit

Permalink
fix(website): remove orient prop from axisBottom and axisLeft
Browse files Browse the repository at this point in the history
  • Loading branch information
hayawata3626 authored and plouc committed Sep 26, 2022
1 parent 4ccb8df commit e1d8555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/src/data/components/line/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default {
},
axisBottom: {
enable: true,
orient: 'bottom',
tickSize: 5,
tickPadding: 5,
tickRotation: 0,
Expand All @@ -56,7 +55,6 @@ export default {
},
axisLeft: {
enable: true,
orient: 'left',
tickSize: 5,
tickPadding: 5,
tickRotation: 0,
Expand Down

0 comments on commit e1d8555

Please sign in to comment.