Added padding to stats graph so that graphs won't cut from top

Menaka Madushanka 9 years ago
parent 58f87962fa
commit 9572b06173

@ -128,6 +128,7 @@ function updateGraphs() {
width: $("#chartWrapper").width() - 50,
height: 300,
renderer: 'line',
padding: {top: 0.2, left: 0.0, right: 0.0, bottom: 0.2},
series: new Rickshaw.Series.FixedDuration(fields, undefined, {
timeInterval: 10000,
maxDataPoints: 20,

Loading…
Cancel
Save