| | |
| | | </div> |
| | | <div class="detailbtn" @click="onSubmit">查询</div> |
| | | </div> |
| | | <div style="width:5rem;height:2rem;" ref="echarts"></div> |
| | | <div style="width:5rem;height:1.5rem;" > |
| | | <div style="width:100%;height:100%;" ref="echarts"> </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | timeEnd: '' |
| | | }, |
| | | RealTimeChart: null, |
| | | info: this.series, |
| | | JsonTimeCtarts: { |
| | | id: 'mychart_ss ', |
| | | title: '烟尘', |
| | |
| | | } |
| | | }, |
| | | mounted () { |
| | | // const Day = new Date() |
| | | // console.log(Day) |
| | | this.formInline.timeEnd = dayjs().format('YYYY-MM-DD HH:mm:ss') |
| | | this.formInline.timeStart = dayjs().subtract(1, 'minute').format('YYYY-MM-DD HH:mm:ss') |
| | | this.DrawEXHRealTimeDateChart(this.JsonTimeCtarts.id, this.JsonTimeCtarts.title, this.JsonTimeCtarts.legend, this.JsonTimeCtarts.ydatas, this.JsonTimeCtarts.yname) |
| | | }, |
| | | methods: { |
| | |
| | | } |
| | | }, { // 流量轴 |
| | | type: 'value', |
| | | name: '废气流量(m3/h)', |
| | | name: '流量(m3/h)', |
| | | axisLabel: { |
| | | formatter: '{value}', |
| | | textStyle: { |