-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treemap Blinking #10521
Treemap Blinking #10521
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. Have a nice day! 🍵 |
Please provide a working demo as simple as possible here: https://jsfiddle.net/ovilia/n6xc4df3/ |
Hi could not save into above given url. I have created a new one. |
Hi Ovilia please do you have any update for this issue. |
@susiwen8 Could you help with this issue? |
@Ovilia Sure, challenge accepted. |
https://github.com/apache/incubator-echarts/blob/master/src/echarts.js#L1666 |
As @susiwen8 said, please set option: {
hoverLayerThreshold: Infinity,
series: {
...
}
} to resolve this problem. And the default |
Thank you for fixing this one |
Version
4.2.1
Steps to reproduce
OS: MacOS
ScreenSize: 27inch
Browser: Chrome
{
name: 'Main',
type: 'treemap',
// width: '98%',
// height: '95%',
// left: 30,
roam: false,
visibleMin: 300,
What is expected?
Treemap should be displayed properly
What is actually happening?
Treemap result is displayed but when mouse is hovered on parent label then all the items of treemap go invisible
It only happens on large data
The text was updated successfully, but these errors were encountered: