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.
1 parent cb8966e commit 5c56fffCopy full SHA for 5c56fff
src/chart/ui/events.cpp
@@ -36,7 +36,7 @@ std::string PointerEvent::dataToJson() const
36
position)("coords", coords);
37
if (!markerJson.empty()) { j.raw("marker", markerJson); }
38
}
39
- return res;
+ return res.substr(1, res.size()-2);
40
41
42
WheelEvent::WheelEvent(double delta, Chart &chart) :
0 commit comments