aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportConfigDialog.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-26 18:06:48 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-26 18:06:48 +0500
commit557ffa7f106e44a09a99746dcd8e4f369ea4730d (patch)
treebd58f402c90d0f930d6cb13867c8be4738ebdd69 /web/app/view/ReportConfigDialog.js
parent082f7926b846f876613f27f21779b594e79ea0c7 (diff)
downloadetbsa-traccar-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.tar.gz
etbsa-traccar-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.tar.bz2
etbsa-traccar-web-557ffa7f106e44a09a99746dcd8e4f369ea4730d.zip
Charts implementation
Diffstat (limited to 'web/app/view/ReportConfigDialog.js')
-rw-r--r--web/app/view/ReportConfigDialog.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/app/view/ReportConfigDialog.js b/web/app/view/ReportConfigDialog.js
index 39e6ae1..4afa929 100644
--- a/web/app/view/ReportConfigDialog.js
+++ b/web/app/view/ReportConfigDialog.js
@@ -56,6 +56,17 @@ Ext.define('Traccar.view.ReportConfigDialog', {
displayField: 'name',
queryMode: 'local'
}, {
+ fieldLabel: Strings.reportChartTypes,
+ xtype: 'combobox',
+ width: Traccar.Style.reportTagfieldWidth,
+ reference: 'chartTypeField',
+ store: 'ReportChartTypes',
+ hidden: true,
+ value: 'speedConverted',
+ valueField: 'key',
+ displayField: 'name',
+ queryMode: 'local'
+ }, {
xtype: 'fieldcontainer',
layout: 'hbox',
items: [{