ramnathv / rCharts

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

Submit an entry to ggobi visualization competition #126

Open ramnathv opened 11 years ago

ramnathv commented 11 years ago

The details of the competition can be found here

Important

We will use this issue to brainstorm on potential ideas. Some aspects to think about are

  1. What dataset to explore?
  2. What JS charting libraries to use?
ramnathv commented 11 years ago

@timelyportfolio, @reinholdsson feel free to add to this discussion. I am thinking a nice reproducible Shiny controlled interactive visualization with a Slidify created UI!

ramnathv commented 11 years ago

Hospital Price Data

This is a wonderful dataset that allows exploration on multiple dimensions. We can use Leaflet along with one of the regular charting libraries to create a nice interactive visualization.

Medicare Provider Charge Data: Inpatient Medicare Provider Charge Data: Outpatient

reinholdsson commented 11 years ago

Cool! I will look more into it.

ramnathv commented 11 years ago

Thanks. Let us add more datasets to this. Let me check if @pssguy will also be interested in working with us on this, given his rich experience in creating interactive visualizations.

stla commented 11 years ago

Ggobi allows to draw interactive graphics based on different datasets (with a common identifiant). Recently I used this functionnality, and this is not possible to do with the iplots package for example (or the JMP software). Is there a Javascript library allowing that ?

ramnathv commented 11 years ago

There is dc.js which allows multiple plots to be connected and explored together. I am in the process of integrating it with rCharts, and it should soon be available on github.

abresler commented 11 years ago

That is going to be amazing!!!

Alex Bresler T: 917.455.0239

On Jul 9, 2013, at 9:00 AM, Ramnath Vaidyanathan notifications@github.com wrote:

There is dc.js http://nickqizhu.github.io/dc.js/ which allows multiple plots to be connected and explored together. I am in the process of integrating it with rCharts, and it should soon be available on github.

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

huannews commented 10 years ago

Hi Ramnathv,

First of all, thanks for the amazing rCharts package. I can't tell you enough how it helped me create beautiful charts everyday.

I saw that you were in the process of intergrating dc.js with rCharts. Is it available now? How do I get it? Do you have a working example on how to use it? I'm trying to create multiple drilled-down connected charts and saw this thread. I'd love to try it out on a Shiny app. Please let me know

Thanks, Huan

ramnathv commented 10 years ago

Thanks for the kind words. The dc.js implementation is still very raw and it is going to take a few iterations before I have a version I can push to github. I will update this thread when I have some preliminary support implemented.

cjtexas commented 9 years ago

Hello Ramnath, I have enjoyed using rCharts for some time now and love the idea of native cross-filtering. Do you have any updates on the dc.js implementation? Thanks!

ramnathv commented 9 years ago

The dc.js implementation ran into some unexpected troubles. I hope to pick up the threads in 2015.