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.
ハイチャートを使用して構築された折れ線グラフがあり、純粋に美的な理由から、下の画像のようにグリッド線が 0 で交差し、わずかにマイナスに続くようにしたいと考えています。どうすればこれを達成できますか?
プロパティの組み合わせを使用してこれを実現できます
ここで例を参照してください:
http://jsfiddle.net/AzFME/3/
これらのプロパティの一部またはすべてを使用して、次を有効にします。
xAxis: { offset: -15, min:-1, showFirstLabel:false, startOnTick:false,
必要に応じて値を調整します。