Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlotlLine plugin redundantly checks scale field in plotline #144

Open
zefirka opened this issue Sep 11, 2023 · 0 comments
Open

PlotlLine plugin redundantly checks scale field in plotline #144

zefirka opened this issue Sep 11, 2023 · 0 comments

Comments

@zefirka
Copy link
Contributor

zefirka commented Sep 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant