Skip to content

Commit 72cc1a3

Browse files
committed
ADd scatter panel test/fix
1 parent 091883c commit 72cc1a3

File tree

2 files changed

+7444
-0
lines changed

2 files changed

+7444
-0
lines changed

src/traces/scattergl/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,8 @@ function getSymbolSdf(symbol) {
744744

745745

746746
ScatterGl.plot = function plot(container, subplot, cdata) {
747+
if(!cdata.length) return;
748+
747749
var layout = container._fullLayout;
748750
var stash = cdata[0][0].t;
749751
var scene = stash.scene;

0 commit comments

Comments
 (0)