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.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index c5fce9b..4a77f56 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
});