multiple-y-line-chart-normal.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. <template>
  2. <div class="chart" :id="id"></div>
  3. </template>
  4. <script>
  5. import util from "@/helper/util.js";
  6. import partten from "@/helper/partten.js";
  7. import * as echarts from "echarts";
  8. export default {
  9. name: "multiple-y-line-chart-normal",
  10. componentName: "multiple-y-line-chart-normal",
  11. props: {
  12. width: {
  13. type: String,
  14. default: "100%",
  15. },
  16. height: {
  17. type: String,
  18. default: "13.889vh",
  19. },
  20. // 数据
  21. list: {
  22. type: Array,
  23. default: () => [
  24. {
  25. title: "机舱震动x方向",
  26. yAxisIndex: 0,
  27. value: [
  28. {
  29. text: "-0.003",
  30. value: -0.003,
  31. },
  32. {
  33. text: "-0.002",
  34. value: -0.002,
  35. },
  36. {
  37. text: "-0.003",
  38. value: -0.006,
  39. },
  40. {
  41. text: "-0.003",
  42. value: -0.003,
  43. },
  44. {
  45. text: "-0.002",
  46. value: -0.002,
  47. },
  48. {
  49. text: "-0.003",
  50. value: -0.006,
  51. },
  52. {
  53. text: "-0.003",
  54. value: -0.003,
  55. },
  56. {
  57. text: "-0.002",
  58. value: -0.002,
  59. },
  60. {
  61. text: "-0.003",
  62. value: -0.006,
  63. },
  64. ],
  65. },
  66. {
  67. title: "机舱震动y方向",
  68. yAxisIndex: 1,
  69. value: [
  70. {
  71. text: "-0.01",
  72. value: -0.01,
  73. },
  74. {
  75. text: "-0.005",
  76. value: -0.005,
  77. },
  78. {
  79. text: "-0.008",
  80. value: -0.008,
  81. },
  82. {
  83. text: "-0.01",
  84. value: -0.01,
  85. },
  86. {
  87. text: "-0.005",
  88. value: -0.005,
  89. },
  90. {
  91. text: "-0.008",
  92. value: -0.008,
  93. },
  94. {
  95. text: "-0.01",
  96. value: -0.01,
  97. },
  98. {
  99. text: "-0.005",
  100. value: -0.005,
  101. },
  102. {
  103. text: "-0.008",
  104. value: -0.008,
  105. },
  106. ],
  107. },
  108. {
  109. title: "机舱震动最大偏移值",
  110. yAxisIndex: 2,
  111. value: [
  112. {
  113. text: "1",
  114. value: 1,
  115. },
  116. {
  117. text: "0.05",
  118. value: 0.05,
  119. },
  120. {
  121. text: "0.5",
  122. value: 0.5,
  123. },
  124. {
  125. text: "1",
  126. value: 1,
  127. },
  128. {
  129. text: "0.05",
  130. value: 0.05,
  131. },
  132. {
  133. text: "0.5",
  134. value: 0.5,
  135. },
  136. {
  137. text: "1",
  138. value: 1,
  139. },
  140. {
  141. text: "0.05",
  142. value: 0.05,
  143. },
  144. {
  145. text: "0.5",
  146. value: 0.5,
  147. },
  148. ],
  149. },
  150. {
  151. title: "风速1",
  152. yAxisIndex: 3,
  153. value: [
  154. {
  155. text: "1",
  156. value: 1,
  157. },
  158. {
  159. text: "5",
  160. value: 5,
  161. },
  162. {
  163. text: "3",
  164. value: 1,
  165. },
  166. {
  167. text: "1",
  168. value: 1,
  169. },
  170. {
  171. text: "5",
  172. value: 5,
  173. },
  174. {
  175. text: "3",
  176. value: 1,
  177. },
  178. {
  179. text: "1",
  180. value: 1,
  181. },
  182. {
  183. text: "5",
  184. value: 5,
  185. },
  186. {
  187. text: "3",
  188. value: 1,
  189. },
  190. ],
  191. },
  192. {
  193. title: "风速2",
  194. yAxisIndex: 4,
  195. value: [
  196. {
  197. text: "1",
  198. value: 1,
  199. },
  200. {
  201. text: "2",
  202. value: 2,
  203. },
  204. {
  205. text: "3",
  206. value: 1,
  207. },
  208. {
  209. text: "1",
  210. value: 1,
  211. },
  212. {
  213. text: "2",
  214. value: 2,
  215. },
  216. {
  217. text: "3",
  218. value: 1,
  219. },
  220. {
  221. text: "1",
  222. value: 1,
  223. },
  224. {
  225. text: "2",
  226. value: 2,
  227. },
  228. {
  229. text: "3",
  230. value: 1,
  231. },
  232. ],
  233. },
  234. ],
  235. },
  236. showLegend: {
  237. type: Boolean,
  238. default: false,
  239. },
  240. default: {
  241. type: Boolean,
  242. default: false,
  243. },
  244. // 轴
  245. yAxises: {
  246. type: Array,
  247. default: () => [
  248. {
  249. name: "机舱震动x方向",
  250. min: -0.01,
  251. max: 0,
  252. unit: "",
  253. position: "left",
  254. },
  255. {
  256. name: "机舱震动y方向",
  257. min: -0.01,
  258. max: 0,
  259. unit: "",
  260. position: "right",
  261. },
  262. {
  263. name: "机舱震动最大偏移值",
  264. min: 0,
  265. max: 1,
  266. unit: "",
  267. position: "left",
  268. },
  269. {
  270. name: "风速1",
  271. min: 0,
  272. max: 10,
  273. unit: "",
  274. position: "right",
  275. },
  276. {
  277. name: "风速2",
  278. min: 0,
  279. max: 10,
  280. unit: "",
  281. position: "left",
  282. },
  283. ],
  284. },
  285. markLineData: {
  286. type: Array,
  287. defaylt: () => [],
  288. },
  289. },
  290. data() {
  291. return {
  292. id: "",
  293. chart: null,
  294. color: ["#1DA0D7", "#05BB4C", "#323E6F", "#EDB32F", "#DB5520"],
  295. };
  296. },
  297. computed: {
  298. legend() {
  299. return this.list.map((t) => {
  300. return t.title;
  301. });
  302. },
  303. xdata() {
  304. if (this.list.length > 1) {
  305. // this.list[1].value.forEach((lEle, lIndex) => {
  306. // // console.log(
  307. // this.list[1].value.indexOf(
  308. // this.list[1].value[lIndex].text == "00:00"
  309. // )
  310. // );
  311. // });
  312. return this.list[1]?.value.map((t) => {
  313. return t.text || new Date(t.ts).formatDate("hh:mm:ss");
  314. });
  315. } else if (this.list.length == 1) {
  316. return this.list[0]?.value.map((t) => {
  317. return t.text || new Date(t.ts).formatDate("hh:mm:ss");
  318. });
  319. }
  320. },
  321. yAxis() {
  322. let result = [];
  323. let p = { left: 0, right: 0 };
  324. this.yAxises.forEach((item, index) => {
  325. result.push({
  326. type: "value",
  327. name: `${item.name}${item.unit}`,
  328. nameLocation: p[item.position] % 2 == 0 ? "end" : "start",
  329. nameGap: 10,
  330. min: item.min,
  331. max: item.max,
  332. position: item.position,
  333. offset: p[item.position] * 50,
  334. axisLabel: {
  335. formatter: "{value}",
  336. fontSize: 12,
  337. },
  338. //分格线
  339. splitLine: {
  340. lineStyle: {
  341. color:
  342. this.$store.state.themeName === "dark"
  343. ? partten.getColor("gray")
  344. : partten.getColor("black"),
  345. type: "dashed",
  346. },
  347. },
  348. axisLine: {
  349. show: true,
  350. },
  351. axisTick: {
  352. show: true,
  353. },
  354. });
  355. p[item.position]++;
  356. });
  357. return result;
  358. },
  359. series() {
  360. let result = [];
  361. this.list.forEach((value, index) => {
  362. result.push({
  363. name: value.title,
  364. type: "line",
  365. smooth: true,
  366. zlevel: index,
  367. lineStyle: {
  368. normal: {
  369. color: this.color[index],
  370. width: 1,
  371. },
  372. },
  373. showSymbol: false,
  374. yAxisIndex: value.yAxisIndex,
  375. markLine: this.markLineData
  376. ? {
  377. name: "",
  378. silent: true,
  379. label: {
  380. position: "end",
  381. formatter: "",
  382. color: "red",
  383. fontSize: 14,
  384. },
  385. data: this.markLineData,
  386. lineStyle: {
  387. normal: {
  388. type: "dashed",
  389. color: "red",
  390. width: 2,
  391. },
  392. },
  393. }
  394. : {},
  395. data: value.value.map((t) => {
  396. if (t.value || t.value === 0) {
  397. return t.value;
  398. } else if (t.doubleValue || t.doubleValue === 0) {
  399. return t.doubleValue;
  400. } else {
  401. return t.longValue;
  402. }
  403. }),
  404. });
  405. });
  406. return result;
  407. },
  408. },
  409. methods: {
  410. resize() {},
  411. initChart() {
  412. const chart = echarts.init(this.$el);
  413. let option = this.option();
  414. chart.clear();
  415. chart.setOption(option);
  416. if (this.default) {
  417. chart.dispatchAction({
  418. type: "showTip",
  419. seriesIndex: 0, // 显示第几个series
  420. dataIndex: this.list[0].value.length - 600, // 显示第几个数据
  421. });
  422. }
  423. this.resize = function () {
  424. chart.resize();
  425. };
  426. window.addEventListener("resize", this.resize);
  427. },
  428. option: function () {
  429. let themeName = "";
  430. this.$store.state.themeName === "dark"
  431. ? (themeName = true)
  432. : (themeName = false);
  433. return {
  434. color: this.color,
  435. tooltip: {
  436. trigger: "axis",
  437. triggerOn: this.default ? "click" : "mousemove",
  438. alwaysShowContent: true,
  439. backgroundColor: themeName
  440. ? "rgba(0,0,0,0.4)"
  441. : "rgba(255,255,255,0.5)",
  442. borderColor: themeName ? partten.getColor("gray") : "#000",
  443. textStyle: {
  444. color: themeName ? "#fff" : "#000",
  445. fontSize: 12,
  446. },
  447. },
  448. legend: {
  449. show: this.showLegend,
  450. data: this.legend,
  451. top: "top",
  452. icon: "circle",
  453. itemWidth: 6,
  454. inactiveColor: themeName ? partten.getColor("gray") : "#000",
  455. textStyle: {
  456. color: themeName ? partten.getColor("grayl") : "#000",
  457. fontSize: 12,
  458. },
  459. },
  460. grid: {
  461. top: 27,
  462. left: 16,
  463. right: 16,
  464. bottom: 0,
  465. containLabel: true,
  466. },
  467. xAxis: [
  468. {
  469. type: "category",
  470. boundaryGap: false,
  471. axisLabel: {
  472. interval:
  473. Number((this.xdata.length / 8).toFixed(0)) > 2
  474. ? Number((this.xdata.length / 8).toFixed(0))
  475. : 0,
  476. showMinLabel: true,
  477. showMaxLabel: true,
  478. formatter: "{value}",
  479. fontSize: 12,
  480. textStyle: {
  481. color: themeName ? partten.getColor("gray") : "#000",
  482. },
  483. },
  484. data: this.xdata,
  485. },
  486. ],
  487. yAxis: {
  488. type: "value",
  489. axisLabel: {
  490. formatter: "{value}",
  491. fontSize: 14,
  492. },
  493. axisLine: {
  494. show: false,
  495. },
  496. splitLine: {
  497. show: true,
  498. lineStyle: {
  499. color: "#606769",
  500. type: "dashed",
  501. },
  502. },
  503. },
  504. // yAxis: this.yAxis,
  505. series: this.series,
  506. };
  507. },
  508. reload: function () {
  509. const chart = echarts.getInstanceByDom(this.$el);
  510. chart.clear();
  511. let option = this.option();
  512. chart.setOption(option);
  513. },
  514. },
  515. created() {
  516. this.id = "pie-chart-" + util.newGUID();
  517. },
  518. mounted() {
  519. this.$nextTick(() => {
  520. this.$el.style.width = this.width;
  521. this.$el.style.height = this.height;
  522. this.initChart();
  523. });
  524. },
  525. beforeUpdate() {
  526. this.$nextTick(() => {
  527. this.initChart();
  528. });
  529. },
  530. unmounted() {
  531. window.removeEventListener("resize", this.resize);
  532. },
  533. };
  534. </script>
  535. <style lang="scss">
  536. .chart {
  537. width: 100%;
  538. height: 100%;
  539. display: inline-block;
  540. }
  541. </style>