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
latest
null
<GaugeChart height={140} outerRadius={1.6} innerRadius={1.2} startAngle={-180} endAngle={0} padding={0} centerY="90%" tooltip={{ visible: false }} > <Gauge animation={false} segment={{ visible: true, style: { cornerRadius: 99, innerPadding: 20, fill: { type: 'threshold', field: 'value', domain: [61, 91], range: ['#F0A50F', '#EB6200', '#D7312A'], }, }, }} track={{ style: { fill: 'rgba(0, 0, 0, 0.05)' } }} radiusField="type" seriesField="type" angleField="value" data={{ values: [ { type: 'Level 1', value: 60 }, { type: 'Level 2', value: 80 }, { type: 'Level 3', value: 100 }, ], }} /> <Axis type="linear" orient="angle" outerRadius={1.6} min={0} max={100} grid={{ visible: false }} label={{ visible: true, dataFilter: data => data.filter(datum => [0, 0.6, 0.8, 1].includes(datum.value)), }} /> <Indicator offsetY="30%" title={{ style: { text: '76', fontSize: 42, fontWeight: 500, }, }} content={{ style: { text: '2024-12-01 00:08:00', dy: 10, fontSize: 14, }, }} /> </GaugeChart>
支持传入
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
跟随正常迭代修复
Sorry, something went wrong.
7801cd4
xile611
No branches or pull requests
Version
latest
Link to Minimal Reproduction
null
Steps to Reproduce
Current Behavior
Expected Behavior
支持传入
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: