2015-10-05 48 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/ –