Minor update

pull/219/head
artemkolodko 2 years ago
parent a24d0ce9cf
commit a26d5851c5
  1. 2
      src/pages/ChartsPage/utils.ts

@ -93,7 +93,7 @@ export const getDetailedChartOptions = (themeMode: 'light' | 'dark', points: any
maxTicksLimit: 2000,
maxRotation: 0,
minRotation: 0,
align: 'center',
align: 'end',
callback: function(value: string, index: any, ticks: any) {
const item = points[index]
const nextItem = points[index + 1]

Loading…
Cancel
Save