fix(图表): 修复不支持提示轮播的图表在改变图表大小时发生错误的问题

This commit is contained in:
jianneng-fit2cloud
2025-04-07 10:27:09 +08:00
committed by jianneng-fit2cloud
parent a3df25dc55
commit dd0d9b2dc5

View File

@@ -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)