-
Notifications
You must be signed in to change notification settings - Fork 84
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
DataSeries zIndex can't be set #331
Labels
Comments
I'm facing this issue - missing zIndex from PlotOptionsLine. Use case: trying to match the topmost line with the first color in my theme. It's easily worked around by extending PlotOptionsLine and adding zIndex, but obviously it would be better to have support out-of-the-box. |
alvarezguille
added a commit
that referenced
this issue
Mar 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally by @alvarezguille
Originally reported in https://vaadin.com/forum#!/category/203413
In charts 2.* it was possible to set it in PlotOptions and then set the PlotOptions to a series.
It should be possible to set zIndex either through plotoptions or directly to the series
Imported from https://dev.vaadin.com/ issue #19970
The text was updated successfully, but these errors were encountered: