Back to Templates

Restaurant tips dashboard

View App View Code on GitHub
shiny create -m express \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard-tips
shiny create -m core \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/dashboard-tips

An intermediate dashboard with input filters, value boxes, a plot, and table. This particular dashboard visualizes the tips dataset. In terms of the implementation, this dashboard is similar to the basic dashboard template, but adds output-specific input controls to card components. Those controls are made available via a popover by clicking on the icon in the top-right corner of the card. Another notable difference is the use of plotly for interactive plots.

Packages:

  • faicons
  • pandas
  • plotly
  • shinywidgets