【发布时间】:2016-11-21 10:25:07
【问题描述】:
我有一个要求,但我似乎不知道该怎么做。
我需要为我的图表设置背景颜色,但不需要在 highcharts 中添加标签。 有没有可能,谁能帮帮我。
此处为带有背景颜色的图表的示例链接。
chart: {
backgroundColor: '#FCFFC5',
type: 'line'
},
但我需要的是:
在这张图片中,被红色部分覆盖的区域不需要背景色。
【问题讨论】:
-
如果您继续查看文档,您会发现有一个 plotBackGroundColor option
标签: javascript css highcharts background-color