You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saved custom JS chart visualization does not load in editor.
Steps to Reproduce
Select Custom Plotly chart and select xAxis and a yAxis.
I chose select ID, org_id from events LIMIT 10 from Redash metadata.
Paste the following to Custom Code.
Line chart correctly renders.
Plotly.plot( element, [{
x: x,
y: ys }]);
Save
Click Edit.
The error is raised and I see default template comments in Custom Code. Am I doing something wrong?
angular.js?3437:13920 SyntaxError: Unexpected end of input
at refresh (eval at <anonymous> (app.d5b5662….js:1196), <anonymous>:501:92)
at eval (eval at <anonymous> (app.d5b5662….js:1196), <anonymous>:527:9)
at Scope.$digest (eval at <anonymous> (vendor.d6c0067….js:486), <anonymous>:17524:23)
at ChildScope.$apply (eval at <anonymous> (vendor.d6c0067….js:486), <anonymous>:17790:24)
at HTMLButtonElement.eval (eval at <anonymous> (vendor.d6c0067….js:486), <anonymous>:25890:23)
at defaultHandlerWrapper (eval at <anonymous> (vendor.d6c0067….js:486), <anonymous>:3497:11)
at HTMLButtonElement.eventHandler (eval at <anonymous> (vendor.d6c0067….js:486), <anonymous>:3485:9)
(anonymous) @ angular.js?3437:13920
(anonymous) @ angular.js?3437:10467
$digest @ angular.js?3437:17542
$apply @ angular.js?3437:17790
(anonymous) @ angular.js?3437:25890
defaultHandlerWrapper @ angular.js?3437:3497
eventHandler @ angular.js?3437:3485
angular.js?3437:13920 SyntaxError: Unexpected end of input
at refresh
Technical details:
Redash Version: 1.0.0 pulled from HEAD on Feb. 22nd
Browser/OS: Chrome
How did you install Redash: Docker with dev setup
The text was updated successfully, but these errors were encountered:
Issue Summary
Saved custom JS chart visualization does not load in editor.
Steps to Reproduce
Select Custom Plotly chart and select xAxis and a yAxis.
I chose
select ID, org_id from events LIMIT 10
from Redash metadata.Paste the following to Custom Code.
Line chart correctly renders.
Save
Click Edit.
The error is raised and I see default template comments in Custom Code. Am I doing something wrong?
Technical details:
The text was updated successfully, but these errors were encountered: