You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/04/01 19:17:27 UTC

[GitHub] [incubator-echarts] borodovisin edited a comment on issue #12351: Bars start flickering when emphasis is set after resize window

borodovisin edited a comment on issue #12351: Bars start flickering when emphasis is set after resize window
URL: https://github.com/apache/incubator-echarts/issues/12351#issuecomment-607440154
 
 
   Here the jsfiddle sample: https://jsfiddle.net/btdmxvor/. But there is a little hard to recreate, the window container has to resize to see the issue. In the official documentation website taking any example and using the object I provided is very easy to recreate. After echarts instance renders move the mouse over a few bars and resize the whole browser tab  and move again the mouse over the chart bars. I think is something with the emphasis borderWidth or barBorderWidth option. When the mouse enters the borderWidth the `mouseout` event is dispatch and because that we'll see that flickering there. I change to use the `borderShadow` option and the flickering disappears. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org