Displaying 1 result from an estimated 1 matches for "hostchart".
Did you mean:
dotchart
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...ction labels,
as well as addressing the unit labels for the y-axis.
---
src/flexchart/flexchart.mxml | 4 +
src/flexchart/org/ovirt/Constants.as | 17 +++
src/flexchart/org/ovirt/charts/BarChart.as | 155 ++++++++++++++++--------
src/flexchart/org/ovirt/charts/HostChart.as | 42 ++++++-
src/flexchart/org/ovirt/data/DataSource.as | 1 -
src/flexchart/org/ovirt/elements/Scale.as | 9 +-
src/flexchart/org/ovirt/elements/SingleBar.as | 62 +++++++++-
src/flexchart/org/ovirt/elements/XAxisLabel.as | 2 +
8 files changed, 231 insertions(+), 61...