我正在玩高图表标签功能。
我尝试了一些边框颜色,它工作正常,除非我使用旋转。
如此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
}
设置旋转时,边框不会以相同的方式应用。
对我来说似乎是一个错误。
你能解释一下,也许可以为这个问题提供一个解决方法吗?