Merge pull request #66 from menaka121/IoTS-1.0.0-M1

Added padding to stats graph so that graphs won't cut from top
Ruwan 9 years ago
commit fad9f7b8c3

@ -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