Commit c86c321c authored by mdluo's avatar mdluo Committed by niko

Fix TimelineChart time format issue (#1283)

parent c864630c
...@@ -71,8 +71,8 @@ export default class TimelineChart extends React.Component { ...@@ -71,8 +71,8 @@ export default class TimelineChart extends React.Component {
const timeScale = { const timeScale = {
type: 'time', type: 'time',
tickCount: 10, tickInterval: 60 * 60 * 1000,
mask: 'HH:MM', mask: 'HH:mm',
range: [0, 1], range: [0, 1],
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment