Skip to content

Commit 2bf69c6

Browse files
committed
reduce number of ticks in flavour availability charts.
1 parent b676b2f commit 2bf69c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/admin/components/availabilities/availability-chart-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class AvailabilityChartData {
3333
month: '%b %Y',
3434
year: '%Y'
3535
},
36-
tickPixelInterval: 150,
36+
tickPixelInterval: 200,
3737
labels: {
3838
style: {
3939
fontSize: 12,

0 commit comments

Comments
 (0)