From 557ffa7f106e44a09a99746dcd8e4f369ea4730d Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 26 Dec 2016 18:06:48 +0500 Subject: Charts implementation --- web/app/Style.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'web/app/Style.js') 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 }); -- cgit v1.2.3