We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a064e7 commit 7d5dff2Copy full SHA for 7d5dff2
src/components/images/draw.js
@@ -229,7 +229,6 @@ module.exports = function draw(gd) {
229
var subplotObj = fullLayout._plots[subplot];
230
231
// filter out overlaid plots (which have their images on the main plot)
232
- // and gl2d plots (which don't support below images, at least not yet)
233
if(!subplotObj.imagelayer) continue;
234
235
var imagesOnSubplot = subplotObj.imagelayer.selectAll('image')
0 commit comments