djmeier-wisc / my-precious-time

https://my-precious-time.vercel.app
1 stars 1 forks source link

Add functionality to not include colors in the graph #10

Open djmeier-wisc opened 5 months ago

djmeier-wisc commented 5 months ago

See transit-delay-service for backend info. We should update the UI to include a checkbox defaulting to true / on, and pass that state along to the backend.

djmeier-wisc commented 5 months ago

We can use the backend's request param 'useColor' to the API calls for graphing. If possible, defaulting this value to 'true' would be great.