2013-04-12 37 views
0

我正在玩高分標籤功能。旋轉標籤上的HighChart邊框顏色

我試過一些邊框顏色,除了如果我使用它的旋轉,它工作正常。

在本JSFiddle證明:

dataLabels: { 
      align: 'left', 
      enabled: true, 
      rotation: 270, //if the rotation is 0, the border is working fine. 
      x: 2, 
      y: -10, 
      //added for test purpose : 
       borderColor: 'rgba(252, 0, 197, 0.7)', 
       borderRadius: 3, 
       borderWidth: 2 
} 

時旋轉設置,邊框沒有采用同樣的方式。

對我來說似乎是一個錯誤。

你能解釋這個,也許提供解決這個問題的解決方法嗎?

回答