图片

html
<template>
<div>
<div ref="chart1" class="bh2"></div>
</div>
</template>
js
<script setup>
import {
ref, onMounted } from 'vue'
import * as echarts from 'echarts'
const chart1 = ref(null)
const chartclass = {
option: {
tooltip: {
trigger: 'item'
},
legend: {
top: 'center',
right: '6%',
itemWidth: 14,
itemHeight: 14,
itemGap: 15,
icon: "circle",
orient: 'vertical',
textStyle: {
color: '#999999',
fontSize: 12
},
data: ['Search Engine', 'Direct', 'Email', 'Union Ads', 'Video Ads'],
formatter: function (name) {