nova-chartjs
nova-chartjs copied to clipboard
How to set Y Axes to begin from zero?
I have 2 items. I want y-axis to start from zero irrespective of data. Below is example for the same where y-axis starts from 100.

I'd like to know this too. Any ideas anyone?
this is working in options:
'scales' => [
'yAxes' => [
'beginAtZero' => true
]
],