ハイチャートのラベル機能をいじっています。
境界線の色をいくつか試してみましたが、回転を使用しない限り問題なく動作します。
この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
}
回転が設定されている場合、境界線は同じようには適用されません。
私にはバグのようです。
これを説明して、この問題の回避策を提供できますか?