aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-27 12:24:40 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-27 12:24:40 +0500
commit747c16cadc803fdf0e4de0dc331c84e29dd56e9c (patch)
tree2bf13878f536d0b63e2b4645b57c264a171fb078 /web/app/Style.js
parent5c510fc91927f5a06999713ab6f70aa21f0d3524 (diff)
downloadetbsa-traccar-web-747c16cadc803fdf0e4de0dc331c84e29dd56e9c.tar.gz
etbsa-traccar-web-747c16cadc803fdf0e4de0dc331c84e29dd56e9c.tar.bz2
etbsa-traccar-web-747c16cadc803fdf0e4de0dc331c84e29dd56e9c.zip
Use string for padding
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js7
1 files changed, 1 insertions, 6 deletions
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
});