Skip to content
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

2.0.0版本的过渡动画中Bubble不刷新气泡 #406

Closed
hkb1990 opened this issue Jul 3, 2014 · 1 comment
Closed

2.0.0版本的过渡动画中Bubble不刷新气泡 #406

hkb1990 opened this issue Jul 3, 2014 · 1 comment
Labels

Comments

@hkb1990
Copy link

hkb1990 commented Jul 3, 2014

刚试了2.0.0版本,发现过渡动画如果使用bubble或dynamicLine效果,出来的气泡或线只有刚开始的那些,那些消失后并没有生成新的气泡或线,导致如果过渡期很长,动画就变成了一片空白。

下面是简单的测试例子:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="map" style="width:800px;height:400px;margin-left:auto;margin-right:auto;"></div>
<script src='http://echarts.baidu.com/build/echarts-plain-original-map.js'></script>
<script type="text/javascript">
myChart = echarts.init(document.getElementById('map'));
myChart.showLoading({
    text : "等一会就没有新的气泡了",
    effect : "bubble",//dynamicLine 也存在这问题
    textStyle : {
        fontSize : 20
    }
});
</script>
</body>
</html>

p.s. 1.4.1版本不存在这问题。

@kener
Copy link
Contributor

kener commented Jul 8, 2014

果然啊,谢谢反馈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants