plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

3d chart doesn't work with extendTraces() if all traces are set to 0 points first

Open andrewhodel opened this issue 3 years ago • 1 comments

It does work if the points are not removed from the existing traces though.

https://jsfiddle.net/v4mghLd5/1/

andrewhodel avatar Jul 28 '22 03:07 andrewhodel

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.

Screen Shot 2022-07-28 at 2 39 53 PM

andrewhodel avatar Jul 28 '22 04:07 andrewhodel