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 3a26e73 commit b1d227dCopy full SHA for b1d227d
shelly/plotlyjs/static/plotlyjs/src/graph_obj.js
@@ -338,7 +338,7 @@ plots.addLinks = function(gd) {
338
spacespan = linkContainer.select('.js-link-spacer'),
339
sourcespan = linkContainer.select('.js-sourcelinks');
340
341
- if(gd._context.showSources) gd._context.showSources();
+ if(gd._context.showSources) gd._context.showSources(gd);
342
343
// 'view in plotly' link for embedded plots
344
if(gd._context.showLink) positionPlayWithData(gd, toolspan);
0 commit comments