mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增折线图,修改legend位置
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user