CN-89 feat: 定义关系图

This commit is contained in:
chenjinsong
2021-08-17 17:56:09 +08:00
parent dee9984bb2
commit 77c65e953c
2 changed files with 19 additions and 1 deletions

View File

@@ -330,6 +330,10 @@ export function isMapBlock (type) {
export function isEchartsWithStatistics (type) {
return type === 12
}
/* 关系图 */
export function isRelationShip (type) {
return type === 42
}
/* 单值 */
export function isSingleValue (type) {
return type >= 51 && type <= 60