2014-01-31 231 views

回答

3

legend选项没有财产pieSliceTextpieSliceText是整个饼图的选项。似乎没有选择传说中关闭%,但你可以完全关闭Legend采用:

 legend: { 
      position: 'none' 
     } 

,并建立自己的。在How to add Percentage and Total on the Legend of Google Pie Charts的回答中描述了它是如何完成的。您可以使用附加信息和样式显示自己的文字。

+0

嗨anto感谢您对Sugession – arun

+0

嗨anto PiesliceText显示外部的pieslices像百分比或值显示在圈外。 – arun

+0

嗨如何显示切片中心的百分比http://stackoverflow.com/questions/21544867/percentage-in-slices-showing-outside-of-the-ring-slices – arun