Skip to content
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

String a sentence for tooltip #26

Open
ashleyasmus opened this issue May 17, 2022 · 0 comments
Open

String a sentence for tooltip #26

ashleyasmus opened this issue May 17, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ashleyasmus
Copy link

One-way:

  • An estimated ___
  • if percent: "% of"
  • [trips/people/households/vehicles]
  • are
  • value_label
  • .

Two-way:

  • trip -> hh: __% of [trip value_label] trips are made by [hh value_label] households.

  • trip -> per: __% of [trip value_label] trips are made by [per value_label] people.

  • trip -> veh: __% of [trip value_label] trips are made with [veh value_label] vehicles.

  • trip -> trip: __% of [trip 1 value_label] trips are also [trip 2 value_label]

  • trip -> day: __% of [trip value_label] trips are made by people who [day value_label]

  • veh -> hh: __% of [veh value_label] vehicles are owned by [hh value_label] households.

  • veh -> per: __% of [veh value_label] vehicles are owned by [per value_label] people.

  • veh -> veh: __% of [veh 1 value_label] vehicles are also [veh value_label].

  • veh -> trip: __% of [veh value_label] vehicles are used on [trip 2 value_label] trips.

  • veh -> day: __% of [veh value_label] vehicles are used by people who [day value_label].

  • per -> hh: __% of [per value_label] people reside in [hh value_label] households.

  • per -> per: __% of [per 1 value_label] people are also [per 2 value_label].

  • per -> veh: __% of [per value_label] people own [veh value_label] vehicles.

  • per -> trip: __% of [per value_label] people make [trip value_label] trips.

  • per -> day: __% of [per value_label] people are also those that [day value_label].

  • hh -> hh: __% of [per value_label] people reside in [hh value_label] households.

  • hh -> per: __% of [per 1 value_label] people are also [per 2 value_label].

  • hh -> veh: __% of [per value_label] people own [veh value_label] vehicles.

  • hh -> trip: __% of [per value_label] people make [trip value_label] trips.

  • hh -> day: __% of [per value_label] households include people who [day value_label].

@ashleyasmus ashleyasmus self-assigned this May 18, 2022
@ashleyasmus ashleyasmus added the enhancement New feature or request label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant