plotly.js
plotly.js copied to clipboard
3d chart doesn't work with extendTraces() if all traces are set to 0 points first
It does work if the points are not removed from the existing traces though.
https://jsfiddle.net/v4mghLd5/1/
It shouldn't require doing something like this to extendTraces(), it should be possible to extendTraces() while there is no data in the 3d chart.