Javascript error when loading slice/chart
See original GitHub issueSince upgrading to Superset 0.25.0, I’m getting the following Javascript error when trying to load certain slices. I’m installing Superset via pip.
Uncaught ReferenceError: notify is not defined
at /static/assets/dist/explore.701bc6178837d27ffb52.entry.js:156:593909
at Array.map (native)
at t.e (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:156:593639)
at new t (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:156:591850)
at f._constructComponentWithoutOwner (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:220634)
at f._constructComponent (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:220418)
at f.mountComponent (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:216653)
at Object.mountComponent (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:40:135696)
at fe.mountChildren (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:211513)
at fe._createInitialChildren (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:192911)
Superset version
0.25.0
Expected results
Display the chart
Actual results
Chart does not load - I just see the loading spinner
Steps to reproduce
- Click on Charts
- Go to a chart
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Javascript error when loading slice/chart · Issue #4976 - GitHub
Since upgrading to Superset 0.25.0, I'm getting the following Javascript error when trying to load certain slices. I'm installing Superset ...
Read more >Error Loading another script in the JS File - Stack Overflow
Try following order atleast AmCharts issue seems to be resolved function loadChart() { var chart = AmCharts.makeChart("chartdiv", { "type": ...
Read more >Pie Slice Chart in Tableau?
Hi,. I am looking for Pie Slice Chart. Currently: Looking in the below format, because of the larger volumes its easy to distinguish....
Read more >Client script causing javascript error - ServiceNow Community
I have a client script that updates a RITM when an Interaction type is 'Request'. It copies a 'Yes' or 'No' value from...
Read more >Creating Error Chart in JavaScript - AnyChart
Follow this tutorial and you'll learn how to easily create elegant interactive error charts using JavaScript. Here, I will be visualizing data ...
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
Already tried this and it is not working.
In order to reproduce you could try to do :
insert into table_columns values(now(), now(), 9999, 1, '', false, true, '', false, false, false, false, false, false, '', 1, 1, '', '', '', '', false);
and then try to open/create a graph using the table with ID 1.
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. For admin, please label this issue
.pinned
to prevent stale bot from closing the issue.