set a default rollperiod of 5
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Oct 2010 01:54:37 +0000 (12:54 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sun, 10 Oct 2010 01:54:37 +0000 (12:54 +1100)
live/graphs.js

index 6cf388e00be6900d7d73283f72bbdff72964099b..400e0b0591b4eeccd2cdf495ab631e20c587231e 100644 (file)
@@ -330,7 +330,7 @@ function graph_csv_files_func(divname, filenames, columns, func1, func2, attrs)
     defaultAttrs = {
     width: 700,
     height: 350,
-    rollPeriod: 1,
+    rollPeriod: 5,
     strokeWidth: 1,
     showRoller: true
     }