Opened at 2008-06-20T18:14:10Z
Last modified at 2013-05-09T02:59:35Z
#471 new defect
servermap update chart doesn't fit
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | eventually |
Component: | code-frontend-web | Version: | 1.1.0 |
Keywords: | wui usability | Cc: | |
Launchpad Bug: |
Description
This screen shot shows that the chart is too big for its britches. As we say here on the farm.
Attachments (1)
Change History (4)
Changed at 2008-06-20T18:16:03Z by zooko
comment:1 Changed at 2008-06-24T16:23:54Z by warner
comment:2 Changed at 2010-02-11T03:50:44Z by davidsarah
- Keywords wui usability added
- Milestone changed from undecided to eventually
comment:3 Changed at 2013-05-09T02:59:35Z by zooko
Note: See
TracTickets for help on using
tickets.
hm, looks like the mapupdate talks to a variable number of peers, and if that number is too large, the graph doesn't fit.
So the fix would be to either reduce the height of the individual bars (if that's possible) or increase the height of the overall graph, according to the number of peers being displayed.
It might be a good idea to switch to PIL and build the graph ourselves (instead of using the google chart API), but I didn't want to add another library dependency. Using PIL would get us more control, at the expense of needing to write more code.