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

Separate tooltips for candlestick hover #2959

Merged
merged 5 commits into from
Oct 2, 2018
Merged

Commits on Aug 30, 2018

  1. Add the option to display candlestick hoverinfo in separate tooltips.

    This commit adds a new attribute to ohlc and candlestick figures
    called 'hoveron' (as in box hover). Setting 'hoveron' to 'ohlc'
    shows at most 4 tooltips, for high, open, close and low. If several
    values should appear at the same coordinate, they are shown together
    in a single tooltip.
    codrut3 committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    4c5405d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    4866dc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    4622752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f932f30 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Fix some errors.

    codrut3 committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    fb4a09a View commit details
    Browse the repository at this point in the history