This commit is contained in:
parent
917ee15809
commit
ac29d7b8f5
|
@ -40,6 +40,15 @@ const color = [
|
|||
const option = {
|
||||
color,
|
||||
calculable: true,
|
||||
legend: {
|
||||
data: ["总救助金额", "总救助人数"],
|
||||
top: "8%",
|
||||
bottom: "9%",
|
||||
textStyle: {
|
||||
fontSize: 12,
|
||||
color: "#ffffff", //上文字标题颜色
|
||||
},
|
||||
},
|
||||
tooltip: {
|
||||
trigger: "axis",
|
||||
formatter: "{b0}<br/> {a1}:{c0}<br/>{a2}:{c1}",
|
||||
|
@ -50,15 +59,6 @@ const option = {
|
|||
},
|
||||
},
|
||||
},
|
||||
legend: {
|
||||
data: ["总救助金额", "总救助人数"],
|
||||
top: "8%",
|
||||
bottom: "9%",
|
||||
textStyle: {
|
||||
fontSize: 12,
|
||||
color: "#ffffff", //上文字标题颜色
|
||||
},
|
||||
},
|
||||
grid: {
|
||||
left: "6%",
|
||||
right: "9%",
|
||||
|
@ -312,6 +312,8 @@ const option = {
|
|||
// ]
|
||||
};
|
||||
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
var myChart = echarts.init(chart.value);
|
||||
myChart.setOption(option);
|
||||
|
|
|
@ -127,13 +127,13 @@
|
|||
<img src="@/assets/YLimg/ylimg2.png" alt="" />
|
||||
<img class="historyimg" src="@/assets/YLimg/ylimg5.png" alt="" />
|
||||
</div>
|
||||
<div class="history1">
|
||||
<!-- <div class="history1">
|
||||
<div>
|
||||
<span>239<span class="unit">个</span> </span>
|
||||
</div>
|
||||
<img src="@/assets/YLimg/ylimg3.png" alt="" />
|
||||
<img class="historyimg" src="@/assets/YLimg/ylimg6.png" alt="" />
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="history1">
|
||||
<div>
|
||||
<span>139<span class="unit">个</span></span>
|
||||
|
|
Loading…
Reference in New Issue