jienagu / D3_folded_charts

This is a showcase of interactive charts in shiny and Rmarkdown reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D3_folded_charts

This is a showcase of interactive charts in shiny and Rmarkdown reports! Live shinyapp: https://appforiarteam.shinyapps.io/Interactive_charts_reports/

Note: this app used noteMD R package (Repos: https://github.com/jienagu/noteMD) and nivopie (Repos: https://github.com/jienagu/nivopie) R package (htmlwidget) from my Github!

The design

  • Folded data structure:

    • zoom in to monthly chart by either clicking bar or the dropdown menu from slidebar. Click "ALL" from dropdown selector to reset! When zooming in monthly chart, both bar chart and donut chart are zoom into monthly level.
  • Customize charts show/hide

    • Users can check/uncheck to decide whether they want to show the donut chart!
  • Customize charts in reports

    • Users can check/uncheck to decide whether they want to print the donut chart in reports or not.
  • Custmize note

    • Users can take notes under charts and their notes will be printed in the reports.

How to use this app as the template for your own app:

Enjoy! 

Extra customized feature: Here is to change the bar color: https://github.com/jienagu/D3_folded_charts/blob/master/bar_plot.js#L28 

demo_gif

Acknowledgement

Beef Cattle Institute from Kansas State University

About

This is a showcase of interactive charts in shiny and Rmarkdown reports


Languages

Language:R 62.9%Language:JavaScript 37.1%