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