forked from grafana/worldmap-panel
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add option for reversible legend #85
Comments
Dear Mat, your suggestion looks very reasonable to me. We will be happy to accept further contributions around these details. With kind regards, |
matschaffer
added a commit
to matschaffer/worldmap-panel
that referenced
this issue
Dec 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a panel up at https://grafana.safecast.cc/d/7wsttvxGk/safecast-airnote?orgId=1&var-device_urn=note:dev:864475041076562 and got feedback the legend seems backwards (low at the top, high at the bottom).
Pretty sure @nokton was expecting something like this (from @robouden)
Looks like we can probably add
.reverse()
to https://github.com/panodata/grafana-map-panel/blob/5e7ae9fbebf0bd1cebd18e5c0a79c4e3217a1f42/src/worldmap.ts#L129 but might be better to make it an option if people prefer the current order.The text was updated successfully, but these errors were encountered: