在谷歌饼图中查看其他类别的棍棒类别

时间:2016-04-27 11:12:44

标签: javascript charts google-visualization google-chartwrapper

sliceVisibilityThreshold: .05

显示俱乐部所有类别的馅饼聊天低于其他5%。有没有办法看到合并的类别悬停在'其他'上。

1 个答案:

答案 0 :(得分:0)

在使用饼图中显示小值:sliceVisibilityThreshold: 0中的options

var options = {
   title: 'My Daily Activities',
   fontSize: 11,
   backgroundColor: 'transparent',
   width: "100%",
   sliceVisibilityThreshold: 0,
   legend: { textStyle: { fontSize: 12 } },
   height: 400,
};

见:https://jsfiddle.net/L03jf90s/2/