CityofToronto / bdit_king_pilot_dashboard

Dashboard for King St Pilot
GNU General Public License v3.0
4 stars 2 forks source link

Dashboard - Y-axis dimensions #99

Closed radumas closed 7 years ago

radumas commented 7 years ago

Currently the y-axis is fixed to 30 minutes, because sometimes travel time get close to that.

image However on the N-S streets, travel times are typically lower, leading to a lot of whitespace:

image

Even when conditions are particularly bad:

image

Should the y-axis change based on the max of the provided data? Or should we have a fixed axis for either street orientation: E-W = 30 minutes, N-S = 20 minutes?

radumas commented 7 years ago

Implement a function in either orientation to be a min(max(tt), 20) or 30, depending on direction.