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.
ExtJs 円グラフを使用していますが、グラフのスタイルを変更する必要があります。既に ラベルのスタイルを変更しましたが、凡例のスタイルを変更したいと考えています。
どうすればそれを達成できますか?それに関する文書や質問は見つかりませんでした。
このばかげた質問で申し訳ありませんが、私は最終的に自分で解決策を見つけました。legendオブジェクトをチャートに追加する必要があります。
legend
legend: { position: 'right', labelFont: 'tahoma' }
単純。