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 時間フォーマットのドキュメントを参照してください