Chart.js : Trying to put a color for positive values and another color for negative values on the chart.
Works well if there is at least one negative value:
See link
But something goes wrong if all values are positive (no negative value):
See link
What's wrong with this code?
Thanks for the help!