aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-26 18:06:48 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-26 18:06:48 +0500
commit557ffa7f106e44a09a99746dcd8e4f369ea4730d (patch)
treebd58f402c90d0f930d6cb13867c8be4738ebdd69 /web/app/Style.js
parent082f7926b846f876613f27f21779b594e79ea0c7 (diff)
downloadetbsa-traccar-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.tar.gz
etbsa-traccar-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.tar.bz2
etbsa-traccar-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.zip
Charts implementation
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index c5fce9b..c785e1c 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
});