Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coerce hoverformat on visible-false axes #2329

Merged
merged 3 commits into from
Feb 5, 2018

Commits on Feb 2, 2018

  1. mv coerce('hoverformat') out of handleTickLabelDefaults

    ... so that `visible: false` have access to it.
    etpinard committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    54a6e5c View commit details
    Browse the repository at this point in the history
  2. don't coerce hoverformat category polar axes

    .. to be consistent with cartesian axes.
    etpinard committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    1feeac7 View commit details
    Browse the repository at this point in the history
  3. cleanup places that pass noHover: true to handleTickLabelDefaults

    ... as hoverformat is no longer coerced there, making this
        option obsolete!
    etpinard committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    9e6b488 View commit details
    Browse the repository at this point in the history