🦄 refactor: 删掉一个图表的标题

This commit is contained in:
砂糖
2025-08-11 18:34:45 +08:00
parent dc1ba364fc
commit 65380c5f68

View File

@@ -132,10 +132,6 @@ export default {
const interval = Math.ceil(maxValue / 5); // 将刻度分为5份
const option = {
title: {
text: this.selectedWarehouseId ? '当前仓库及子仓库物料TOP10' : '全部仓库物料TOP10',
left: 'center'
},
tooltip: {
trigger: 'axis',
axisPointer: {