旋转标签上的HighChart边框颜色

时间:2013-04-12 08:38:21

标签: rotation highcharts border

我正在玩高清标签功能。

我尝试了一些边框颜色,除非我使用旋转,否则它可以正常工作。

如此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
}

设置旋转时,边框的应用方式不同。

对我来说似乎是个错误。

你可以解释一下这个问题并为这个问题提供解决方法吗?

1 个答案:

答案 0 :(得分:0)

这是已知的错误,在https://github.com/highslide-software/highcharts.com/issues/1334

向我们的开发人员报告