dmtrbrl / vue-trend-chart

Simple trend charts for Vue.js
https://dmtrbrl.github.io/vue-trend-chart/
MIT License
261 stars 29 forks source link

Can't start the y-axis range from a defined value except 0 #9

Closed jyotiarora2610 closed 4 years ago

jyotiarora2610 commented 4 years ago

I want to modify the y-axis range, want to start it from a defined value like 50 or 100. I tried using yLabelsTextFormatter but it's not plotting the graph in a correct way (means taking the y-axis from 0 only).

Can you please suggest is there any way?

jyotiarora2610 commented 4 years ago

I got the answer in the documentation