+
${param.seriesName}:
${renderSize(param.value)}
@@ -615,7 +615,7 @@
return `
${total_str}
`
},
position: function (point, params, dom, rect, size) {
- console.log(point)
+ // console.log(point)
return [point[1], 8]
},
order: 'valueDesc',
@@ -623,14 +623,19 @@
extraCssText: 'box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);', // 附加阴影样式
},
legend: {
- show: false,
- top: '3%',
+ show: true,
+ {#top: '3%',#}
left: 'center',
+ bottom: '12',
+ tooltip: {
+ show: true
+ },
+
},
grid: {
left: '3%',
right: '4%',
- bottom: '3%',
+ bottom: '25%',
containLabel: true
},
toolbox: {