diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-27 12:24:40 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-27 12:24:40 +0500 |
commit | 747c16cadc803fdf0e4de0dc331c84e29dd56e9c (patch) | |
tree | 2bf13878f536d0b63e2b4645b57c264a171fb078 /web/app/Style.js | |
parent | 5c510fc91927f5a06999713ab6f70aa21f0d3524 (diff) | |
download | trackermap-web-747c16cadc803fdf0e4de0dc331c84e29dd56e9c.tar.gz trackermap-web-747c16cadc803fdf0e4de0dc331c84e29dd56e9c.tar.bz2 trackermap-web-747c16cadc803fdf0e4de0dc331c84e29dd56e9c.zip |
Use string for padding
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 9768b4b3..4a77f561 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 }); |