search for: flexchart

Displaying 5 results from an estimated 5 matches for "flexchart".

2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
Missing are capitalization/formatting of data type & function 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...
2009 Jul 24
2
[PATCH server] Add fallback message when flexchart is missing
Check filesystem to see if flexchart.swf is present. If not, offer location of precompiled swf hosted at ovirt.org. --- src/app/helpers/graph_helper.rb | 9 +++++++++ src/app/views/graph/history_graphs.rhtml | 7 +++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/app/helpers/graph_helper.rb b/s...
2009 May 28
1
[PATCH server] Change default flexchart view and increase vertical dimension of flexchart area.
...istory_graphs.rhtml b/src/app/views/graph/history_graphs.rhtml index 9488367..7a7e1e1 100644 --- a/src/app/views/graph/history_graphs.rhtml +++ b/src/app/views/graph/history_graphs.rhtml @@ -7,10 +7,10 @@ $('#flex_history_chart').flash( { src: '<%=flash_path("flexchart")%>', width: 720, - height: 300, + height: 380, wmode: 'transparent', menu: false, - flashvars: { flexchart_data: "<%= url_for :controller =>'/graph', :action => 'flexchart_data' %>/<...
2009 Jun 09
0
Announcing oVirt 0.99
...torage volumn api, rest interface, and other improvements - allow vm vnc connections to be forwarded via server - discontinued ovirt-recipe in favor of ovirt-server-installer - lvm volumns scanning added to taskomatic - use ruby-qpid as opposed to rubygem-qpid - wired up logout button - flexchart improvements - add host chart - allow data function selection (min, max, avg, etc) - y-axis scale - added qpid reconnect / logger to dbomatic, taskomatic - add ssl to ovirt httpd conf - use dns srv records in taskomatic / dbomatic - installer updates, disable 2nd network int...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...til/stats/StatsDataList.rb | 1 - src/app/util/stats/StatsRequest.rb | 1 - src/app/util/stats/StatsTypes.rb | 1 - src/app/util/stats/statsTest.rb | 1 - src/dutils/active_record_env.rb | 1 - src/flexchart/flexchart.swf | Bin 370538 -> 0 bytes src/public/.htaccess | 40 ------------- src/test/unit/host_browser_awaken_test.rb | 1 - 22 files changed, 208 insertions(+), 74 deletions(-) create mode 100644 AUTHORS create mode 10064...