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.13.2
null
原因:_foregroundMarkxiang 响应了交互导致图元交互没触发
const spec = { type: 'bar', data: [ { id: 'barData', values: [ { month: 'Monday', sales: 22 }, { month: 'Tuesday', sales: 13 }, { month: 'Wednesday', sales: 25 }, { month: 'Thursday', sales: 29 }, { month: 'Friday', sales: 38 } ] } ], xField: 'month', yField: 'sales', dataZoom: [ { "orient": "bottom", "filterMode": "axis" } ], "region": [ { "style": { "cursor": "pointer", } } ] }; const vchart = new VChart(spec, { dom: CONTAINER_ID }); vchart.renderSync(); vchart.on('pointerup',{markName: 'bar'}, console.log) // Just for the convenience of console debugging, DO NOT COPY! window['vchart'] = vchart;
响应交互
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
xiaoluoHe
Successfully merging a pull request may close this issue.
Version
1.13.2
Link to Minimal Reproduction
null
Steps to Reproduce
原因:_foregroundMarkxiang 响应了交互导致图元交互没触发
Current Behavior
Expected Behavior
响应交互
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: