yagr icon indicating copy to clipboard operation
yagr copied to clipboard

PlotlLine plugin redundantly checks scale field in plotline

Open zefirka opened this issue 2 years ago • 0 comments

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.

zefirka avatar Sep 11 '23 15:09 zefirka