优化记录页趋势分析展示
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user