gravity-ui / yagr

Yet another graph renderer
https://yagr.tech
MIT License
102 stars 7 forks source link

PlotlLine plugin redundantly checks scale field in plotline #144

Open zefirka opened 1 year ago

zefirka commented 1 year ago

Initial config:

scales: {
   x: {
       plotLines: [{value: 1, width: 1, color: 'red'}]
   }
}

update with the same value removes plotLine because yagr adds scale field and check it's value when updating plotLine which cause removing plot line from graph.