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 b560368 commit 54d1253Copy full SHA for 54d1253
src/components/modebar/modebar.js
@@ -45,6 +45,8 @@ proto.update = function(graphInfo, buttons) {
45
this.element.setAttribute('id', modeBarId);
46
this._uid = modeBarId;
47
48
+ this.element.setAttribute('role', 'toolbar');
49
+
50
this.element.className = 'modebar';
51
if(context.displayModeBar === 'hover') this.element.className += ' modebar--hover ease-bg';
52
0 commit comments