bpda-research-division / neighborhood-change

Explore historical change in Boston's neighborhoods through dynamic visualizations (R Shiny)
https://bpda-research.shinyapps.io/neighborhood-change/
GNU General Public License v2.0
2 stars 2 forks source link

Change map legend line wrapping from every 3 words to maximum 2 lines #21

Closed mciethan closed 1 year ago

mciethan commented 1 year ago

Can implement by inserting a break into the list of space-split words at the index of the number of words divided by 2 (or even better, the word at which the number of characters on either side is closest)