Closed tbenschop closed 8 years ago
Hi Tim (@tbenschop),
This was asked in #28 ;)! and here https://github.com/jbkunst/highcharter/issues/28#issuecomment-178047294 you can see a implementation https://jbkunst.shinyapps.io/highcharter/.
You need to create a drop event and push to server unsing js function Shiny.onInputChange
.
Next time please make a minimal reproducible example. It's easy to focus in the functionality :smile:.
Regards,
Hi @jbkunst,
Thanks a lot. I'm used to give the full code as that is how you should do it at StackOverflow but I understand that this is not desired on github. Thanks :]
I think this not desire in stackoverflow too XD. How to create a Minimal, Complete, and Verifiable example (http://stackoverflow.com/help/mcve)
;)!
Hi,
I really like this new package and I'm implementing a graph in Shiny where users can create their own time series with the "draggable point" option from the http://jkunst.com/highcharter/oldindex.html#draggable-points example. I would like to use the "new" datapoints in server.r and also show them in a table. If someone could help me how to return the data points, that would be great.Please find the code below.
Many thanks, Tim
server.r:
ui.r