修改界面显示

master
夜笙歌 9 months ago
parent 6f94b7cab3
commit 5aa886bd76

@ -45,6 +45,16 @@ export default {
this.chart = echarts.init(this.$el, 'macarons')
this.chart.setOption({
title: {
text: '标题1 ',
textStyle: {
align: 'center',
color: '#000',
fontSize: 20,
},
top: '0%',
left: '0%',
},
tooltip: {
trigger: 'item',
formatter: '{a} <br/>{b} : {c} ({d}%)'

Loading…
Cancel
Save