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 5bd4095 commit 7636cb5Copy full SHA for 7636cb5
src/plots/plots.js
@@ -257,7 +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
- if(!gd._context.showLink || !gd._context.showSources) return;
+ if(!gd._context.showLink && !gd._context.showSources) return;
261
262
var fullLayout = gd._fullLayout;
263
0 commit comments