dkblack2013 / CookingCharts

Charts to help with the cooking process.
1 stars 10 forks source link

plot prototype in place #8

Closed alonzi closed 3 years ago

alonzi commented 3 years ago

I have commented out the code for rendering plots in the server function call.

I replaced it with a dummy plot "hist(runif(500, 1, 99))". The Shiny app now displays a plot

Now you just need to patch my dummy plot with whatever plot you want it to show. I would recommend holding off on using the input part until you get the gannt chart showing (just hardcode). And then apply a second patch to show the selected input.