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.
データを表示するテーブルの横に折れ線グラフのシリーズの色とマーカーを表示したいと思います。色を手動で設定しませんでした。
JavaScript を介してシリーズの色とマーカーを取得するにはどうすればよいですか?
以下を使用できます。
var clr0 = chart.series[0].color; var mrk0 = chart.series[0].symbol;
これがjsfiddleの例です。