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.
Web アプリケーションでハイチャートを使用していますが、チャートが作成された後にシリーズの名前を変更する方法があるかどうか疑問に思っていましたか??
前もって感謝します!!
これはうまくいくようです:
chart.series[1].name="Renamed"; chart.redraw();
API でこれを行う方法はありません。シリーズを削除して別の名前で再度追加することもできますが、これによりアニメーションが 2 回目に実行され、新しい色で色付けされると思います.