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