-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
BoxPlot - multiple issues #2222
Comments
I'm having the same issue. Box plot is requiring a datetime column (which shouldn't be necessary) and I can't plot what I need |
Any way to move that forward? I am new to superset and I want to create a boxtplot of patient weight with respect to sex. I am forced to aggregate weight and the query looks like :
the I don't quite understand the use-case for a timeseries-based boxplots; is this really the intended behaviour? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please don't close this issue, as it prevents boxplots from being used. |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.15.4
Expected results
Box plot displays using provided options.
Actual results
Box plot throws KeyError on query for group by terms (1 or many)
Steps to reproduce
Add a datasource
measurement
to metrics;attribute_1
,attribute_2
, together or alone as group by termsStack trace
Additionally the Box Plot graph type is requiring a date. This shouldn't be necessary.
The text was updated successfully, but these errors were encountered: