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

Scatter Plot doesn't honor data label format #4291

Open
susodapop opened this issue Oct 25, 2019 · 0 comments
Open

Scatter Plot doesn't honor data label format #4291

susodapop opened this issue Oct 25, 2019 · 0 comments

Comments

@susodapop
Copy link
Contributor

Issue Summary

The Chart visualization type can be configured to use specific data label formatting. It works for Line and Bar charts, but the scatter plot ignores the format rule. Here's an example where the data label format code is 0.0.

When it Works

line

When it Doesn't

scatter

Steps to Reproduce

  1. Make a scatter plot from this query: SELECT 'pi' 3.14159
  2. Set the format code for data labels to 0.0
  3. Hover over the data point and see it displays the full float value instead of 3.1

Technical details:

  • Redash Version: v9 alpha
  • Browser/OS: Firefox MacOS
  • How did you install Redash: SaaS
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