diff options
-rw-r--r-- | static/status-dnbd3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/status-dnbd3.html b/static/status-dnbd3.html index d9ce816..352ee3d 100644 --- a/static/status-dnbd3.html +++ b/static/status-dnbd3.html @@ -21,7 +21,7 @@ <script type="text/javascript"> // Initialize the statistics chart at the bottom. -var smoothie = new SmoothieChart({'millisPerPixel': 300, 'grid': {'millisPerLine': 30000}, timestampFormatter:SmoothieChart.timeFormatter, yMaxFormatter: bytesToString, yMinFormatter: bytesToString, valueTransformFunction: logarithmicScaling}); +var smoothie = new SmoothieChart({'millisPerPixel': 300, 'grid': {'millisPerLine': 30000}, timestampFormatter:SmoothieChart.timeFormatter, yMaxFormatter: bytesToString, yMinFormatter: bytesToString, valueTransformFunction: logarithmicScaling, minValue: 0, maxValue: 262144000, labels: {fontSize: 13}}); smoothie.streamTo(document.getElementById("traffic"), 2000); // For coloring the servers and the chart-lines. |