HighMaps:更改ColorAxis的大小/宽度

时间:2016-05-05 09:02:05

标签: javascript highcharts highmaps

有没有办法改变ColorAxis的宽度?

http://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/custom/world-lowres

colorAxis: {
        min: 0,
        width:300     //something like this?
},

1 个答案:

答案 0 :(得分:2)

我使用图例的symbolWidth属性解决了这个问题。

legend:{
    symbolWidth:300
}