rearrange graphs a bit
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 23:47:12 +0000 (10:47 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 23:47:12 +0000 (10:47 +1100)
live/graphs.js

index dd6b143c7e84359bee715da7cb963cc3cd3d49e2..f84efb24061b98e76c7fe2da295b653ff809da59 100644 (file)
@@ -1116,11 +1116,6 @@ function show_graphs() {
                       { includeZero: false,
                         series_base: 'Eff'});
 
-  graph_csv_files("AC Voltage for each inverter (V) [Uac]",
-                 csv_files(),
-                 "Uac",
-                 { includeZero: false });
-
   graph_csv_files("Lifetime Power for each inverter (kWh) [E-total]",
                  csv_files(),
                  "E-Total",
@@ -1149,6 +1144,16 @@ function show_graphs() {
                       ratio, null,
                       { includeZero: false, series_base: 'Prod' });
 
+  graph_csv_files("AC Voltage for each inverter (V) [Uac]",
+                 csv_files(),
+                 "Uac",
+                 { includeZero: false });
+
+  graph_csv_files("AC Frequency for each inverter (Hz) [Fac]",
+                 csv_files(),
+                 "Fac",
+                 { includeZero: false });
+
   graph_csv_files("Fan voltage for each inverter (V) [UFan]",
                  csv_files(),
                  "U-Fan",
@@ -1156,10 +1161,6 @@ function show_graphs() {
                    avoidMinZero: true,
                    valueRange: [0, 16] });
 
-  graph_csv_files("AC Frequency for each inverter (Hz) [Fac]",
-                 csv_files(),
-                 "Fac",
-                 { includeZero: false });
 
   load_annotations();