Open zefirka opened 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.
Initial config:
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.