This commit is contained in:
hh
2021-12-17 14:23:12 +08:00
parent 369ac04f40
commit 48dfde7aaa

View File

@ -210,6 +210,9 @@ export default {
TARGETPROFIT.push(item.COMPLETEDPROFIT / item.TARGETPROFIT * 100); TARGETPROFIT.push(item.COMPLETEDPROFIT / item.TARGETPROFIT * 100);
} }
this.chart.setOption({ this.chart.setOption({
tooltip: {
trigger: 'axis',
},
legend: { legend: {
data: ['利润', '利润预测', '利润目标完成率'], data: ['利润', '利润预测', '利润目标完成率'],
textStyle: { textStyle: {