Skip to content

Commit e14b0a3

Browse files
committed
rm <g errorlayer> layer from cartesian framework
1 parent a27d62c commit e14b0a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,6 @@ function makeCartesianPlotFramwork(gd, subplots) {
26722672
svg.append('g').classed('imagelayer', true);
26732673
svg.append('g').classed('maplayer', true);
26742674
svg.append('g').classed('barlayer', true);
2675-
svg.append('g').classed('errorlayer', true);
26762675
svg.append('g').classed('boxlayer', true);
26772676
svg.append('g').classed('scatterlayer', true);
26782677
}

0 commit comments

Comments
 (0)