Chartjs-Charts js showing only when positives data

1👍

Try adding scaleBeginAtZero: false to your options object.

scaleBeginAtZero: false

0👍

Found it!

The issue was the plugin: chartjs-plugin-empty-overlay.js.
When disabling it the negative values are showing.
Should have read the doc, it was only tested for the line chart.

Leave a comment