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 {
const timeScale = {
type: 'time',
tickCount: 10,
mask: 'HH:MM',
tickInterval: 60 * 60 * 1000,
mask: 'HH:mm',
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