-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
Description
Version
6.0.0
Link to Minimal Reproduction
https://codepen.io/misanek/pen/XJXRBQq
Steps to Reproduce
- create 2 charts with tooltips and async tooltip formatter (
setTimeoutused in example) - add same group to those charts
myChart.group = "group1"; - connect charts using
echarts.connect("group1"); - hover over first chart, tooltip with value is shown
- connected chart tooltip is stuck with
Loadingvalue ❌
Current Behavior
- Hover over one chart
- Tooltip is shown and value changes from
LoadingtoValue: ${value} - Connected chart tooltip is shown but it is stuck in
Loading❌
Expected Behavior
- Hover over one chart
- Tooltip is shown and value changes from
LoadingtoValue: ${value} - Connected chart tooltip is shown and value changes from
LoadingtoValue: ${value}✅
Environment
- OS: Win 11
- Browser: Edge Version 141.0.3537.57 (Official build) (64-bit)
- Framework: noneAny additional comments?
No response
Metadata
Metadata
Assignees
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.