From 1ca1efc184574a932d1d97605b554abbde5824a7 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Mon, 26 Feb 2018 17:20:41 +0800 Subject: [PATCH] BUGFIX-176 --- src/app/routes/reports/demo/demo.component.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/reports/demo/demo.component.ts b/src/app/routes/reports/demo/demo.component.ts index 16537be..f1e2c10 100644 --- a/src/app/routes/reports/demo/demo.component.ts +++ b/src/app/routes/reports/demo/demo.component.ts @@ -144,7 +144,7 @@ } } - private typeOptions = [ + public typeOptions = [ {value: 'year', label: '���', mode: 'month', xAxisName: '���', format: 'yyyy', typeFormat: '%Y-%m'}, {value: 'month', label: '���', mode: 'month', xAxisName: '���', format: 'yyyy-MM', typeFormat: '%Y-%m-%d'}, {value: 'day', label: '���', mode: 'day', xAxisName: '���', format: 'yyyy-MM-dd', typeFormat: '%Y-%m-%d %H'}, -- Gitblit v1.8.0