aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-27 20:26:21 +1300
committerGitHub <noreply@github.com>2016-12-27 20:26:21 +1300
commitecdf23611e30707f1bc5f89420f9409acaa56652 (patch)
tree2bf13878f536d0b63e2b4645b57c264a171fb078 /web/app/Style.js
parent082f7926b846f876613f27f21779b594e79ea0c7 (diff)
parent747c16cadc803fdf0e4de0dc331c84e29dd56e9c (diff)
downloadtrackermap-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.js7
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
});