|
|
@@ -150,6 +150,7 @@
|
|
|
pieHole: 0.1,
|
|
|
'chartArea': {'width': '95%', 'height': '100%'},
|
|
|
pieSliceText: 'label',
|
|
|
+ sliceVisibilityThreshold: .05,
|
|
|
};
|
|
|
var chart = new google.visualization.PieChart(document.getElementById('channelmessageschart'));
|
|
|
chart.draw(data, options);
|
|
|
@@ -296,7 +297,7 @@
|
|
|
pieHole: 0.1,
|
|
|
'chartArea': {'width': '95%', 'height': '100%'},
|
|
|
pieSliceText: 'label',
|
|
|
- sliceVisibilityThreshold: .1,
|
|
|
+ sliceVisibilityThreshold: .05,
|
|
|
};
|
|
|
var chart = new google.visualization.PieChart(document.getElementById('userjoinschart'));
|
|
|
chart.draw(data, options);
|
|
|
@@ -444,6 +445,7 @@
|
|
|
pieHole: 0.1,
|
|
|
'chartArea': {'width': '95%', 'height': '100%'},
|
|
|
pieSliceText: 'label',
|
|
|
+ sliceVisibilityThreshold: .05,
|
|
|
};
|
|
|
var chart = new google.visualization.PieChart(document.getElementById('usercoinschart'));
|
|
|
chart.draw(data, options);
|