10000 ADd scatter panel test/fix · plotly/plotly.js@65bd43d · GitHub
[go: up one dir, main page]

Skip to content

Commit 65bd43d

Browse files
dyetpinard
authored andcommitted
ADd scatter panel test/fix
1 parent 9548cc1 commit 65bd43d

File tree

3 files changed

+7444
-0
lines changed

3 files changed

+7444
-0
lines changed

src/traces/scattergl/index.js

Lines changed: 2 additions & 0 deletions
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;
Loading

0 commit comments

Comments
 (0)
0