Skip to content
Snippets Groups Projects
Commit ca4d633a authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed default chart (single quotes were ignored)

parent 0b6a2db1
No related branches found
No related tags found
No related merge requests found
Pipeline #2056 failed
......@@ -384,4 +384,4 @@ var plotlyConfig = '{'\n \
'}';\n \
\n \
// Don't touch this line\n \
Plotly.newPlot('chart-canvas', plotlyData, plotlyLayout, plotlyConfig);
Plotly.newPlot(''chart-canvas'', plotlyData, plotlyLayout, plotlyConfig);
......@@ -382,5 +382,5 @@ var plotlyConfig = '{'\n \
\tresponsive: true\n \
'}';\n \
\n \
// Don't touch this line\n \
Plotly.newPlot('chart-canvas', plotlyData, plotlyLayout, plotlyConfig);
// Don''t touch this line\n \
Plotly.newPlot(''chart-canvas'', plotlyData, plotlyLayout, plotlyConfig);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment