chartjs
chartjs copied to clipboard
Change axis color in radar chart
Is it possible to change the color of the background grid lines? As I attempt to open the Chart.js documentation link specified below, I get redirected to what seems to be an updated ChartJS documentation site where there are no traces of "Charts.default.global".
How do I get ahold of a full list on what attributes I can modify?
Thanks.
The allowed values in ... can be found in the Chart.js documentation under Charts.default.global. You can also use this function to edit the animation and elements options by passing them as a list, or to edit the chart-specific options. To edit tooltips, legends or titles, use the corresponding functions.
Same problem, How can I change the axis fontColor?