UI-Research / college-affordability.urban.org

0 stars 0 forks source link

Fix wrapping for long tick labels with en dash ranges #150

Closed bchartoff closed 7 years ago

bchartoff commented 7 years ago
  1. First, please talk to Elizabeth to determine what the format should be for year range labels, e.g: image Are all options that resolve the wrapping issue at cost-of-educating/subsidies/#/

These sample changes were made by hand at ec97d5a86d4953f3ea3720ae5cdb648996188107

  1. Then, update the R or excel files, according to the correct year format, to avoid wrapping, in this example:
["'05– '06", "09–10", "2013– 14"]

(note added spaces after en dashes).

  1. Finally, make these changes to all graphs that have this issue. 02_007*.json and 02_008*.json (6 jsons). I'd imagine there are more? OK to leave to you to find them? If I see more I'll add them in comments to this issue.
bchartoff commented 7 years ago

See issue #140 for another example where you need to add space after the en dash, @vivhou