How to modify the fill color of the picture made by highcharts. Figure 1 becomes the background color of figure 2.

Mar.20,2021

https://codepen.io/caocong/pe.
just add this

Highcharts.getOptions().colors = Highcharts.map(Highcharts.getOptions().colors, color => ({
  linearGradient: { x1: 0, y1: 0, x2: 1, y2: 0 },
  stops: [[0, "-sharpfde1d8"], [1, "-sharpfef75e"]]
}))
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-1b398c0-2b6ed.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-1b398c0-2b6ed.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?