diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.stats/public/js/device-stats.js b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.stats/public/js/device-stats.js index 75ef433f73..449b23d3b4 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.stats/public/js/device-stats.js +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.stats/public/js/device-stats.js @@ -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,