-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
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
feat: 支持在单元格内渲染 G2 图表 #2437
feat: 支持在单元格内渲染 G2 图表 #2437
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +395 B (0%) Total Size: 311 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2437 +/- ##
==========================================
+ Coverage 75.77% 78.00% +2.22%
==========================================
Files 257 270 +13
Lines 11994 12091 +97
Branches 2464 2448 -16
==========================================
+ Hits 9088 9431 +343
+ Misses 1398 1155 -243
+ Partials 1508 1505 -3 ☔ View full report in Codecov by Sentry. |
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-vue-v2.0.0-next.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
📝 Description
数据源类型为 MultiData 支持
普通数值单元格
和图表单元格
共存.前置条件, 确保已安装
@antv/g2
@antv/s2
中使用@antv/s2-react
使用renderToMountedCell()
和renderConfig
, 统一使用onDataCellRender
TODO:
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge