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.
我有一个带有 x 轴日期的条形图。我正在查看 windows 和 ubuntu 上的 Firefox 中的图表。我正在处理 d3 中的折线图示例:http: //bl.ocks.org/mbostock/3884955
在 Windows 中,日期采用以下格式“Thu 25”“Mon 29”等。在 ubuntu 上,每个日期都显示为凌晨 1 点。
这与我检查过的 3 台机器相同。我还注意到 d3 示例页面上的几个示例中的凌晨 1 点。
我不确定这是 d3 还是其他问题?
看起来像在 BST 下运行的 Firefox 有问题
https://github.com/mbostock/d3/issues/1196