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

DataSeries zIndex can't be set #331

Closed
vaadin-bot opened this issue Jun 20, 2016 · 1 comment
Closed

DataSeries zIndex can't be set #331

vaadin-bot opened this issue Jun 20, 2016 · 1 comment
Labels

Comments

@vaadin-bot
Copy link
Collaborator

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

@vaadin-bot vaadin-bot added the bug label Oct 17, 2016
@emarc
Copy link
Contributor

emarc commented Jun 8, 2017

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
zIndex was not added to PlotOptions as it only makes sense
when used in a Series and not when used in Configuration
Alternate implementation to #562
Fixes #565
Fixes #331
alvarezguille added a commit that referenced this issue Mar 22, 2019
zIndex was not added to PlotOptions as it only makes sense
when used in a Series and not when used in Configuration
Alternate implementation to #562
Fixes #565
Fixes #331
alvarezguille added a commit that referenced this issue Mar 22, 2019
zIndex was not added to PlotOptions as it only makes sense
when used in a Series and not when used in Configuration
Alternate implementation to #562
Fixes #565
Fixes #331
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants