2013-05-21 38 views

回答

1

您可以直接在系列使用相同的選項plotOptions:

series: [{ 
     data: [{y:-6, color: 'red'}], 
     yAxis: 0, 
     dial: { 
      backgroundColor : 'red' 
     } 
} 

例子:http://jsfiddle.net/xfV5k/11/

+0

感謝 - 正是我一直在尋找的只是無法得到正確的語法。 –

相關問題