优化记录页趋势分析展示

This commit is contained in:
2026-07-29 14:46:38 +08:00
parent 19b0c4d4c8
commit fca3e32d04
8 changed files with 283 additions and 6 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ const { getBarPercent } = require('../../utils/util')
*/
Component({
properties: {
chartData: { type: Array, value: [] }
chartData: { type: Array, value: [] },
variant: { type: String, value: 'total' }
},
data: {
bars: []