ramnathv / rCharts

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

Returning Rickshaw$new() blocks renderTable output in Shiny #216

Open tcash21 opened 11 years ago

tcash21 commented 11 years ago

runGist("https://gist.github.com/tcash21/6273218")

If I return Rickshaw$new() instead of return(invisible), I will not see my renderTable output. In the example I provided, the table will show up once you've selected C or D as the first input.

I tried fiddling with the CSS but the positioning is fine. For some reason though it's as if Rickshaw$new() blocks renderTable output.

ramnathv commented 11 years ago

That is strange. I will take a closer look later this week to check what is happening.

ramnathv commented 10 years ago

Did this issue ever get resolved?