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 軸の正確な値を表示したい (例: 1930-07-01)。ツールチップ フォーマッタで (this.x) を使用しましたが、x 軸 0 が表示されています。
1930-07-01 の値をツールチップに表示するにはどうすればよいですか?
フォーマッタとカテゴリを使用する場合は、this.keyまたはthis.x
this.key
this.x
http://jsfiddle.net/wxxEu/2/