COHHIO / Rminor

Shiny app for Ohio Balance of State CoC reporting
https://ohiobalanceofstatecoc.shinyapps.io/Rminor/
GNU Affero General Public License v3.0
2 stars 3 forks source link

Add functionality to Utilization plot (select multiple providers) #38

Open kiadso opened 3 years ago

kiadso commented 3 years ago

A user asked for the ability to see multiple providers' Utilization on one screen. They've been taking the total infoboxes from Rme and pasting them into a pdf. Will update as I find out more from the user (Linda R) as to how that is being used.

yogat3ch commented 3 years ago

This sounds like it's going to be a great place to filter based on the vector supplied by a selectInput for providers similar to how some of the SPM graphs render. Will also likely need a checkbox to switch on "Compare across providers" mode, or something of that nature.

That could switch on a dodged bar plot, colored by provider, with metric on the X axis. We might run into issues of scale depending on how wide of a range the numbers of different utilization metrics are when they're all combined onto a single y-axis scale.