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
Hi,
I already check different issues about the same problem, like this one. But I have always the same problem, also with a csv with just 1 point.
Does my code wrong or the bug still remains?
`setTimeout(function () {
myPlot.on('plotly_click', function (data) {
console.log("data :", data)
var pn = data.points[0].pointNumber;
var tn = data.points[0].curveNumber;
var colors = data.points[0].data.marker.color;
colors[pn] = '#C54C82';
var update = { 'marker': { color: colors, size: 4 } };
Plotly.restyle('chart', update, [tn]);
});
}, 200)
`
plotly-latest.min.js:7 Uncaught RangeError: Maximum call stack size exceeded
at e.exports (plotly-latest.min.js:7)
at e.exports (plotly-latest.min.js:7)
at e.exports (plotly-latest.min.js:7)
at o.merge (plotly-latest.min.js:7)
at b._.plot (plotly-latest.min.js:7)
at Object.r.plot (plotly-latest.min.js:7)
at r.drawData (plotly-latest.min.js:7)
at Object.l.syncOrAsync (plotly-latest.min.js:7)
at r.plot (plotly-latest.min.js:7)
at Object.l.syncOrAsync (plotly-latest.min.js:7)
The text was updated successfully, but these errors were encountered:
Hi,
I already check different issues about the same problem, like this one. But I have always the same problem, also with a csv with just 1 point.
Does my code wrong or the bug still remains?
The text was updated successfully, but these errors were encountered: