有没有办法改变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?
},发布于 2016-05-05 09:28:50
我使用图例的symbolWidth属性解决了这个问题。
legend:{
symbolWidth:300
}https://stackoverflow.com/questions/37046496
复制相似问题