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.
我正在使用 morris.js 图表,这些图表非常容易设置,但我无法在渲染甜甜圈图时练习如何更改标签的颜色。默认情况下,它以黑色打印它们,但我希望将图形放在深色背景之上。
有谁知道如何更改标签颜色?
<div id="bar-chart" class="morris-chart" style="height: 180px"></div> .morris-chart text { fill: white; }
要更改标签颜色,只需将labelColor属性添加到 Morris.Donut 配置对象,如下所示
labelColor
Morris.Donut({ labelColor: '#FFF' });
我有一个方法,我使用 android 中的 http post 从 web 服务获取数据。
我的代码是,
public class PropertyRequestService { static String result;