gizak / termui

Golang terminal dashboard
MIT License
13.06k stars 783 forks source link

Updated plot to make use of data minimum for setting up plot Y axis #241

Open sivamgr opened 4 years ago

sivamgr commented 4 years ago

Irrespective of data set range the Y axis always points to zero. Updated plots to make use of minimum value from data to set the Y axis start value

iamquang95 commented 4 years ago

I did an update version of this pr here: https://github.com/gizak/termui/pull/259