@@ -43,10 +43,15 @@ Page({
canvas.setChart(chart);
var option = {
backgroundColor: "#ffffff",
+ legend: {
+ orient: 'vertical',
+ height: 40,
+ padding: 50
+ },
series: [{
label: {
normal: {
- fontSize: 14,
+ fontSize: 16,
}
},
type: 'pie',