Skip to content

雷达图bug 严重bug #5986

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

Closed
peng2e opened this issue Jun 13, 2017 · 0 comments
Closed

雷达图bug 严重bug #5986

peng2e opened this issue Jun 13, 2017 · 0 comments
Labels

Comments

@peng2e
Copy link

peng2e commented Jun 13, 2017

One-line summary [问题简述]

问题地址

option = {
    title: {
        text: '基础雷达图'
    },
    tooltip: {},
    legend: {
        data: ['厦门公司']
    },
    radar: {
        // shape: 'circle',
        indicator: [
           { name: '堵塞不通', max: 0.542},
           { name: '渗漏淤积', max: 5.1},
           { name: '信息技术(Information Techology)', max:0.1},
           { name: '客服(Customer Support)', max: 1.72},
           { name: '研发(Development)', max: 0.22}
        ]
    },
    series: [{
        name: '预算 vs 开销(Budget vs spending)',
        type: 'radar',
        // areaStyle: {normal: {}},
        data : [
            {
                "name": "厦门公司",
                "_id": "0890d94e24769198fe1eadffcadc0d0d",
                "value": [
                    0.00001,
                    0.00001,
                    0.00001,
                    1.06,
                    0.00001
                ]
            }
        ]
    }]
};

这个配置项就让雷达图歇菜了,问题就在于 { name: '堵塞不通', max: 0.542}, 这个max如果值非0.542就是好的,是这个值就挂了。

Version & Environment [版本及环境]

  • ECharts version [ECharts 版本]:
  • Browser version [浏览器类型和版本]:
  • OS Version [操作系统类型和版本]:

Expected behaviour [期望结果]

ECharts option [ECharts配置项]

option = {

}

Other comments [其他信息]

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

3 participants