We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d02d9c + 5415909 commit fb78b32Copy full SHA for fb78b32
src/components/modebar/manage.js
@@ -185,7 +185,7 @@ function getButtonGroups(gd) {
185
// regardless of what other types are on the plot, since they'll all
186
// just treat any truthy hovermode as 'closest'
187
if(hasCartesian) {
188
- hoverGroup = ['toggleSpikelines', 'hoverClosestCartesian', 'hoverCompareCartesian'];
+ hoverGroup.push('toggleSpikelines', 'hoverClosestCartesian', 'hoverCompareCartesian');
189
}
190
if(hasNoHover(fullData) || hasUnifiedHoverLabel) {
191
hoverGroup = [];
0 commit comments