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.
我喜欢 dygraph 如何在 x 和 y 轴上生成代码,
我不想编写一个新的ticker函数,因为我对dygraph生成它们并根据视图窗口调整它们的方式很好,只想本地化日期格式并添加一些我自己的文本
只是为了更清楚,
如果所有代码都在同一天,我喜欢 dygraph 仅显示时间 (HH:MM) 的方式,如果它们跨越到另一天,它们以 HH:MM 格式显示,但它们在交叉点显示 DD-周一格式
我想拥有所有这些功能,但喜欢根据语言环境进行格式化。
有没有一种简单的方法可以指定这个?
查看axisLabelFormatter选项。