|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | initForecasting() { | 
|---|
|  |  |  | this.option.legend = {}; | 
|---|
|  |  |  | this.option['legend'] = {}; | 
|---|
|  |  |  | this.option.xAxis.data = []; | 
|---|
|  |  |  | const temp = []; | 
|---|
|  |  |  | const humidity = []; | 
|---|
|  |  |  | 
|---|
|  |  |  | this.option.series[0].name = '白天温度'; | 
|---|
|  |  |  | this.option.yAxis.name = '单位:℃'; | 
|---|
|  |  |  | this.option.title.text = '气象日预报(温度)'; | 
|---|
|  |  |  | this.option.legend = { | 
|---|
|  |  |  | this.option['legend'] = { | 
|---|
|  |  |  | right: '10%', | 
|---|
|  |  |  | data: ['白天温度', '夜晚温度'] | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | initWarning() { | 
|---|
|  |  |  | this.option.legend = {}; | 
|---|
|  |  |  | this.option['legend'] = {}; | 
|---|
|  |  |  | this.isShow = true; | 
|---|
|  |  |  | const PM2_5 = []; const PM10 = []; const CO = []; const NO2 = []; const O3 = []; const SO2 = []; | 
|---|
|  |  |  | const title = '空气质量因子'; | 
|---|