0
在HighCharts系列可以有顏色(黑色)和正負值容易像這樣的negativeColor(紅色):HighCharts負顏色dataLabels
series: {
color: 'black',
negativeColor: 'red'
有沒有一種簡單的方法來爲他們做同樣的標籤?
plotOptions: {
series: {
dataLabels: {
style: {
color: black
//no negativeColor...