2014-03-12 379 views
8

如何在Google饼图中显示百分比和值?Google饼图显示百分比和值

+3

你不能在片标签同时显示,但如果设置了'pieSliceText'选项''label''和'legend.position'选项添加到''标签',你会看到片上的值和图例标签上的百分比。 – asgallant

回答

28

您可以设置pieSliceTextvalue-and-percentage同时显示价值百分比

var options = { 
    pieSliceText: 'value-and-percentage' 
}; 
var chart = new google.visualization.PieChart(document.getElementById('chart_div')); 
chart.draw(data, options); 

请注意,此选项目前无证(见this),所以请您自担风险使用。

http://jsfiddle.net/6M2sH/301/

1

您无法在图表标签上同时显示。 仅供参考使用this

0

你可以把isStacked: 'percent'在图表的选项。

当鼠标悬停会显示这样的10(100%)