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.
我希望能够使用 24 小时制显示时间。当我生成时间轴时,默认显示为 12 小时制。到目前为止,我还没有找到改变这种情况的方法。这可以做到吗?
(没有看到任何代码很难提出确切的答案)
但您可以使用以下内容创建 24 小时时间格式:
var format = d3.time.format("%H:%M");
在此处查看 d3 时间格式化文档