diff options
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/Style.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 9768b4b3..4a77f561 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -81,12 +81,7 @@ Ext.define('Traccar.Style', { reportTagfieldWidth: 375, reportGridStyle: 'borderTop: 1px solid lightgray', - chartPadding: { - top: 20, - bottom: 10, - left: 10, - right: 40 - }, + chartPadding: '20 40 10 10', chartMarkerRadius: 3, chartMarkerHighlightScaling: 1.5 }); |