Ticket #61 (closed defect: fixed)

Opened 2 months ago

Last modified 1 month ago

Stacked view for graphs

Reported by: umar Assigned to: Umar
Priority: major Milestone:
Component: webconsole Version:
Keywords: stacked graphs Cc:

Description

The stacked view option for plotting metrics in graphs does not work. Solution will be simply adding y-values for plots in the php, thus stacking one plot over another.

Change History

11/21/08 13:25:03 changed by umar

Added stacking, currently loops through Sets adding y values together for any metrics plotted on the left axis. Text metrics have value 0 so that are stacked when on left axis, showing up on the plot line. Will ignore points where no value exists in the DB...could be changed in the future to interpolate over these discontinuities.

changeset:518

11/23/08 16:25:52 changed by mark

You may want to stack negative/positive values separately. For example, in a traffic graph, one of the inbound/outbound traffic shows up as a negative value, and simply adding all values together will result in a weird looking graph as it adds one value, then subtracts another (adds a negative value). If you split the values into positive/negative, then sum each group, it should look correct.

12/09/08 18:22:05 changed by umar

  • status changed from new to closed.
  • resolution set to fixed.