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.
Highchartsチャートにラベルとして表示されるのは、時刻ではなく日付のみになるようにしたいと思います。どうやってやるの?
これがjsFiddleの例です。
xAxis.minTickIntervalを設定する必要があります
xAxis: { minTickInterval: 24 * 3600 * 1000 }
jsFiddle 1 jsFiddle 2
質問を投稿する前に、膨大で有用なハイチャート API リファレンスを確認することを強くお勧めします
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/xaxis/type-datetime/