How does highcharts dynamically change the font color of data labels?

how does highcharts dynamically change the font color of data tags?



0,0
,.

I have tried the method of judgment, but it doesn"t seem to work. Ask the old driver to lead the way.

Mar.15,2021

try this:

formatter () {
    let data = zData[this.point.index]
    return `<span style="color:${data >= 0 ? '-sharp00ff7f' : '-sharpff0e57'};font-size:36px;">${data}%</span><br/><span style="color"-sharpff2246;font-size:36px;">${this.y}</span>`
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b390e1-2b9ad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b390e1-2b9ad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?