| | |
| | | mode: 'month' |
| | | }; |
| | | |
| | | private sensorOptions = []; |
| | | public sensorOptions = []; |
| | | |
| | | private monitorPointOptions = []; |
| | | private deviceOptions = []; |
| | | private monitorPointbOptions = []; |
| | | private devicebOptions = []; |
| | | public monitorPointOptions = []; |
| | | public deviceOptions = []; |
| | | public monitorPointbOptions = []; |
| | | public devicebOptions = []; |
| | | |
| | | constructor( |
| | | public http: HttpClient, |
| | |
| | | mode: 'month' |
| | | }; |
| | | |
| | | private sensorOptions = []; |
| | | private monitorPointOptions = []; |
| | | private deviceOptions = []; |
| | | public sensorOptions = []; |
| | | public monitorPointOptions = []; |
| | | public deviceOptions = []; |
| | | |
| | | constructor( |
| | | public http: HttpClient, |
| | |
| | | } |
| | | |
| | | |
| | | 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'}, |