2015-07-11 80 views

回答

1

可以以這種方式添加標題x軸和Y軸。

yAxis: { 
      title: { 
       text:'here is Y Axis title', 

      } 
     }, 
xAxis: { 
      title: { 
       text:'here is X Axis title', 

      } 
     } 

這裏是fiddle

+0

謝謝,我覺得它不能以前都是工作,因爲在代碼中添加其他選項。 –

+0

例如:http://jsfiddle.net/4z8kp7w5/ –