chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.34k stars 2.53k forks source link

is it possible to update the chart using the value of "axis.bounds" from "created" function? #1301

Open hirenp-waferwire opened 2 years ago

hirenp-waferwire commented 2 years ago

We can get the value of "context.axisY.bounds" from the "created" function but we were not able to use those values for the update chart. For example, we need the step value and min value of the y-axis to set the low value of the chart.