tianshu129 / foqat

Field observation quick analysis toolkit

Home Page:https://tianshu129.github.io/foqat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: use "dygraphs" package for interactive time series visualization

rishabhshah-92 opened this issue · comments

Having personally used the "dygraphs" package, I can confirm that it is really useful for interacting with time series data (i.e., zooming in and out), hovering mouse of specific data points to look at values, etc.

The package can be found here: https://rstudio.github.io/dygraphs/
The "xts" package may be required to prepare a dataframe as an input to dygraphs.

Happy to help out, debug, etc.
Rishabh

Hi Rishabh,

Thank you very much. I'm considering for some interacting with time series. You provide me a good insight.
And thank you for your willing to help!

Best,

Tianshu