标签: 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? },
答案 0 :(得分:2)
我使用图例的symbolWidth属性解决了这个问题。
legend:{ symbolWidth:300 }