ramnathv / rCharts

Interactive JS Charts from R
http://rcharts.io
Other
1.19k stars 654 forks source link

Motion plots #368

Open ekstroem opened 10 years ago

ekstroem commented 10 years ago

Hi,

Is it possible to create motion plots using rCharts (for example using Highcharts)? I've been trying to produce an animated plot but without much luck.

I know this can be wrapped in slidify and that would work. I was just thinking that there might be a full JS solution so it would be possible to do something along the animate argument for ichoropleth (in rMaps):

ichoropleth(Crime ~ State, data = violent_crime, animate = "Year")

Cheers,

Claus

ramnathv commented 10 years ago

I will have to take a closer look at the js libraries to figure out the best way to get motion plots. Your idea makes sense.

ucg8j commented 8 years ago

Motion/animation would be a great feature to have. I am currently trying to integrate the motion highchart plugin, but struggling with how to structure the data. http://stackoverflow.com/questions/35979227/how-to-include-highcharts-motion-plugin-for-bubble-plot-using-r-wrapper Is this a sensible approach?