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.
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