diff --git a/js/server_status.js b/js/server_status.js index 29c8e4f395..3c1f9761a3 100644 --- a/js/server_status.js +++ b/js/server_status.js @@ -373,6 +373,11 @@ $(function() { labelRenderer: $.jqplot.CanvasAxisLabelRenderer, } }, + seriesDefaults: { + rendererOptions: { + smooth: true + } + }, legend: { show: true, location: 's', // compass direction, nw, n, ne, e, se, s, sw, w.