1
ggplot(selectedData(), aes(x = sharpe, y = returns, tooltip = fund, data_id = fund, color=sd)) +  geom_point_interactive(size=1)

What was the issue ?

sebastian-c
  • 15,057
  • 3
  • 47
  • 93
james lim
  • 39
  • 4
  • Are you using the github version of ggplot? Does the error message continue with: "Please reinstall the package that provides this extension." There have been some updates to ggproto in ggplot2. Try re-installing ggiraph. – Sandy Muspratt Nov 14 '16 at 07:11
  • Check "Extensions" in ggplot [NEWS](https://github.com/tidyverse/ggplot2/blob/master/NEWS.md) – Sandy Muspratt Nov 14 '16 at 07:25
  • 1
    where do I download GitHub of ggplot ? I thought I can download from r-studio cran ? My R- version is 3.3.2 – james lim Nov 14 '16 at 13:58
  • 1
    thx @sandy-muspratt. It seems that pakage needs to be reinstalled: https://github.com/tidyverse/ggplot2/blob/master/NEWS.md#extensions – David Gohel Nov 14 '16 at 14:14

0 Answers0