[superset 0.23.2] bug no default charts position in dashboard, dashboard is empty
See original GitHub issueMake sure these boxes are checked before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if any
- I have reproduced the issue with at least the latest released version of superset
- I have checked the issue tracker for the same issue and I haven’t found one similar
Superset version
0.23.2
Expected results
when create a new dashboard with some slice, we can view the slice(charts) in dashboard without addtional position json configuration like this:
[
{
"col": 1,
"row": 0,
"size_x": 8,
"size_y": 3,
"slice_id": "49"
},
{
"col": 5,
"row": 3,
"size_x": 8,
"size_y": 3,
"slice_id": "50"
}
]
Actual results
However in superset 0.23.2 version, the dashboard is totally empty after adding some slice(charts) in the dashboard. And if I fill in the position json in dashboard edition page as above, the slices could be shown.
Steps to reproduce
install superset 0.23.2 create a dashboard, add some slices and click into the newly added dashboard, you will see nothing.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:10 (5 by maintainers)
Top Results From Across the Web
[superset 0.23.2] bug no default charts position in dashboard ...
However in superset 0.23.2 version, the dashboard is totally empty after adding some slice(charts) in the dashboard. And if I fill in the ......
Read more >Caching - Apache Superset
Explore chart form data (required): EXPLORE_FORM_DATA_CACHE_CONFIG. Please note, that Dashboard and Explore caching is required. If these caches are undefined, ...
Read more >Problem With Positioning Of Charts In Superset ... - ADocLib
This tutorial targets someone who wants to create charts and dashboards in corner of the chart until the chart layout snaps into a...
Read more >UPDATING.md · Gitee 极速下载/Superset
20606: When user clicks on chart title or "Edit chart" button in Dashboard page, Explore opens in the same tab. Clicking while holding...
Read more >Installation & Configuration - apache-superset - Read the Docs
In general dashboards and charts are not accessible to unauthorized requests, that is why the worker needs to take over credentials of an...
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
No need to apologize! Bug happens. Probably a good principle to sort through GitHub issues after spending 1 hour debugging cryptic bug.
Thank you for your hard work on creating such an immensely useful tool. Been using it to speed up all of my report/summary.
Agree with @napjon on appreciating all the hard work thats been put into tool. We’re hoping this will help our data discovery teams.