Mixed Time-Series chart rendering issue
See original GitHub issueUnexpected error shows when rendering chart occasionally.
Expected results
Chart should show the rendering result
Actual results
Occasionally, chart fails on rendering and shows “An error occurred while rendering the visualization: TypeError: Cannot read properties of undefined (reading ‘data’)”
Screenshots
How to reproduce the bug
- Update to Superset 1.3 (specific commit_sha: 6d19de8f66e6409cc82d6d1e5db2496c1ca2290d)
- Create a mixed timeseries chart
- Render multiple times and check error
Environment
(please complete the following information):
- browser type and version: Chrome 93
- superset version: 1.3
- python version:
python --version
- node.js version:
node -v
- any feature flags active: GLOBAL_ASYNC_QUERIES
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are 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.
Additional context
Add any other context about the problem here.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
[mixed time series chart] [Global Async Queries ... - GitHub
The following error is thrown in explore view and in dashboards when reloading a Mixed time-series chart with the Global Async Queries ...
Read more >Mixed Time-Series Visualization in Superset Workshop
The mixed time-series visualization in Superset helps take time-series charts to the next level by enabling you to combine and situate two ...
Read more >[GitHub] [superset] yongchand opened a new issue #16834
Create a mixed timeseries chart 3. Render multiple times and check error ### Environment (please complete the following information): ...
Read more >Getting Started - Time Series Charts - Preset.io
Line Chart Line charts are used if you want to compare several series at the same time. However, adding too many series (e.g.,...
Read more >Multiple Time Series in an Excel Chart - Peltier Tech
Displaying multiple time series in an Excel chart is not difficult if all the series use the same dates, but it becomes a...
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
My coworker @yougyoung94 might know how to solve this issue
@suddjian I opened a PR:)😃 Waiting for your review 🙏