From 747c16cadc803fdf0e4de0dc331c84e29dd56e9c Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 27 Dec 2016 12:24:40 +0500 Subject: Use string for padding --- web/app/Style.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'web') diff --git a/web/app/Style.js b/web/app/Style.js index 9768b4b..4a77f56 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -81,12 +81,7 @@ Ext.define('Traccar.Style', { reportTagfieldWidth: 375, reportGridStyle: 'borderTop: 1px solid lightgray', - chartPadding: { - top: 20, - bottom: 10, - left: 10, - right: 40 - }, + chartPadding: '20 40 10 10', chartMarkerRadius: 3, chartMarkerHighlightScaling: 1.5 }); -- cgit v1.2.3