-
Notifications
You must be signed in to change notification settings - Fork 199
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: 统一链接跳转字段绘制逻辑, 支持标记列头 close #2430 #2796
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +17 B (+0.01%) Total Size: 326 kB
ℹ️ View Unchanged
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2796 +/- ##
==========================================
+ Coverage 75.77% 80.15% +4.38%
==========================================
Files 257 180 -77
Lines 11994 10337 -1657
Branches 2464 2331 -133
==========================================
- Hits 9088 8286 -802
+ Misses 1398 607 -791
+ Partials 1508 1444 -64 ☔ View full report in Codecov by Sentry. |
@@ -70,7 +71,7 @@ export interface EmitterType { | |||
|
|||
/** ================ Cell ================ */ | |||
[S2Event.GLOBAL_LINK_FIELD_JUMP]: (data: { | |||
cellData: Node; | |||
meta: Node | ViewMeta; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dataCell 是 ViewMeta, 并不是 Node
@@ -0,0 +1,64 @@ | |||
import type { FederatedPointerEvent as CanvasEvent } from '@antv/g'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This PR is included in version @antv/s2-v2.0.0-next.25 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-components-v1.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
📝 Description
列头
和数值
生效(可自定义规则)key
调整为field
,cellData
调整为meta
, 风格保持统一.🖼️ Screenshot
🔗 Related issue link
close #2430
🔍 Self-Check before the merge