NEZ-2520 feat:新增漏斗图图表类型
This commit is contained in:
@@ -23,7 +23,7 @@ export function getChart (key) {
|
||||
}
|
||||
|
||||
export function setChart (key, value) {
|
||||
chartCache[`chart${key}`] && chartCache[`chart${key}`].dispose()
|
||||
chartCache[`chart${key}`] && chartCache[`chart${key}`].dispose && chartCache[`chart${key}`].dispose()
|
||||
chartCache[`chart${key}`] = value
|
||||
}
|
||||
const hexagonCache = {}
|
||||
|
||||
Reference in New Issue
Block a user