Browse Source

首页数据统计图

master
aBin 5 years ago
parent
commit
9b486c11de
  1. 4
      src/components/Echarts/Treemap.vue

4
src/components/Echarts/Treemap.vue

@ -59,9 +59,7 @@ export default {
series: [ series: [
{ {
type: 'radar', type: 'radar',
tooltip: { tooltip: { trigger: 'item' },
trigger: 'item',
},
areaStyle: { color: 'rgba(84,112,198,0.9)' }, areaStyle: { color: 'rgba(84,112,198,0.9)' },
lineStyle: { color: 'rgb(84,112,198)' }, lineStyle: { color: 'rgb(84,112,198)' },
itemStyle: { color: 'rgb(84,112,198)' }, itemStyle: { color: 'rgb(84,112,198)' },

Loading…
Cancel
Save