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

Fix wrong tooltip when ggplotly with geom_line(group=) #773

Merged
merged 3 commits into from
Nov 1, 2016

Commits on Oct 31, 2016

  1. test case for buggy geom_line(group=...) tooltip

    This test case shows a plot with two lines where the tooltip does not contain the right text on all the points.
    The `group` aesthetic in `geom_line` is not properly set in the tooltip rendering mismatched "id: Sample2" tooltips on Sample1 data points and viceversa.
    zeehio committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    51876e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd83af1 View commit details
    Browse the repository at this point in the history
  3. Add news bullet

    zeehio committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    4d3ac60 View commit details
    Browse the repository at this point in the history