Skip to content

Commit

Permalink
style: autoskip ticks in line charts
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRelief committed Aug 30, 2023
1 parent 2f37b39 commit 39dfdf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class SafeLineChartComponent implements OnChanges {
display: get(this.options, 'grid.x.display', true),
},
ticks: {
autoSkip: false,
autoSkip: true,
maxRotation: 90,
minRotation: 0,
},
Expand Down

0 comments on commit 39dfdf5

Please sign in to comment.