business-science / anomalize

Tidy anomaly detection
https://business-science.github.io/anomalize/
338 stars 60 forks source link

anomalize - shiny - plotly - interaction - help needed #11

Closed jas1 closed 6 years ago

jas1 commented 6 years ago

hi, really thnks for this package its quite amazing! to the thing:

objective Use the package to explore some random data in an application: can check at https://github.com/jas1/shiny_ts_anomalize

description I'm made an interactive plot with shiny and plotly; It worked quite straigthforwarad, nevertheless got an issue at the time trying to show the dates on the plotly tooltip.
the script is : app.r

issue Try to show the dates on the plotly tooltip.
i've seen that this issue is common on plotly and can be solved. the similar issue is: https://community.plot.ly/t/date-format-in-tooltip-of-ggplotly/4766

and the solution pointed is: https://stackoverflow.com/questions/44770799/date-format-in-tooltip-of-ggplotly

As I do not have acces to the plot configuration on the anomalize , I don't know how to load the suggested solution on StackOverflow.

closing

I will really appreciate anyt any suggestion, Thanks in advance, and keep the awsome job you're doing.

mdancho84 commented 6 years ago

This is beyond the scope of the anomalize package. Maybe try posting on Stack Overflow. It's easy. Just click the ask question. You'll need to provide your repo, and make sure that the question is reproducible meaning someone will be able to recreate anything they need to when solving your problem.

image