search for: barspac

Displaying 2 results from an estimated 2 matches for "barspac".

Did you mean: barspace
2009 Feb 03
2
ThinkCell type waterfall charts in R?
Hi all, with PowerPoint and ThinkCell one can draw something they call waterfall chart and it looks like this: http://www.think-cell.com/products/images/waterfall.gif I found discussions on waterfall charts in the archive of this mailinglist, but unfortunately they looked totally different. Other names for this type of plot seem to be bridge chart, cascade chart, stair case chart, etc. but
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...it a/src/flexchart/org/ovirt/Constants.as b/src/flexchart/org/ovirt/Constants.as index 14f6465..e3e3703 100644 --- a/src/flexchart/org/ovirt/Constants.as +++ b/src/flexchart/org/ovirt/Constants.as @@ -24,5 +24,22 @@ package org.ovirt { public static var height:int = 297; public static var barSpacing:int = 2; public static var labelHeight:int = 20; + public static var summaryBarColor:String = "0x2875c1"; + public static var summaryBarLitColor:String = "0x369aff"; + public static var hostsBarColor:String = "0x9fd100"; + public static var hostsBar...