Highchart传奇问题

时间:2016-02-04 08:14:03

标签: javascript jquery highcharts

我想在图表之外制作图表图例。在底部。 但是floating: false似乎无法发挥作用。

enter image description here

有人可以帮我处理这件事吗?

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                
      }
}

由于

0 个答案:

没有答案