Thanks to visit codestin.com Credit goes to github.com
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 7636cb5 commit 603656cCopy full SHA for 603656c
src/plots/plots.js
@@ -257,6 +257,7 @@ plots.previousPromises = function(gd) {
257
* Add source links to your graph inside the 'showSources' config argument.
258
*/
259
plots.addLinks = function(gd) {
260
+ // Do not do anything if showLink and showSources are not set to true in config
261
if(!gd._context.showLink && !gd._context.showSources) return;
262
263
var fullLayout = gd._fullLayout;
0 commit comments