feat: npm map

This commit is contained in:
chenjinsong
2021-07-10 12:11:59 +08:00
parent 4fbccf55a8
commit 7b0fc51b05
2 changed files with 34 additions and 9 deletions

View File

@@ -251,6 +251,10 @@ export function isMap (type) {
export function isMapLine (type) {
return type === 1
}
/* 色块地图 */
export function isMapBlock (type) {
return type === 2
}
/* 带统计的折线图 */
export function isEchartsWithStatistics (type) {
return type === 12