未验证 提交 694ea432 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #13612 from apache/fix-time-formatter

fix(time): fix default time axis formatter
......@@ -45,7 +45,7 @@ const fullDayFormatter = '{yyyy}-{MM}-{dd}';
export const fullLeveledFormatter = {
year: '{yyyy}',
month: '{yyyy}:{MM}',
month: '{yyyy}-{MM}',
day: fullDayFormatter,
hour: fullDayFormatter + ' ' + defaultLeveledFormatter.hour,
minute: fullDayFormatter + ' ' + defaultLeveledFormatter.minute,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册