12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031 |
- <template>
- <div class="app-container">
- <div class="dark-el-input dark-el-button">
- <el-form ref="queryForm" size="small" :inline="true">
- <el-form-item label="时间">
- <el-date-picker
- :clearable="false"
- v-model="dateTime"
- type="datetimerange"
- range-separator="至"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- :default-time="['00:00:00', '23:45:00']" popper-class="cpp-popper"
- :picker-options="pickerOptions"
- />
- </el-form-item>
- <el-form-item label="场站名称">
- <el-select v-model="stationCode" placeholder="请选择" popper-class="cpp-popper">
- <el-option
- v-for="item in stationList"
- :key="item.value"
- :label="item.label"
- :value="item.value">
- </el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-button type="primary" style="margin-left: 5px" icon="el-icon-search" @click="dataQuery">查询
- </el-button>
- </el-form-item>
- </el-form>
- </div>
- <div style="padding-top: 10px">
- <div style="display: flex">
- <div style="float:left;width: 65%;height: 350px" id="wscharts"></div>
- <div style="float:left;width: 35%;height: 350px" id="wdcharts"></div>
- </div>
- <div class="vxe-max-height-65vh">
- <vxe-table
- highlight-hover-row
- :keep-source="true"
- align="center"
- :loading="loading"
- ref="xTable"
- auto-resize
- highlight-current-row
- border
- resizable
- show-overflow
- :data="tableData.slice((currentPage-1) * pageSize,currentPage * pageSize)">
- <vxe-table-column field="stationCode" title="场站名称" :formatter="stationCodeFormat" width="200px"
- fixed="left"></vxe-table-column>
- <vxe-table-column field="time" title="时间" width="180px" fixed="left"></vxe-table-column>
- <vxe-table-column field="t" title="温度(℃)" width="180px"></vxe-table-column>
- <vxe-table-column field="rh" title="湿度(RH%)" width="180px"></vxe-table-column>
- <vxe-table-column field="pa" title="气压(kPa)" width="180px"></vxe-table-column>
- <vxe-table-column field="wsHubHeight" title="轮毂风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wdHubHeight" title="轮毂风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws10" title="10米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd10" title="10米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws30" title="30米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd30" title="30米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws50" title="50米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd50" title="50米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws60" title="60米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd60" title="60米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws70" title="70米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd70" title="70米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws80" title="80米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd80" title="80米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws90" title="90米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd90" title="90米风向(°)" width="180px"></vxe-table-column>
- <vxe-table-column field="ws100" title="100米风速(m/s)" width="180px"></vxe-table-column>
- <vxe-table-column field="wd100" title="100米风向(°)" width="180px"></vxe-table-column>
- </vxe-table>
- <vxe-pager
- perfect
- :current-page.sync="currentPage"
- :page-size.sync="pageSize"
- :total="total"
- :page-sizes=[10,50,100]
- :layouts="['PrevJump', 'PrevPage','JumpNumber', 'NextPage', 'NextJump', 'Sizes', 'FullJump', 'Total']"
- @page-change="handlePageChange"
- >
- </vxe-pager>
- </div>
- </div>
- </div>
- </template>
- <script>
- import * as echarts from "echarts";
- export default {
- name: 'inverterinfo',
- data() {
- return {
- wsChart: null,
- wdChart: null,
- dateTime: [new Date(new Date().toLocaleDateString()).getTime(), new Date(new Date().toLocaleDateString()).getTime() + 60 * 60 * 24 * 1000 - 5 * 1000 * 60],
- total: 0,
- sortOrder: 'asc',
- pageSize: 7,
- currentPage: 1,
- stationList: [],
- stationCode: [],
- searchForm: {},
- tableData: [],
- nameList: [],
- loading: false,
- modId: '',//备用id
- itemStyle: [
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#4A99FF',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#4A99FF',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#4A99FF'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#4A99FF'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#4BFFFC',
- // shadowColor: '#4BFFFC',
- // shadowBlur: 10,
- },
- shadowColor: '#4BFFFC',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#4BFFFC'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#4BFFFC'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#ff654a',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#ff654a',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#ff654a'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#ff654a'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#edff4a',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#edff4a',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#edff4a'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#edff4a'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#65ff4a',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#65ff4a',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#65ff4a'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#65ff4a'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#4affea',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#4affea',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#4affea'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#4affea'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#894aff',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#894aff',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#894aff'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#894aff'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#d84aff',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#d84aff',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#d84aff'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#d84aff'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- {
- itemStyle: {
- normal: {
- lineStyle: {
- color: '#ff4aae',
- // shadowColor: '#4A99FF',
- // shadowBlur: 10,
- },
- shadowColor: '#ff4aae',
- shadowBlur: 10,
- },
- },
- areaStyle: {
- normal: { // 单项区域填充样式
- color: {
- type: 'linear',
- x: 0, //右
- y: 0, //下
- x2: 1, //左
- y2: 1, //上
- colorStops: [{
- offset: 0,
- color: '#ff4aae'
- }, {
- offset: 0.5,
- color: 'rgba(0,0,0,0)'
- }, {
- offset: 1,
- color: '#ff4aae'
- }],
- globalCoord: false
- },
- opacity: 1 // 区域透明度
- }
- }
- },
- ],
- colorArr: [
- {
- start: "rgba(155, 101, 229,",
- end: "rgba(219,44,44,0.5)"
- },
- {
- start: "rgba(71, 173, 245,",
- end: "rgba(231,132,46,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(190,229,50,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(44,214,140,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(43,73,221,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(40,203,203,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(195,42,180,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(231,45,119,0.5)"
- },
- {
- start: "rgba(82, 249, 107,",
- end: "rgba(229,46,46,0.5)"
- },
- ],
- lineStyle: [
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(219,50,51,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(219,50,51)',
- borderColor: 'rgba(219,50,51,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(219,196,50,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(219,196,50)',
- borderColor: 'rgba(219,196,50,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(101,219,50,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(101,219,50)',
- borderColor: 'rgba(101,219,50,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(50,219,171,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(50,219,171)',
- borderColor: 'rgba(50,219,171,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(50,118,219,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(50,118,219)',
- borderColor: 'rgba(50,118,219,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(140,50,219,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(140,50,219)',
- borderColor: 'rgba(140,50,219,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(202,50,219,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(202,50,219)',
- borderColor: 'rgba(202,50,219,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(50,199,219,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(50,199,219)',
- borderColor: 'rgba(50,199,219,0.2)',
- borderWidth: 12
- }
- },
- },
- {
- areaStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: 'rgba(219,143,50,0.3)'
- }, {
- offset: 0.8,
- color: 'rgba(219, 50, 51, 0)'
- }], false),
- shadowColor: 'rgba(0, 0, 0, 0.1)',
- shadowBlur: 10
- }
- },
- itemStyle: {
- normal: {
- color: 'rgb(219,143,50)',
- borderColor: 'rgba(219,143,50,0.2)',
- borderWidth: 12
- }
- },
- }
- ],
- lineColor: '#3b3b3b',
- pickerMinDate: null,
- pickerMaxDate: null,
- day30: 30 * 24 * 3600 * 1000,
- // 日期使用
- pickerOptions: {
- onPick: ({maxDate, minDate}) => {
- if (minDate && this.pickerMinDate) {
- this.pickerMinDate = null;
- } else if (minDate) {
- this.pickerMinDate = minDate.getTime();
- }
- },
- disabledDate: (time) => {
- if (this.pickerMinDate) {
- return (time.getTime() > (this.pickerMinDate + this.day30)) || (time.getTime() < (this.pickerMinDate - this.day30));
- }
- return false;
- }
- },
- }
- },
- created() {
- this.getStationCode()
- },
- mounted() {
- },
- beforeDestroy() {
- if (!this.wsChart) {
- return
- }
- this.wsChart.dispose()
- this.wsChart = null
- if (!this.wdChart) {
- return
- }
- this.wdChart.dispose()
- this.wdChart = null
- },
- computed: {},
- methods: {
- nameFormat({cellValue, row, column}) {
- const item = this.nameList.find(item => item.value === cellValue)
- return item ? item.label : ''
- },
- stationCodeFormat({cellValue, row, column}) {
- const item = this.stationList.find(item => item.value === cellValue)
- return item ? item.label : ''
- },
- handlePageChange({currentPage, pageSize}) {
- this.currentPage = currentPage
- this.pageSize = pageSize
- },
- async dataQuery() {
- let startTime = Math.round(this.dateTime[0])
- let endTime = Math.round(this.dateTime[1])
- if (endTime <= startTime) {
- this.$message.error("开始时间不能大于结束时间")
- return
- }
- this.loading = true
- let queryParams = {
- "stationCode": this.stationCode,
- "startTime": startTime,
- "endTime": endTime,
- }
- this.$axios.get('/windtowerstatusdata/queryTableData', {params: queryParams}).then(response => {
- this.tableData = response.data.tableList
- this.total = response.data.tableList.length
- let wsMap = response.data.wsMap
- let wsTime = response.data.wsTime
- let wdMap = response.data.wdMap
- this.wsDraw(wsTime, wsMap)
- this.wdDraw(wdMap);
- this.loading = false
- }).catch(() => {
- this.loading = false
- })
- },
- getStationCode() {
- const param = {
- "type": 'E2',
- }
- this.$axios.get('/electricfield/findByType', {params: param}).then(response => {
- this.stationList = response.data
- if (this.stationList.length > 0) {
- this.stationCode = this.stationList[0].value
- this.dataQuery()
- }
- })
- },
- wsDraw(wsTime, wsMap) {
- this.wsChart = echarts.init(document.getElementById('wscharts'), 'dark')
- let option = {
- backgroundColor: 'transparent',
- title: {
- top: 20,
- text: '风速图',
- textStyle: {
- fontWeight: 'normal',
- fontSize: 16,
- // color: this.lineColor
- },
- left: '1%'
- },
- tooltip: {
- confine: true,
- trigger: 'axis',
- axisPointer: {
- lineStyle: {
- color: '#57617B'
- }
- }
- },
- legend: {
- left:'center',
- top: 20,
- width: '100%',
- icon: 'rect',
- itemWidth: 14,
- itemHeight: 5,
- itemGap: 13,
- data: [],
- right: '4%',
- textStyle: {
- fontSize: 12,
- // color: this.lineColor
- },
- selected: {}
- },
- dataZoom: [{
- show: false,
- realtime: true,
- showDetail: false,
- left: "15%",
- right: "15%",
- handleSize: 0,
- }, {
- type: 'inside'
- }],
- grid: {
- top: 100,
- left: '2%',
- right: '2%',
- bottom: '10%',
- containLabel: true
- },
- xAxis: [{
- type: 'category',
- boundaryGap: false,
- // axisLine: {
- // lineStyle: {
- // color: this.lineColor
- // }
- // },
- data: []
- }],
- yAxis: [{
- type: 'value',
- name: 'm/s',
- axisTick: {
- show: false
- },
- // axisLine: {
- // lineStyle: {
- // color: this.lineColor
- // }
- // },
- axisLabel: {
- margin: 10,
- textStyle: {
- fontSize: 14,
- // color: this.lineColor
- },
- formatter: '{value}',
- },
- splitLine: {
- lineStyle: {
- color: '#57617B'
- }
- }
- }],
- series: []
- }
- option.xAxis[0].data = wsTime
- var index = 0;
- for (var key in wsMap) {
- for (let i = 0; i < wsMap[key].length; i++) {
- wsMap[key][i] = wsMap[key][i] == -99 ? null : wsMap[key][i]
- }
- option.legend.data.push(key)
- if (key == '轮毂风速') {
- option.legend.selected[key] = true
- } else {
- option.legend.selected[key] = false
- }
- var sValue = {
- name: '',
- type: 'line',
- smooth: false,
- symbol: 'circle',
- symbolSize: 5,
- showSymbol: false,
- lineStyle: {
- normal: {
- width: 2
- }
- },
- itemStyle: {},
- data: []
- }
- sValue.name = key
- sValue.data = wsMap[key]
- sValue.itemStyle = this.lineStyle[index].itemStyle
- sValue.connectNulls = true
- option.series.push(sValue)
- index++;
- }
- this.wsChart.setOption(option, true)
- var _this = this
- window.addEventListener("resize", function () {
- _this.wsChart.resize();
- });
- },
- wdDraw(wdMap) {
- this.wdChart = echarts.init(document.getElementById('wdcharts'), 'dark')
- const option = {
- backgroundColor: 'transparent',
- color: ['#4A99FF', '#4BFFFC', '#ff654a', '#edff4a', '#65ff4a', '#4affea', '#894aff', '#d84aff', '#ff4aae'],
- legend: {
- top: 20,
- width: 50,
- icon: 'rect',
- itemWidth: 14,
- itemHeight: 5,
- itemGap: 13,
- data: [],
- right: '4%',
- textStyle: {
- fontSize: 12,
- // color: '#F1F1F3'
- },
- selected: {}
- },
- title: {
- top: 20,
- text: '风向玫瑰图',
- textStyle: {
- fontWeight: 'normal',
- fontSize: 16,
- // color: this.lineColor
- },
- left: '15%'
- },
- tooltip: {
- confine: true,
- trigger: 'axis',
- axisPointer: {
- lineStyle: {
- color: '#FFFFFF'
- }
- }
- },
- radar: [
- {
- name: {
- textStyle: {
- color: '#FFFFFF',
- fontSize: 16
- },
- },
- splitArea: { // 坐标轴在 grid 区域中的分隔区域,默认不显示。
- show: true,
- areaStyle: { // 分隔区域的样式设置。
- color: ['rgba(255,255,255,0)', 'rgba(255,255,255,0)'], // 分隔区域颜色。分隔区域会按数组中颜色的顺序依次循环设置颜色。默认是一个深浅的间隔色。
- }
- },
- axisLine: { //指向外圈文本的分隔线样式
- lineStyle: {
- color: '#FFFFFF'
- }
- },
- splitLine: {
- lineStyle: {
- color: '#FFFFFF', // 分隔线颜色
- width: 1, // 分隔线线宽
- }
- },
- indicator: [
- {text: 'N', max: 1},
- {text: 'NNW', max: 1},
- {text: 'NW', max: 1},
- {text: 'WNW', max: 1},
- {text: 'W', max: 1},
- {text: 'WSW', max: 1},
- {text: 'SW', max: 1},
- {text: 'SSW', max: 1},
- {text: 'S', max: 1},
- {text: 'SSE', max: 1},
- {text: 'SE', max: 1},
- {text: 'ESE', max: 1},
- {text: 'E', max: 1},
- {text: 'ENE', max: 1},
- {text: 'NE', max: 1},
- {text: 'NNE', max: 1},
- ],
- center: ['50%', '50%'],
- radius: '70%'
- },
- ],
- series: [
- {
- type: 'radar',
- tooltip: {
- trigger: 'item',
- },
- areaStyle: {},
- data: []
- }
- ],
- }
- var index = 0;
- for (var key in wdMap) {
- option.legend.data.push(key)
- if (key == '轮毂风向') {
- option.legend.selected[key] = true
- } else {
- option.legend.selected[key] = false
- }
- var wd = new Object
- wd.name = key
- wd.value = wdMap[key]
- wd.connectNulls = true
- wd.itemStyle = this.itemStyle[index].itemStyle
- wd.areaStyle = this.itemStyle[index].areaStyle
- option.series[0].data.push(wd)
- index++;
- }
- this.wdChart.setOption(option, true)
- var _this = this
- window.addEventListener("resize", function () {
- _this.wdChart.resize();
- });
- },
- },
- }
- </script>
|