Browse Source

禁止echarts图表的交互

master
王梦远 3 weeks ago
parent
commit
b46552a0f5
  1. 1
      src/components/seal/DashboardChart.vue

1
src/components/seal/DashboardChart.vue

@ -29,6 +29,7 @@ const initChart = () => {
}
myChart = echarts.init(chartRef.value)
const option = {
silent: true,
tooltip: {
formatter: '{a} <br/>{b} : {c}%',
},

Loading…
Cancel
Save