add scroll type to legend
This commit is contained in:
parent
32809e9e37
commit
62ee6068e4
|
@ -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