We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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