Shiny Contest Submission: D3 Interactive Visualization and Reporting

Shinyapp Live: https://appforiarteam.shinyapps.io/D3_folded_bar/
RStudio Cloud: https://rstudio.cloud/project/213351
Github Repos: https://github.com/jienagu/D3_folded_bar_Shiny

This is a shiny app using D3.js library.

  • Simply click the bar in the chart or the dropdown tab to guide you to a monthly chart of clicked airflight. Then click "ALL" in the tab to reset.

  • You can write down the note or suggestions in the text box (support Markdown syntax), and your note will be print in a summary report (pdf or word)!

  • This app demonstrates the power of using R2D3 package which can link your data (in R) to D3.js script.

  • The note box part used noteMD R package (devtools::install_github("jienagu/noteMD")). Repos: https://github.com/jienagu/noteMD

9 Likes

Just want to say that all of your submitted apps are awesome!!

and noteMD is :scream::scream: :+1: :+1:

2 Likes

Those charts are very impressive.

1 Like

Very cool. I've done something similar (drill down / zoom charts) using Highcharter, but it was a pain. Will take a look at your code later. Thanks!

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.