解决
tooltip: {
trigger: "item",
confine: true, // 配置这个选项
formatter: "{b} : {c}个({d}%)",
backgroundColor: "rgba(0,16,47,0.88)",
fontSize: 16,
borderColor: "rgba(0, 170, 255)",
textStyle: {
color: "#F0F5FF",
},
},
完整示例
<template>
<div id="pie" class="pieBox" />
</template>
<script>
export default {
name: "PieEcharts",
props: ["autoPlay", "showLabel", "pieData", "safeTypeCount"],
data() {