Skip to content

hoverCompareCartesian doesn't get removed from plot #109

@olgabot

Description

@olgabot

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:

screen shot 2017-08-01 at 3 42 33 pm

Do you know why this hoverCompareCartesian option can't seem to get turned off?
Thank you!
Olga

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions