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

v6.0.0-beta1: Cannot assign axis in series override #15621

Closed
andig opened this issue Feb 24, 2019 · 3 comments · Fixed by #15634
Closed

v6.0.0-beta1: Cannot assign axis in series override #15621

andig opened this issue Feb 24, 2019 · 3 comments · Fixed by #15634

Comments

@andig
Copy link
Contributor

andig commented Feb 24, 2019

In Grafana v6.0.0-beta1 (d7f81c4) it is not possible to assign a series to a different axis. After selecting the series from the respective dropdown menu, it is not displayed in the editor:

screenshot 2019-02-24 at 10 17 32

@daniellee
Copy link
Contributor

Confirmed. Think it is the same problem as in this issue: #14871. Will get a fix for this into 6.0.

@andig
Copy link
Contributor Author

andig commented Feb 24, 2019

Quite possible- I‘ll double check using docker:master. Thank you!

@daniellee
Copy link
Contributor

@andig just to be clear - it is not fixed in master. Fixing it now - so should be merged later today (probably tomorrow for you as I'm in LA today).

daniellee added a commit that referenced this issue Feb 25, 2019
Makes changes to dropdown-typeahead2 so that a css
class for the button can be passed in. Means it can
be used instead of dropdown-typeahead.

Switches to using dropdown-typeahead2 for series_overrides
directive and for the influxdb, mysql and postgres datasources
as it already contains a fix for this issue.

This commit also fixes the index property which
was set using an incorrectly spelled length property in the
series_overrides directive.

Closes #15621
xlson pushed a commit that referenced this issue Feb 25, 2019
Makes changes to dropdown-typeahead2 so that a css
class for the button can be passed in. Means it can
be used instead of dropdown-typeahead.

Switches to using dropdown-typeahead2 for series_overrides
directive and for the influxdb, mysql and postgres datasources
as it already contains a fix for this issue.

This commit also fixes the index property which
was set using an incorrectly spelled length property in the
series_overrides directive.

Closes #15621

(cherry picked from commit e76655d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants