fm:使用echarts图表可能还需要增加一些另外的内容 哎~(三声) 来吧来吧
这样 这样 再这样 嗯~ 好简单
解释一下 这个graphic数组里面就是可以自定义添加图表中的内容,
其他的应该只要你导入过echarts图表应该都可以的看懂的
this.chart.setOption({
graphic: [
{
type: 'group',
left: '31%',
top:'3px',
bottom: 130,
margin:"0 0 0 1px",
children: [
{
type: 'text',
style: {
fill: '#333',
text: [
'总商户数:'+this.www
].join('\n'),
font: '14px Microsoft YaHei',
}
}
]
}
],
title: {
show: true,
text: "商户活跃度占比分析",
x: "20%",
y:'-2',
textStyle: {
fontFamily: 'Arial,