-
Notifications
You must be signed in to change notification settings - Fork 149
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
xts / shiny / boosting support #8
Comments
shiny support is a must nowadays |
Hi everyone!
(Highcharter shiny app code: https://github.com/jbkunst/shiny-apps/tree/master/highcharter) |
Thanks for the swift response and the shiny example. Here is a reproducible example of plotting an xts object with dygraphs, highchart (rcharts) and highcharter.
Note, for highcharter, I tried passing the intraday time directly and converting the intraday time to numeric, neither work. |
Ok, Internaly what we need to do is convert the datetime to timestamps and then create the data put in the This will be the code to create the By now you can do something like the next code until I add the funcionality to plot xts objects.
I will close this issue and I'll add plot xts object in the issue #7 |
Hi,
Really nice package, appreciate the detailed introduction with the extended examples and incorporating piping
I had some questions:
Does the library support plotting xts directly (like dygrpahs). How would I pass an intraday POSIXct object directly?
Does the library have shiny integration?
Does the library incorporate the new boost module from highcharts?
http://www.highcharts.com/articles/2-news/175-highcharts-performance-boost
Awesome package.
Cheers,
Anthony
The text was updated successfully, but these errors were encountered: