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

mac safari 性能问题,饼图多浏览器会卡死(附数据)。 #1308

Closed
zmofei opened this issue Mar 3, 2015 · 6 comments
Closed

Comments

@zmofei
Copy link

zmofei commented Mar 3, 2015

饼图使用如下数据,会在mac的safari上卡死,猎豹浏览器也会频繁崩溃。。。。

option = {
    "legend": {
        "orient": "vertical",
        "data": ["F3"]
    },
    "series": [{
        "name": "F3",
        "type": "pie",
        "clockWise": false,
        "radius": ["92.73", "110.91"],
        "data": [{
            "value": "50",
            "name": "F3"
        }, {
            "value": "50",
            "name": "F3未转化"
        }]
    }]
}
@longFeiLi
Copy link
Contributor

我这最近也有个性能问题-.- 纠结中。还在看。、 你这是一运行就直接卡么。我刚在谷歌试了一下你的还好啊、

@zmofei
Copy link
Author

zmofei commented Mar 3, 2015

chrome ok 其他浏览器有性能问题。 打开之后很快就卡住了

@frederickjoe
Copy link

同发现了这个问题。Yosemite 的 Safari打开实例中的环形图,十有八九会卡死。曲线救国的方法是禁用动画,将option中的animation设置为false。

@leeight
Copy link
Contributor

leeight commented Apr 9, 2015

发现了同样的问题:http://jsbin.com/mabilopigu

@leeight
Copy link
Contributor

leeight commented Apr 9, 2015

+1

@linhuiw
Copy link

linhuiw commented May 26, 2015

看 changelog, 这个 issue 已经修复了.

@hushicai hushicai closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants