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.
右から左に開始するようにチャートを反転するにはどうすればよいですか?
以下の例を参照してください: (私は写真をひっくり返しました)
反転オプションとは別に、凡例には rtl パラメータも使用する必要があります。 http://api.highcharts.com/highcharts#legend.rtl
次のように、ラベルを反転せずに xAxis または yAxis を反転できます。
xAxis: { reversed: true },
デモ