沈斌
2018-02-26 1ca1efc184574a932d1d97605b554abbde5824a7
BUGFIX-176
1 files modified
2 ■■■ changed files
src/app/routes/reports/demo/demo.component.ts 2 ●●● patch | view | raw | blame | history
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'},