CN-984 feat: 图表基本样式和结构

This commit is contained in:
chenjinsong
2023-04-28 15:30:54 +08:00
parent 66760a2a57
commit 601c0111eb
7 changed files with 150 additions and 13 deletions

View File

@@ -1972,6 +1972,7 @@ export default {
this.initMetric()
this.isOnlyRead = this.curTable.isOnlyRead ? this.curTable.isOnlyRead : false
this.showUnit = this.curTable.showUnit ? this.curTable.showUnit : false
this.showUnit = this.curTable.showUnit ? this.curTable.showUnit : false
if (this.curTableInCode.defaultOrderBy) {
this.orderBy = this.curTableInCode.defaultOrderBy
}