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 ce06ea9 commit d5a26a4Copy full SHA for d5a26a4
src/plots/plots.js
@@ -257,6 +257,8 @@ plots.previousPromises = function(gd) {
257
* Add source links to your graph inside the 'showSources' config argument.
258
*/
259
plots.addLinks = function(gd) {
260
+ if(gd._context.showLink === false) return;
261
+
262
var fullLayout = gd._fullLayout;
263
264
var linkContainer = fullLayout._paper
0 commit comments