有坐标系的图
grid: {
x: 0, //距离左边
x2: 0, //距离右边
y:0, //距离上边
y2:0,//距离下边
left:0,
right:0,
top:0,
bottom:0
},
无坐标系的图
以仪表盘为例
{
center: ['50%', '54%'], // 图标中心点
radius: '100%', // 大小100%
name: '业务指标',
type: 'gauge',
detail: {formatter: '{value}%'},
data: [{value:Math.round(100*Math.random()), name: 'BMi'}]
}
在此附上echart演示库:
https://www.makeapie.com/explore.html#sort=ranktimeframe=allauthor=all