This commit is contained in:
parent
405b2e9d99
commit
ea945ce42a
|
@ -13,18 +13,6 @@ let option = {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: "axis",
|
trigger: "axis",
|
||||||
formatter: "{b0}<br />{a0}:{c0} <br />{a1}:{c1} ",
|
formatter: "{b0}<br />{a0}:{c0} <br />{a1}:{c1} ",
|
||||||
// formatter: function (params) {
|
|
||||||
// console.log(1111111,params);
|
|
||||||
// let circle = `<span style="display:inline-block;margin-right:5px;border-radius:50%;width:10px;height:10px;left:5px;background-color:`;
|
|
||||||
// const result =circle +
|
|
||||||
// params[0].color +
|
|
||||||
// `"></span>` +
|
|
||||||
// params[0].name +
|
|
||||||
// ": " +
|
|
||||||
// params[0].value;
|
|
||||||
// // const result = (title ? title + '<br />' : '') + params[0].name + ': ' + params[0].value;
|
|
||||||
// return result;
|
|
||||||
// },
|
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
top: "8%",
|
top: "8%",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="module">
|
<div class="module">
|
||||||
<div class="displayFlex left_bg" >
|
<div class="displayFlex left_bg" >
|
||||||
<div class="flex1" >
|
<div class="flex1" style="box-sizing: border-box;">
|
||||||
<div class="yd_title left_1">
|
<div class="yd_title left_1">
|
||||||
<span class="text">
|
<span class="text">
|
||||||
<img
|
<img
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<ePie v-if="leftchoose.first == '1'" ></ePie>
|
<ePie v-if="leftchoose.first == '1'" ></ePie>
|
||||||
<ePie2 v-else></ePie2>
|
<ePie2 v-else></ePie2>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex1" style="margin-top:10px;">
|
<div class="flex1" style="margin-top:10px;box-sizing: border-box;">
|
||||||
<div class="yd_title left_2">
|
<div class="yd_title left_2">
|
||||||
<span class="text">
|
<span class="text">
|
||||||
<img
|
<img
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
<eP2 v-if="leftchoose.second == '1'"></eP2>
|
<eP2 v-if="leftchoose.second == '1'"></eP2>
|
||||||
<eP2_2 v-else/>
|
<eP2_2 v-else/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex1" style="margin-top:10px;">
|
<div class="flex1" style="margin-top:10px;box-sizing: border-box;">
|
||||||
<div class="yd_title left_3">
|
<div class="yd_title left_3">
|
||||||
<span class="text">
|
<span class="text">
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in New Issue