-
Notifications
You must be signed in to change notification settings - Fork 14.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
Boxplot requires a datetime field #786
Comments
Hey, still seeing |
Still seeing is_timeseries = True for BoxPlotViz class in viz.py on master. Here is the error when time column is not provided: Traceback (most recent call last): |
* chore: add id prop to chart-control DatasourceMeta * add more fields
* chore: add id prop to chart-control DatasourceMeta * add more fields
* chore: add id prop to chart-control DatasourceMeta * add more fields
* chore: add id prop to chart-control DatasourceMeta * add more fields
I would like to use the boxplot type of visualization for some data that I have, but it seems like a datetime field is required. Is there a way to allow data that does not have any date or time data to be used?
This is the error that i got:
Datetime column not provided as part table configuration and is required by this type of chart
The text was updated successfully, but these errors were encountered: