修改图表标题文案,更新为“消费趋势”以清晰传达信息。此次更新调整了图表标题的表述,从“各个产品消费的总金额”修改为“消费趋势”,旨在提供更直观的数据可视化描述,提升用户理解度。
parent
65b5614ea6
commit
0329717d76
|
@ -144,7 +144,7 @@ export default {
|
||||||
title: {
|
title: {
|
||||||
left: "3%",
|
left: "3%",
|
||||||
top: "5%",
|
top: "5%",
|
||||||
text: "各个产品消费的总金额", // 自定义
|
text: "消费趋势", // 自定义
|
||||||
},
|
},
|
||||||
|
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
|
Loading…
Reference in New Issue