当我添加 step:minute 时 ZingChart 继续加载

ZingChart keeps on loading when I add step:minute

我有日期时间轴与整数。每当我设置 step: minute 时,看不到图表,它只是不断加载,而当我删除它时,我可以看到图表。这不允许我使用步骤功能。可以在http://alnnovative.com/zingdemo.php上查看,有解决办法吗?

您的页面中存在引用错误 hour is not defined

"step" 属性接受数字或字符串值。

"step":hour更改为"step":"hour"