|  |  |  | 
|---|
|  |  |  | <ng-template #nzTitle> | 
|---|
|  |  |  | 同期对比 | 
|---|
|  |  |  | <small class="text-sm font-weight-normal"></small> | 
|---|
|  |  |  | <span class="text-md font-weight-normal" style="color:red">PM2.5</span> | 
|---|
|  |  |  | </ng-template> | 
|---|
|  |  |  | <timeline [data]="offlineChartData" [height]="239" [padding]="[0, 0, 0, 0]" [titleMap]="{ y1: '本月数据', y2: '上月同期' }"></timeline> | 
|---|
|  |  |  | <div id="PM25" style="height: 300px; width: 100%"></div> | 
|---|
|  |  |  | <!-- <timeline [data]="offlineChartData" [height]="239" [padding]="[0, 0, 0, 0]" [titleMap]="{ y1: '本月数据', y2: '上月同期' }"></timeline> --> | 
|---|
|  |  |  | </nz-card> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|