Created by: zeffii
addresses a few toothing issues in graph/timing display
note to self, it might be more useful to make a separate graphs_dict
which will map
{"tree_name": {only most_recent_events for that tree}, ...}
or
{"tree_name": [event_dict, event_dict, .....], ...}
because right now there is no distinction in graphs
between updates from various trees.