Changing HighCharts background color?

前端 未结 5 2070
天命终不由人
天命终不由人 2020-12-10 13:37

I don\'t really know how to do this.

I need to change background color of this highcharts chart:

http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/h

5条回答
  •  無奈伤痛
    2020-12-10 14:12

    There is a backgroundColor tag you can use: (http://jsfiddle.net/aeP4E/)

    chart: {
          polar: true,
          type: 'line',
          backgroundColor:'blue' 
    },
    

提交回复
热议问题