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/highstocksに2つ以上のplotLineを設定する方法を探しています。APIドキュメントは、2つを設定する方法があるかどうかはわかりませんが、1つを設定する方法をうまく示しています。
はい、可能です。配列で複数の plotLine 構成を宣言するだけです。
plotLines: [{ color: '#FF0000', width: 2, value: 4.5 }, { color: '#00FF00', width: 2, value: 5.5 }]
jsfiddle の例
値にポイントの配列を提供できる方法はありますか? 新しいタグの代わりに
{ 色: '#00FF00', 幅: 2, 値: 5.5 }
各ポイントについて。