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 79f3b67 commit 7740d57Copy full SHA for 7740d57
1 file changed
src/plots/plots.js
@@ -336,14 +336,13 @@ function positionPlayWithData(gd, container){
336
var link = container.append('a')
337
.attr({
338
'xlink:xlink:href': '#',
339
-
340
'class': 'link--impt link--embedview',
341
'font-weight':'bold'
342
})
343
.text(gd._context.linkText + ' ' + String.fromCharCode(187));
344
345
if(gd._context.sendData) {
346
- link.on('click', function(){
+ link.on('click', function() {
347
plots.sendDataToCloud(gd)
348
});
349
}
0 commit comments