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
将官网 demo: https://antv.alipay.com/zh-cn/f2/3.x/demo/radar/line.html 中相关代码替换为:
chart.axis('score', { label: function label(text, index, total) { if (index === total - 1) { return null; } return { top: true }; }, grid(text) { if (text === '40') { return { type: 'arc', lineDash: null, stroke: 'red' } } return null; } });
The text was updated successfully, but these errors were encountered:
717f2bf
simaQ
No branches or pull requests
将官网 demo: https://antv.alipay.com/zh-cn/f2/3.x/demo/radar/line.html 中相关代码替换为:
The text was updated successfully, but these errors were encountered: