-
Notifications
You must be signed in to change notification settings - Fork 12.7k
aliasYAxis – Setting axis right not working with dynamic alias names 8000 #14
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
Comments
Had not thought about this scenario. I think it could be solved by checking if the target name (alias) returned from graphite contains legend values then parse them out of the alias, so the alias that is used to map to YAxis settings do not change. Another approach would be to calculate the legend values client side, but I think I prefer to let graphite do this. Thanks for the feedback! Will take a lot at this when I have some spare time. |
Text adjustments as outlined in issue 8000 s 14 and 15
Fixes for Issues grafana#14 and grafana#15
Use radio buttons for version select
Support refresh for templates
Validation & Routing
…m-github to revdev * commit '8c0e0cf22d394075e54ba878922014e64e2cb169': Release v8.1.5 fix typo in grafana#39208 causing "plot is undefined" error (grafana#39304) ReleaseNotes: Updated changelog and release notes for 8.1.4 (grafana#39288) (grafana#39289)
Hello,
I have just noticed and issue when setting the axis to the right of a target that is using the Graphite legendValue() function.
I think the issue must come from the fact that the target alias name is dynamic, so each time the target alias name changes it does not find the stored setting in the panel config (aliasYAxis).
As a workaround I have removed the legendValue() function and it work as expected.
Best regards,
Sebas
The text was updated successfully, but these errors were encountered: