Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想绘制日期时间与整数的关系。我试过 Date(year,month,day,hours,minutes,seconds) 但它不支持它。那么是否可以使用 zingChart 在 x 轴上绘制日期时间?
要显示日期,您可以transform使用scale-x. 它允许您根据需要格式化您的 Unix 时间戳。这是一个例子。
transform
scale-x
"scale-x":{ "transform":{ "type":"date", "all":"%d %M, %h:%i %A" } }
您可以在此处查看渲染的图表
这是ZingChart 网站上有关日期时间转换的文档的链接。我在 ZingChart 团队。如果您有更多问题,请大声喊叫。