diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-27 20:26:21 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-27 20:26:21 +1300 |
commit | ecdf23611e30707f1bc5f89420f9409acaa56652 (patch) | |
tree | 2bf13878f536d0b63e2b4645b57c264a171fb078 /web/app/Style.js | |
parent | 082f7926b846f876613f27f21779b594e79ea0c7 (diff) | |
parent | 747c16cadc803fdf0e4de0dc331c84e29dd56e9c (diff) | |
download | trackermap-web-ecdf23611e30707f1bc5f89420f9409acaa56652.tar.gz trackermap-web-ecdf23611e30707f1bc5f89420f9409acaa56652.tar.bz2 trackermap-web-ecdf23611e30707f1bc5f89420f9409acaa56652.zip |
Merge pull request #371 from Abyss777/charts
Charts implementation
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index c5fce9b6..4a77f561 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -78,5 +78,10 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375 + reportTagfieldWidth: 375, + reportGridStyle: 'borderTop: 1px solid lightgray', + + chartPadding: '20 40 10 10', + chartMarkerRadius: 3, + chartMarkerHighlightScaling: 1.5 }); |