tedsanders / betthebill

The best way to split a bill quickly and fairly
3 stars 0 forks source link

To do: Polish graph #3

Closed tedsanders closed 9 years ago

tedsanders commented 10 years ago
  1. Center text (I thought it used to work but it may be broken now)
  2. Choose text size based on pie slice when pie is redrawn (so that text fits in pie without overlapping)
  3. Make maximum pie chart size smaller (the page should fit top to bottom on a 1080 screen)
tedsanders commented 10 years ago

I addressed all of the above concerns tonight, but ideally we should also

  1. Redraw the pie chart on window resizes
  2. Shrink the text for long names or narrow slices

I'll keep this open until 4 & 5 are also finished.

P.S. GitHub Flavored Markdown is making it very annoying to list things.

tedsanders commented 10 years ago
  1. and 4. are complete. Responsive text labels still need to be done.
tedsanders commented 10 years ago
  1. Make the pie chart size equal to minimum of width and height in case users switch to landscape mode.
tedsanders commented 9 years ago

5 looks quite hard, so I'm going to shelve it for v3.0 aka never.

Landscape mode I don't really care about.