aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
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
});