-
Notifications
You must be signed in to change notification settings - Fork 21
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
Y-axis is mislabeled / data is misleading #347
Comments
Similar in some ways to #334, these should both be kept in mind when digging in to this code. |
Dug into this a bit and noticed that if the x-axis scale is changed from |
This issue seems to be resolved upstream. Here is an example of a simplified query that reproduces the issue: https://sql.telemetry.mozilla.org/queries/52016#138869 Running this query:
The issue is still reproducible on http://demo.redash.io but not with a fresh checkout of this repo. |
Seems to be resolved by upgrading plotly dependency. |
I'm still seeing this issue in the query linked in the initial summary - do you know when a fix will be deployed? |
Yes, sorry... 'closed' means the fix is merged and deployed on staging, ready for confirmation (or not) by QA. We might see this pushed to prod this week, but more likely will be next week. |
Cool, thanks! |
Issue Summary
In a stacked bar graph, the Y-axis labels do not match the actual data values, resulting in a visualization that is incorrect (too high) by an order of magnitude.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: