We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ed08c1 + 5897e03 commit cd21775Copy full SHA for cd21775
src/D3SpectrumExport.cpp
@@ -690,7 +690,7 @@ D3SpectrumChartOptions::D3SpectrumChartOptions()
690
691
const string div_id = "chart1";
692
693
- ostr << "<body><div id=\"" << div_id << "\" class=\"chart\" oncontextmenu=\"return false;\";></div>" << endline; // Adding the main chart div
+ ostr << "<body><div id=\"" << div_id << "\" class=\"chart\" oncontextmenu=\"return false;\"></div>" << endline; // Adding the main chart div
694
695
696
ostr << "<script>" << endline;
0 commit comments