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

feat(annotation): position custom rect_annotation tooltip by elastic-charts styles #247

Merged

Commits on Jun 19, 2019

  1. feat(annotation): simplify custom tooltip function

    BREAKING CHANGE: this changes the type signature of `RectAnnotation.renderTooltip?` from `(position, details) => JSX.Element` to `(details) => JSX.Element`.  This allows the user to pass in a custom element without having to do the heavy lifting of writing the container positioning styles themselves.
    emmacunningham committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    76410ad View commit details
    Browse the repository at this point in the history