chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
721 stars 196 forks source link

beginAtZero does not work when null values are present in data to render empty values #98

Open raaahuuulll opened 3 years ago

raaahuuulll commented 3 years ago

I added null values to o,h,l,c of the last few elements of the dataset in order to show empty spaces when the data is not present. It works for that part that there is empty space for the candles but the beginAtZero functionality does not work in this case. Hopefully I am able to communicate my problem.