add scroll type to legend
This commit is contained in:
parent
46a525d5b8
commit
05d2d4672c
|
@ -403,6 +403,8 @@ export default {
|
|||
extraCssText: 'z-index:2'
|
||||
},
|
||||
legend: {
|
||||
// 图例过多时滚动
|
||||
type: "scroll",
|
||||
left: 'center',
|
||||
top: 0,
|
||||
left: '10%',
|
||||
|
|
Loading…
Reference in New Issue