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' }
简单的。