box plots displaying <NULL> as series/category on x-axis
See original GitHub issueHow to reproduce the bug
- Setup using Docker installation, go to any example box plot (Degrees vs Income or Box Plot)
Screenshots
It’s supposed to look like this (using hosted preset):
Environment
(please complete the following information):
- browser type and version: Chrome 91.0.4472.164
- superset version: apache/superset:latest-dev Docker image as of Oct. 12, 2021 (not sure what exact version it is, I only see 0.0.0dev in browser)
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [ x ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
- [ x ] I have reproduced the issue with at least the latest released version of superset.
- [ x ] I have checked the issue tracker for the same issue and I haven’t found one similar.
Additional context
Followed setup instructions as documented here: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/. Running docker-compose -f docker-compose-non-dev.yml up
brought up everything, and was working very smoothly for the most part. Unfortunately ran into this issue with box plots, which is kind of a showstopper.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How do you draw a boxplot without specifying x axis?
You have to provide some dummy value to x . theme() elements are used to remove x axis title and ticks. ggplot(mtcars,aes(x=factor(0) ...
Read more >[GitHub] [superset] konfiot commented on issue #16985
Hi, it's still happening with the latest release, a few informations : let's use the "Degrees vs Income" box plot of the "FCC...
Read more >Exploring ggplot2 boxplots - Defining limits and adjusting ...
Identifying boxplot limits and styles in ggplot2. ... Boxplots are often used to show data distributions, and ggplot2 is often used to visualize ......
Read more >Box Plot Properties – X-axis
In a box plot, the X-axis is always categorical. Note: If All values in data (nest) or All possible values (cross) are selected,...
Read more >Box-and-whisker plots on Excel
Hello! I would like help in plotting box-and-whisker plots on Excel, using time on the x-axis (a continuous variable).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue, also docker install, on both example datasets (wb_health_population) and our datasets The SQL Command seems fine, it outputs the correct results in SQL Lab No errors seem to pop up either in the
docker logs
output or in the console output in the web clientWill try next week, thanks !