0

我正在玩高图表标签功能。

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

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

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

对我来说似乎是一个错误。

你能解释一下,也许可以为这个问题提供一个解决方法吗?

4

1 回答 1

0

这是已知的错误,在这里向我们的开发人员报告https://github.com/highslide-software/highcharts.com/issues/1334

于 2013-04-12T09:04:30.373 回答