diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-26 18:06:48 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-26 18:06:48 +0500 |
commit | 557ffa7f106e44a09a99746dcd8e4f369ea4730d (patch) | |
tree | bd58f402c90d0f930d6cb13867c8be4738ebdd69 /web/app/Style.js | |
parent | 082f7926b846f876613f27f21779b594e79ea0c7 (diff) | |
download | trackermap-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.tar.gz trackermap-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.tar.bz2 trackermap-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.zip |
Charts implementation
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index c5fce9b6..c785e1c1 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -78,5 +78,14 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375 + reportTagfieldWidth: 375, + + chartPadding: { + top: 20, + bottom: 10, + left: 10, + right: 40 + }, + chartMarkerRadius: 3, + chartMarkerHighlightScaling: 1.5 }); |