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

remove dependency on xts #11

Closed timelyportfolio closed 9 years ago

timelyportfolio commented 9 years ago

I believe these couple of simple changes will remove the dependency on xts. Guess we'll see come CRAN check time.

hrbrmstr commented 9 years ago

So, the following seem to be missing (the tauCharts.js and plugins/…)

script: #tauCharts.min.js
  - tauCharts.js
  - plugins/tauCharts.tooltip.js
  - plugins/tauCharts.legend.js
timelyportfolio commented 9 years ago

Oh dang, I thought I ignored those changes while testing. Argh, sorry; will pull

timelyportfolio commented 9 years ago

done in #13; sorry

timelyportfolio commented 9 years ago

one plus, tooltips work with dates also.

timelyportfolio commented 9 years ago

went ahead and merged