feat: 新增折线图,修改legend位置

This commit is contained in:
MTrun
2022-02-24 21:02:08 +08:00
parent 6c2692bb96
commit c6beee08df
11 changed files with 171 additions and 19 deletions
@@ -12,14 +12,13 @@ const option = echartOptionProfixHandle({
},
legend: {
show: true,
top: '5%',
left: 'center'
},
series: [
{
name: 'Access From',
type: 'pie',
radius: ['40%', '70%'],
center: ['50%', '60%'],
avoidLabelOverlap: false,
itemStyle: {
show: true,