CN-228 Cyptocurrency--活跃IP新图表开发

This commit is contained in:
hyx
2021-12-06 21:12:04 +08:00
parent f390af3d34
commit 88b3cf1351
5 changed files with 225 additions and 4 deletions

View File

@@ -543,6 +543,10 @@ export function isEchartsWithTable (type) {
export function isTable (type) {
return type >= 61 && type <= 70
}
/* table */
export function isActiveIpTable (type) {
return type == 63
}
/* title */
export function isTitle (type) {
return type === 93