2013-08-21 65 views

回答

5

您可以設置面板中的backgroundColor

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/

+0

真棒,完美地工作!你能告訴我如何改變圖表的邊界嗎? – LandonSchropp

+2

該信息位於同一頁面上。您可以設置borderColor和borderWidth:pane.background \t - 用於背景的對象或對象數組。子選項包括backgroundColor(可以是實體或漸變),innerWidth,outerWidth,borderWidth,borderColor。 –