You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When it Doesn't
Steps to Reproduce
Make a scatter plot from this query: SELECT 'pi' 3.14159
Set the format code for data labels to 0.0
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
The text was updated successfully, but these errors were encountered:
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 is0.0
.When it Works
When it Doesn't
Steps to Reproduce
SELECT 'pi' 3.14159
0.0
3.1
Technical details:
The text was updated successfully, but these errors were encountered: