re-implement logic to move charts up and down in the ordered list allow charts to be deleted support a mechanism by which new charts can be added to the current view
rev2530 - always make the height of the div containing the graphs take up all available whitespace; fix the offsets for the chart overlay bar; rev2531 - adjust color scheme for monitor > graphs to match rest of JSF pages; turn metric description into a tooltip to save vertical screen real estate; rev2533 - make more adjustments to get better use of vertical screen real estate;
rev3068 - persist changes (moveUp, moveDown, removeChart) to user preferences so view doesn't revert to default on next full page load;
rev3069 - supporting adding graphs to the current metric view, and persist the results to user preferences;
rev3070 - whoops, forget the addChart callout; also, add new context menu so that users can navigate to specific graphs or add them to the mini charts;
This is working as-specified, but I think there's a design problem with having the "add chart" functionality in a completely different place from where you move and remove charts. No one is going to think to look there to add charts. I will discuss in IRC and open a jira if necessary rev3078
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1054