-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs: 优化EdgeFilterLens边过滤镜文档,更新中英文手册内容 #6975
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
k644606347
commented
Apr 6, 2025
- Fixed: [Docs]: 改造文档「插件 - 内置插件 - EdgeFilterLens 边过滤镜」 #6893
yvonneyx
reviewed
Apr 9, 2025
| shadowColor | 阴影颜色 | string | - | | ||
| shadowBlur | 阴影模糊程度 | number | - | | ||
| shadowOffsetX | 阴影 X 方向偏移 | number | - | | ||
| shadowOffsetY | 阴影 Y 方向偏移 | number | - | |
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.
这里的 CircleStyleProps
对应的是 圆形节点的样式属性,这里把常用属性列出来了,还挺好的。可以再加一句补充说明,完整样式属性参考 元素 -节点 - 内置节点 - 通用样式属性 - style
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.
@yvonneyx 已加,在CircleStyleProps表格尾部追加了跳转链接
7487eb5
to
a081a00
Compare
yvonneyx
approved these changes
Apr 9, 2025
yvonneyx
added a commit
that referenced
this pull request
Apr 11, 2025
* fix: (iadd demon prorogress) * fix: docs/update-custom-react-node * fix: 修复Fisheye在update时,未更新this.r/this.d (#6956) * fix: 修复Fisheye在·update时,未更新this.r/this.d * fix: options.r/options.d非空判断 --------- Co-authored-by: liujiangyu <[email protected]> * docs: update antv-dagre layout document (#6958) fix #6904 Co-authored-by: 秦奇 <[email protected]> * docs: 改造Fisheye插件文档 (#6960) * docs: 添加 Snapline 插件文档和示例,更新中文和英文手册内容 * docs: 更新 Snapline 插件文档,优化使用场景描述和样式配置示例 * feat: 新增鱼眼放大镜插件文档,包含概述、使用场景、基本用法及配置项详细说明,更新中英文手册内容。 * docs: 更新鱼眼放大镜插件文档,增加样式属性和节点样式的详细说明,优化示例代码和中文翻译,删除API部分内容; --------- Co-authored-by: liujiangyu <[email protected]> * docs: 优化Watermark水印的文档 (#6963) * docs: 添加 Snapline 插件文档和示例,更新中文和英文手册内容 * docs: 更新 Snapline 插件文档,优化使用场景描述和样式配置示例 * feat: 新增鱼眼放大镜插件文档,包含概述、使用场景、基本用法及配置项详细说明,更新中英文手册内容。 * docs: 更新鱼眼放大镜插件文档,增加样式属性和节点样式的详细说明,优化示例代码和中文翻译,删除API部分内容; * docs: 更新水印插件文档,增加概述、使用场景、基本用法及配置项详细说明,优化示例代码和中英文翻译。 --------- Co-authored-by: liujiangyu <[email protected]> * docs: update antv-dagre layout document (#6965) fix #6904 Co-authored-by: 秦奇 <[email protected]> * docs(CreateEdge): 改造文档 [交互 - 内置交互 - CreateEdge 创建边] (#6962) * docs(CreateEdge): 改造文档 [交互 - 内置交互 - CreateEdge 创建边] * docs: 创建边中文文档更新 * docs: 内置交互-createEdge创建边文档删除销毁交互实例部分 * chore(site): optimize ssr in production env (#6970) * docs: update theme overview and custom theme docs (#6939) * docs: 更新主题总览和自定义主题文档 * docs: update toc * chore: pin dumi version to 2.4.17 (#6973) * fix: (iadd demon prorogress) * fix: docs/update-custom-react-node * fix: docs/update-custom-node-react * fix: EdgeFilterLens在触发update时,options.r未赋值给this.r,导致配置未生效;fix: style option的ts类型应该使用CircleStyleProps (#6976) * fix: 当触发update时,options.r未赋值给this.r,导致配置未生效 fix: style option的ts类型应该使用CircleStyleProps * chore: defaultLensStyle改为使用CircleStyleProps,与fisheye plugin保持一致 * chore: 更新edge-filter-lens插件,CircleStyleProps的导入方式增加type前缀 --------- Co-authored-by: liujiangyu <[email protected]> * fix: fix g6-ssr (#6984) * feat(g6-extension-react): react 19 compatibility support (#6972) * feat(g6-extension-react): react 19 compatibility support * fix: test failed * chore(g6-extension-react): 更新 React 和相关类型定义至 19 版本,调整 createRoot 初始化逻辑以支持 React 18+ 的动态导入 * chore(g6-extension-react): 启用动态导入以支持更灵活的模块加载 * fix: 更新 react-dom 引用以支持 React 18+ 的新客户端 API * docs: 优化EdgeFilterLens边过滤镜文档,更新中英文手册内容 (#6975) * docs: 添加边过滤镜插件文档,包含概述、使用场景、基本用法及配置项详细说明,更新中英文手册内容 * docs: 更新EdgeFilterLens文档,增加完整样式属性的参考链接,更新中英文手册内容 --------- Co-authored-by: liujiangyu <[email protected]> * chore: update version (#6985) * docs: update demo links from Codesandbox to Stackblitz (#7000) * fix: 更新fisheye demo里的style属性,与缩略图保持一致 (#7001) Co-authored-by: liujiangyu <[email protected]> * fix: docs/update-custom-node-react * fix: (iadd demon prorogress) * fix: docs/update-custom-react-node * fix: docs/update-custom-node-react * fix: docs/update-custom-node-react rebase origin/v5 --------- Co-authored-by: jiangyu <[email protected]> Co-authored-by: liujiangyu <[email protected]> Co-authored-by: ChiGao <[email protected]> Co-authored-by: 秦奇 <[email protected]> Co-authored-by: avrinfly <[email protected]> Co-authored-by: Yuxin <[email protected]> Co-authored-by: Aaron <[email protected]>
yvonneyx
added a commit
that referenced
this pull request
Apr 11, 2025
* fix: docs/update-hull * fix: EdgeFilterLens在触发update时,options.r未赋值给this.r,导致配置未生效;fix: style option的ts类型应该使用CircleStyleProps (#6976) * fix: 当触发update时,options.r未赋值给this.r,导致配置未生效 fix: style option的ts类型应该使用CircleStyleProps * chore: defaultLensStyle改为使用CircleStyleProps,与fisheye plugin保持一致 * chore: 更新edge-filter-lens插件,CircleStyleProps的导入方式增加type前缀 --------- Co-authored-by: liujiangyu <[email protected]> * fix: fix g6-ssr (#6984) * feat(g6-extension-react): react 19 compatibility support (#6972) * feat(g6-extension-react): react 19 compatibility support * fix: test failed * chore(g6-extension-react): 更新 React 和相关类型定义至 19 版本,调整 createRoot 初始化逻辑以支持 React 18+ 的动态导入 * chore(g6-extension-react): 启用动态导入以支持更灵活的模块加载 * fix: 更新 react-dom 引用以支持 React 18+ 的新客户端 API * docs: 优化EdgeFilterLens边过滤镜文档,更新中英文手册内容 (#6975) * docs: 添加边过滤镜插件文档,包含概述、使用场景、基本用法及配置项详细说明,更新中英文手册内容 * docs: 更新EdgeFilterLens文档,增加完整样式属性的参考链接,更新中英文手册内容 --------- Co-authored-by: liujiangyu <[email protected]> * chore: update version (#6985) * docs: update demo links from Codesandbox to Stackblitz (#7000) * fix: 更新fisheye demo里的style属性,与缩略图保持一致 (#7001) Co-authored-by: liujiangyu <[email protected]> * fix: docs/update-hull * fix: docs/update-hull * fix: docs/update-hull --------- Co-authored-by: jiangyu <[email protected]> Co-authored-by: liujiangyu <[email protected]> Co-authored-by: Aaron <[email protected]> Co-authored-by: Yuxin <[email protected]>
yvonneyx
added a commit
that referenced
this pull request
Apr 11, 2025
* fix: update-bubblesets-doc * fix: EdgeFilterLens在触发update时,options.r未赋值给this.r,导致配置未生效;fix: style option的ts类型应该使用CircleStyleProps (#6976) * fix: 当触发update时,options.r未赋值给this.r,导致配置未生效 fix: style option的ts类型应该使用CircleStyleProps * chore: defaultLensStyle改为使用CircleStyleProps,与fisheye plugin保持一致 * chore: 更新edge-filter-lens插件,CircleStyleProps的导入方式增加type前缀 --------- Co-authored-by: liujiangyu <[email protected]> * fix: fix g6-ssr (#6984) * feat(g6-extension-react): react 19 compatibility support (#6972) * feat(g6-extension-react): react 19 compatibility support * fix: test failed * chore(g6-extension-react): 更新 React 和相关类型定义至 19 版本,调整 createRoot 初始化逻辑以支持 React 18+ 的动态导入 * chore(g6-extension-react): 启用动态导入以支持更灵活的模块加载 * fix: 更新 react-dom 引用以支持 React 18+ 的新客户端 API * docs: 优化EdgeFilterLens边过滤镜文档,更新中英文手册内容 (#6975) * docs: 添加边过滤镜插件文档,包含概述、使用场景、基本用法及配置项详细说明,更新中英文手册内容 * docs: 更新EdgeFilterLens文档,增加完整样式属性的参考链接,更新中英文手册内容 --------- Co-authored-by: liujiangyu <[email protected]> * chore: update version (#6985) * docs: update demo links from Codesandbox to Stackblitz (#7000) * fix: 更新fisheye demo里的style属性,与缩略图保持一致 (#7001) Co-authored-by: liujiangyu <[email protected]> * Avoid call onDragEnd() multiple times (#7003) onDragEnd() can be call from DRAG_END event handler but too from 'blur' and 'contextmenu' event handler, protect it to avoid call endBatch() multiple times. * fix: update-bubblesets-doc * fix: docs/update-bubblesets --------- Co-authored-by: jiangyu <[email protected]> Co-authored-by: liujiangyu <[email protected]> Co-authored-by: Aaron <[email protected]> Co-authored-by: Yuxin <[email protected]> Co-authored-by: Niyamaka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.