We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题地址
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就是好的,是这个值就挂了。
option = { }
The text was updated successfully, but these errors were encountered:
3c6e6ec
No branches or pull requests
One-line summary [问题简述]
问题地址
这个配置项就让雷达图歇菜了,问题就在于 { name: '堵塞不通', max: 0.542}, 这个max如果值非0.542就是好的,是这个值就挂了。
Version & Environment [版本及环境]
Expected behaviour [期望结果]
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: