2015-10-05 54 views
0

有没有办法像图片中的黑色边框那样将边框添加到绘图区域?Highcharts border

enter image description here

- 更新 - 我越来越用地面积和边界之间的一些空白。有没有办法去除空白?

enter image description here

回答

1

更新使用plotBorder宽度内部边界。看到updated fiddle here

使用本:

chart: { 
     borderColor: '#EBBA95',// whatever you want 
     borderWidth: 3 

    } 

黑色边框

borderColor:'#000000' 

拨弄边境Here

+0

不幸的是,边框加入BORDERCOLOR覆盖区域还包括传说和这对我不好。 –

+0

为此,请使用plotBorderColor,plotBorderWidth。我正在更新小提琴。看到这个http://jsfiddle.net/Nishith/5d0rw06u/3/ –

+0

@AndreaGirardi是小提琴是你的预期结果http://jsfiddle.net/Nishith/5d0rw06u/3/ –