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
Please provide a link by forking these links G2Plot or GitHub repo, a minimal reproduction.
import { Radar } from '@antv/g2plot'; const data = [ { name: '通风时间', star: 8 }, { name: '毒物浓度', star: 0.60 }, { name: 'lny', star: -1.28 }, ]; const radarPlot = new Radar('container', { renderer: 'svg', data, xField: 'name', yField: 'star', point: { size: 2, }, area: {}, }); radarPlot.render();
绘制效果为
面积正常绘制
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug description [Please make everyone to understand it]
📷 Step to reproduce
绘制效果为
🏞 Expected result
面积正常绘制
🚑 Any additional [like screenshots]
The text was updated successfully, but these errors were encountered: