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.
是否可以为 Highcharts 极坐标图的圆形部分的背景着色?backgroundColor为整个图表plotBackgroundColor的背景着色并为整个绘图区域的背景着色。这是一个说明问题的JSFiddle。
backgroundColor
plotBackgroundColor
您可以设置窗格背景颜色
pane : { background : { backgroundColor:"rgba(0, 255, 0, 1)" } },
http://www.highcharts.com/component/content/article/2-news/47-ranges-polar-charts-and-gauges-released
http://jsfiddle.net/thbC9/