diff --git a/src/components/Charts/TimelineChart/index.js b/src/components/Charts/TimelineChart/index.js index f00c9bb69af17f677c5b35742ae3538a9b3b726a..e7ab6b11dea63b237f423855757371bc5fcb3516 100644 --- a/src/components/Charts/TimelineChart/index.js +++ b/src/components/Charts/TimelineChart/index.js @@ -71,8 +71,8 @@ export default class TimelineChart extends React.Component { const timeScale = { type: 'time', - tickCount: 10, - mask: 'HH:MM', + tickInterval: 60 * 60 * 1000, + mask: 'HH:mm', range: [0, 1], };