-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: position animations; * chore: update version nums * fix: spiky donuts #3849 (#4452) * docs: 修复文档表格展示错误问题 (#4454) Co-authored-by: chenkun <[email protected]> * fix: remove label if no longer present (#4441) * fix: remove label if no longer present * fix: remove label background from shapeMap * Update edge.ts (#4486) 自定义quadratic类型曲线是如传进去curvePosition,curveOffset,isArray判断应该为cfg * fix: fix issue if set timebar in independent container on destroy (#4497) * feat: timebar 新增putInGraphContainer属性决定是否将timebar置于graph container 中 (#4492) * fix: fix issue if set timebar in independent container on destroy * feat: timebar 新增putInGraphContainer属性决定是否将timebar置于graph container 中 (#4492) --------- Co-authored-by: ensconced <[email protected]> Co-authored-by: OctKun <[email protected]> Co-authored-by: chenkun <[email protected]> Co-authored-by: H丶MF <[email protected]> Co-authored-by: Aaron <[email protected]>
- Loading branch information
1 parent
bcb4a68
commit a5cf686
Showing
24 changed files
with
199 additions
and
150 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import G6 from '@antv/g6-pc'; | ||
|
||
G6.version = '4.8.10'; | ||
G6.version = '4.8.12'; | ||
|
||
export * from '@antv/g6-pc'; | ||
export default G6; | ||
export const version = '4.8.10'; | ||
export const version = '4.8.12'; |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.