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

Option for Bar/line chart to always show labels #1254

Closed
shahneil88 opened this issue Aug 25, 2016 · 1 comment
Closed

Option for Bar/line chart to always show labels #1254

shahneil88 opened this issue Aug 25, 2016 · 1 comment

Comments

@shahneil88
Copy link

Issue Summary

A summary of the issue and the browser/OS environment in which it occurs.
Currently on redash, when we create a bar/line chart, there is no option to always display Y axis labels.

Steps to Reproduce

  1. Create a bar chart or a line chart
  2. Hover over to the chart to see values of Y axis.

You will always need to hover over on the chart to see the values.
There should be an option where we do not need to hover over chart to see the values.

I found a example on plot.ly to implement this.
https://plot.ly/python/bar-charts/ . Check "Styled Bar Chart with Direct Labels" section for bar chart

For Line chart, I was not able to find the exact solution. Closest what we have is
https://plot.ly/python/line-charts/ . Check "Label Lines with Annotations" section for line chart.

There should be an option, like a "checkbox", where you can enable /disable display of labels, because not everybody would want to display labels all the time.

@arikfr
Copy link
Member

arikfr commented Jan 29, 2018

Resolved in #2156 (part of the v4 release).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants