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
Then create a chart with the x field on the x axis, the foo field on the y axis, configure the x axis as categorical, and set the y axis to logarithmic scale.
I would expect the Y axis to scale up to 10,000,000,000 (where x = 'g'), but instead the Y axis scales only to 10,000 and truncates the bar for g:
Technical details:
Redash Version:
Browser/OS: Firefox Nightly 60.0a1 (2018-02-09) (64-bit) / macOS High Sierra
How did you install Redash: sql.telemetry.mozilla.org
The text was updated successfully, but these errors were encountered:
Issue Summary
When using a categorical x-axis and a logarithmic scale y-axis, sometimes a bad value is selected as the max Y and results in data being truncated.
Steps to Reproduce
Using a prestodb datasource, enter the following query (or click here):
Then create a chart with the
x
field on the x axis, thefoo
field on the y axis, configure the x axis as categorical, and set the y axis to logarithmic scale.I would expect the Y axis to scale up to 10,000,000,000 (where x = 'g'), but instead the Y axis scales only to 10,000 and truncates the bar for
g
:Technical details:
The text was updated successfully, but these errors were encountered: