summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php b/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
index fa48610..a7e7882 100644
--- a/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
+++ b/usr/local/www/widgets/widgets/deactivated/cpu_graphs.widget.php
@@ -61,12 +61,12 @@ require_once("functions.inc");
<script language="javascript" type="text/javascript">
// Graph 1
- graph[0] = GraphInitialize('GraphOutput', 200, 50, 2);
+ graph[0] = GraphInitialize('GraphOutput', 200, 50, 4);
graph_dir[0] = GL_END;
last_val[0] = Math.floor(Math.random() * 50);
last_val_span[0] = document.getElementById('LastValue0');
- //GraphSetVMax(graph[0], 100);
- //GraphDynamicScale(graph[0]);
+ GraphSetVMax(graph[0], 100);
+ GraphDynamicScale(graph[0]);
-</script>
+</script> \ No newline at end of file
OpenPOWER on IntegriCloud