sliceVisibilityThreshold: .05
显示俱乐部所有类别的馅饼聊天低于其他5%。有没有办法看到合并的类别悬停在'其他'上。
答案 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,
};