yagr
yagr copied to clipboard
PlotlLine plugin redundantly checks scale field in plotline
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.