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
1.12.6
1
const spec = { type: 'radar', data: [ { id: 'radarData', values: [ { key: 'Strength', value: 5 }, { key: 'Speed', value: 5 }, { key: 'Shooting', value: 3 }, { key: 'Endurance', value: 5 }, { key: 'Precision', value: 5 }, { key: 'Growth', value: 5 } ] } ], categoryField: 'key', valueField: 'value', point: { visible: false // disable point }, area: { visible: true, // display area state: { // The style in the hover state of the area hover: { fillOpacity: 0.5 } } }, line: { style: { lineWidth: 4 } }, axes: [ { orient: 'radius', // radius axis zIndex: 100, min: 0, max: 8, domainLine: { visible: false }, label: { visible: true, space: 0, style: { textAlign: 'center', stroke: '#fff', lineWidth: 4 } }, grid: { smooth: false, style: { lineDash: [0] } } }, { orient: 'angle', // angle axis zIndex: 50, tick: { visible: false }, domainLine: { visible: false }, label: { space: 20 }, grid: { style: { lineDash: [0] } } } ] }; const vchart = new VChart(spec, { dom: CONTAINER_ID }); vchart.renderSync(); vchart.on('pointerup', { level: 'mark', source: 'chart' }, () => { console.log('debug pointerup1') }) // Just for the convenience of console debugging, DO NOT COPY! window['vchart'] = vchart;
none
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
fix: fix event of angle axis in radarchart, fix #3343
a43470d
c9a0fd3
a7b8850
xile611
No branches or pull requests
Version
1.12.6
Link to Minimal Reproduction
1
Steps to Reproduce
Current Behavior
none
Expected Behavior
none
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: