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 70e25d9 commit 2990114Copy full SHA for 2990114
src/components/modebar/modebar.js
@@ -298,7 +298,7 @@ proto.getLogo = function() {
298
299
a.href = 'https://plotly.com/';
300
a.target = '_blank';
301
- a.setAttribute('data-title', jsVersion(Lib._(this.graphInfo, 'Produced with Plotly')));
+ a.setAttribute('data-title', jsVersion(Lib._(this.graphInfo, 'Produced with Plotly.js')));
302
a.className = 'modebar-btn plotlyjsicon modebar-btn--logo';
303
304
a.appendChild(this.createIcon(Icons.newplotlylogo));
0 commit comments