-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweaks to chart format and colors #835
Conversation
fc1a2b9
to
23e56dc
Compare
I would like to look at this more in-depth before it is merged. Just commenting so I don't forget. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this clean up.
Looks good to me. WRT the conversaation yesterday – I am a fan of using taps
/validations
/card taps
for the unit of ridership over riders
But not too opinionated on which alternative to use.
modules/ridership/RidershipGraph.tsx
Outdated
label: `Historical Maximum (${PEAK_RIDERSHIP[routeIndex ?? 'DEFAULT']})`, | ||
label: `Historical Maximum (${PEAK_RIDERSHIP[ | ||
routeIndex ?? 'DEFAULT' | ||
].toLocaleString('en-us')} riders)`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly I kinda like the k
formatting but I'm open to changing it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, I'm saying have them both use K
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm I feel like the graph/axis it may make more sense to keep the exact number since that data is a bit more in-depth/granular than the overview, wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, that's a good point. Works for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a "daily" or "weekly" label to It? In reading it, I can't figure out what the numbers mean. I know it's averaged weekly, but is it avg per day or total per week?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it not be the weekday average for the selected timeframe?
23e56dc
to
e1db130
Compare
e1db130
to
c5d87e4
Compare
Made a few more changes based on feedback:
|
Motivation
This PR makes some stylistic suggestions to the chart formatting and coloring as well as some minor tweaks to the Bug Template and Healthcheck action
Changes
Version
in Bug Template referred toBrowser Version
healthcheck
action on demandtrips
toTrips
in Service graph to match other graphs' vertical axisTrips
in Ridership graph toRiders
MPH
box background more white than gray to match the graph backgroundTesting Instructions
Deploy this PR locally