-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Hello! Thanks again for dash, it's been a dream for us to work with. My colleague @jamestwebber asked about customizing the toolbar a few days ago and while that has overall been successful, we haven't been able to remove the hoverCompareCartesian option. Here is our config_dict, which gets passed to each plot with config=config_dict.copy():
config_dict = {'modeBarButtonsToRemove': ['sendDataToCloud',
'pan2d',
'zoomIn2d',
'zoomOut2d',
'autoScale2d',
'resetScale2d'
'hoverCompareCartesian',
'hoverClosestCartesian',
'toggleSpikelines',
],
'displaylogo' : False
}But we still get a "Compare data on hover" option, which we'd like to remove because it doesn't make sense for this type of data:
Do you know why this hoverCompareCartesian option can't seem to get turned off?
Thank you!
Olga
ucg8j and JonathanLehner
Metadata
Metadata
Assignees
Labels
No labels
