JonSharpe

updated

11 years ago

J

JonSharpe

6 Posts

0

1727

October 29th, 2015 05:00

Ordering Metrics on Graphs

I have spent a good amount of time looking for a way to order the metrics in a stacked graph (chart or bar) to no avail. Even more interesting is how the metrics change positions when I switch between dynamic and static stacked graphs.

I am trying to graph the space usage of our XtremIO instance to upper management in an attempt to illustrate the cost savings. I am trying to show a stacked graph of physically-used capacity (UsedCapacity), allocated capacity (ConsumedCapacity) and presented capacity (Capacity). Ideally, the graph would be stacked with UsedCapacity on the bottom, ConsumedCapacity in the middle, and Capacity on top.

When the graph is rendered as a dynamic stacked chart, it shows up correctly as below:

right.PNG.png

However, when it is rendered as a static stacked chart (or exported to PDF), the Capacity metric (green) moves:

wrong.PNG.png

Is there a way to setup the order when metrics are displayed this way?