ramnathv / rCharts

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

pull-down menu #280

Open tyokota opened 10 years ago

tyokota commented 10 years ago

Can rCharts create pull-down menus that subset data? For example, if I were presenting bar charts, and being able to change the data on the X-axis?

ramnathv commented 10 years ago

rCharts does not support subsetting natively, but you can achieve this using Shiny + rCharts. However, we are in the process of porting some of the logic in rCharts to javascript, so that subsetting will be possible directly using AngularJS controls without needing a shiny server.

abresler commented 10 years ago

That is going to be amazing! What is the ETA?


Alex Bresler 917-455-0239

abresler@asbcllc.com | alex@aragorntech.com |@abreslerhttp://twitter.com/abresler | LinkedIn http://www.linkedin.com/in/abresler| Aragornhttp://aragorn.org

On Tue, Oct 22, 2013 at 4:58 PM, Ramnath Vaidyanathan < notifications@github.com> wrote:

rCharts does not support subsetting natively, but you can achieve this using Shiny + rCharts. However, we are in the process of porting some of the logic in rCharts to javascript, so that subsetting will be possible directly using AngularJS controls without needing a shiny server.

— Reply to this email directly or view it on GitHubhttps://github.com/ramnathv/rCharts/issues/280#issuecomment-26847640 .

ramnathv commented 10 years ago

Not sure ATM, as it involves heavy refactoring.