我想在图表之外制作图表图例。在底部。
但是floating: false
似乎无法发挥作用。
有人可以帮我处理这件事吗?
chart: {
style: {
fontFamily: 'Dosis',
// height: 200,
backgroundColor: 'lightgreen'
},
backgroundColor: null,
spacingBottom: 0,
spacingTop: 0,
spacingLeft: 0,
spacingRight: 0,
marginBottom: 75,
marginTop: 15,
marginLeft: 40,
marginRight: 10
},
legend: {
layout: 'horizontal',
align: 'center',
verticalAlign: 'bottom',
y: 0,
floating: false,
itemMarginTop: 3,
maxHeight: 100,
navigation: {
animation: true
},
itemHiddenStyle: '#4f7b3f',
itemStyle: {
fontSize: 14
}
}
由于