提交 c86c321c 编写于 作者: M mdluo 提交者: niko

Fix TimelineChart time format issue (#1283)

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册