diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-17 17:00:13 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-17 17:00:13 +1200 |
commit | acb361639878852f4a73a280d3bd015d98c1893f (patch) | |
tree | 9000afed593a1a8d740bc0f712628a822cd8a876 /web/app/store | |
parent | 789a699ede9e4d1071c6212c5460d20c453a6fa0 (diff) | |
download | trackermap-web-acb361639878852f4a73a280d3bd015d98c1893f.tar.gz trackermap-web-acb361639878852f4a73a280d3bd015d98c1893f.tar.bz2 trackermap-web-acb361639878852f4a73a280d3bd015d98c1893f.zip |
Add more chart options
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/ReportChartTypes.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/store/ReportChartTypes.js b/web/app/store/ReportChartTypes.js index 7a63fd08..889db50d 100644 --- a/web/app/store/ReportChartTypes.js +++ b/web/app/store/ReportChartTypes.js @@ -26,5 +26,11 @@ Ext.define('Traccar.store.ReportChartTypes', { }, { key: 'distanceConverted', name: Strings.positionDistance + }, { + key: 'rpm', + name: Strings.positionRpm + }, { + key: 'fuel', + name: Strings.positionFuel }] }); |