mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 修复不支持提示轮播的图表在改变图表大小时发生错误的问题
This commit is contained in:
committed by
jianneng-fit2cloud
parent
a3df25dc55
commit
dd0d9b2dc5
@@ -60,6 +60,7 @@ class ChartCarouselTooltip {
|
||||
* 创建或更新实例
|
||||
* */
|
||||
static manage(plot: Plot | DualAxes, chart: Chart, config: CarouselConfig) {
|
||||
if (!isSupport(chart.type)) return null
|
||||
const container = chart.container
|
||||
let instance = CAROUSEL_MANAGER_INSTANCES.get(container)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user