-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Chart - sum Y column values rather than displaying last Y value #4587 #4673
Conversation
apologies about the datree smart policy failure. I'm using my personal github account on my work laptop, which led to my work email getting caught and misconfigured |
Hi @akc2267! Thank you for your contribution, we really appreciate it! Few thing before I review this PR:
|
fixing the test further. rather, they should be aggregated into a single value "100% (200)", until the user specifies what variable should be X |
Please let me know if there's anything else I can do before you review! |
Thank you! You can ignore Datree check |
Do you have an estimation on when this will be reviewed and merged? I can't get more redash server capacity and my dashboard is prohibitively slow without this fix. |
@robhudson @kravets-levko @jezdez @jeremi Why hasn't this been reviewed yet? visualizations of tables with more than 2 columns are broken without this fix |
@akc2267 , thanks for the PR! We've updated a lot of things now that we're Community-driven so - if you're still interested in getting this merged - would you mind rebasing off master to re-run the CI, as well as updating merge conflicts? We're trying to clean up our PR todo list, so if you're not interested, that's fine - we'll close the PR in about a week if we don't hear back. If you're interested in reopening the PR afterwards, we would also very much welcome that. |
Ugh, it's a shame this got dropped. The concept and code both seem reasonable. Oh well. 😦 |
hey just saw these comments. Hopefully redash fixed this bug. It's been over 3 years since I've needed to use redash for work |
@akc2267 no worries. If you want to reopen the PR, feel free - but no pressure either way. |
What type of PR is this? (check all applicable)
Description
A couple fixes so that Y values are summed. Without this fix, charts will display the final row for every X value. If multiple rows exist for a given X, then those values will be over-written. Plotly displays this info correctly, so without this fix, redash's hover labels are incorrect while Plotly's visual representation is accurate.
Please ignore the package-lock.json and package.json changes. I couldn't figure out how to remove these.
Related Tickets & Documents
#4587
Mobile & Desktop Screenshots/Recordings (if there are UI changes)
Previous:
Now: