hrbrmstr / taucharts

:bar_chart: An R htmlwidget interface to the TauCharts javascript library
http://rpubs.com/hrbrmstr/taucharts
Other
65 stars 10 forks source link

attempt to add legend and tooltip plugins; tooltips still giving error #4

Closed timelyportfolio closed 9 years ago

timelyportfolio commented 9 years ago

I took a first pass at providing some interactivity with the plugins from tauCharts. The legend seems to work well, but I have taken a break from trying to get the tooltip to work. I thought I would go ahead and pull to make sure I'm headed in a direction you would like to go.

tauchart(car_dat) %>%
  tau_point( "power", "co2", color = "euroEco" ) %>%
  tau_legend( ) %>%
  tau_tooltip( )  # not working; see console for errro

image

hrbrmstr commented 9 years ago

whoa. nice. it looks like they minified the plugins with the main taucharts js?

hrbrmstr commented 9 years ago

updated Rpubs & README + finally added a proper title in DESCRIPTION

timelyportfolio commented 9 years ago

Yes, and unfortunately, have to build for a non-minified, so doing that now to debug.