Commit Graph

382 Commits

Author SHA1 Message Date
Yanyan-Wang
ea290872d7 docs: update and feature docs for site; docs: add some interaction demos to site 2023-08-31 01:18:58 +08:00
pomelo
b9274e9ab2
feat: fix typing error (#4883) 2023-08-30 22:59:16 +08:00
zqqcee
ad1f60056f docs: item docs 2023-08-30 22:52:59 +08:00
ZqqceE
9b6eb1ed28
fix: fix tooltip and menu position (#4882) 2023-08-30 20:12:29 +08:00
pomelo
1099252812
Feat: Add API Docs (#4877)
* feat: update api-doc config

* feat: add doc input

* feat: update docs
2023-08-30 19:46:37 +08:00
xiaoiver
8201044261
fix: 3d example (#4880)
* fix: 3d example

* chore: lint
2023-08-30 19:46:00 +08:00
ZqqceE
d12bdde0eb
v5 extend type new (#4879)
* fix: fix quadratic controlPoints

* chore: extend graph in test demo

* fix: fix lint

* feat: fulfill type check for extend func

* feat: fulfill type check for extend func
2023-08-30 19:14:51 +08:00
ZqqceE
ce1ae5f684
v5 export demo (#4876)
* fix: fix quadratic controlPoints

* chore: extend graph in test demo

* fix: fix lint
2023-08-30 19:05:17 +08:00
pomelo
acfaab555d
Merge pull request #4871 from antvis/v5-export
chore: export necessary things
2023-08-30 01:36:30 -05:00
Yanyan-Wang
504e969bb4 docs: add feature demos to site 2023-08-30 14:33:36 +08:00
Yanyan-Wang
0fa5a8a1b4 feat: add 3d demo to site 2023-08-30 14:32:45 +08:00
Yanyan-Wang
2e6b64d707 chore: export necessary things 2023-08-30 14:32:44 +08:00
Fadingvision
e6387b8240 test: add shortcuts-call behavior integration test 2023-08-30 11:27:30 +08:00
pomelo
1eda86a093
V5 locale (#4870)
* feat: fix locale

* feat: update api doc
2023-08-29 18:39:28 +08:00
pomelo
c9548251ff
Chore: Add Typedoc (#4866)
* feat: add typedoc config

* feat: update api docs

* feat: export plugin interfaces

* feat: update lock.yaml

* chore: remove dump code

* chore: update doc

* feat: add translate scripts
2023-08-29 15:38:07 +08:00
pomelo
2f581bb651
Merge pull request #4861 from antvis/v5-layout-demos-2
V5 layout demos 2
2023-08-29 02:32:43 -05:00
yvonneyx
2bb251f80f
feat: v5 selfloop (#4857)
* feat: v5 selfloop

* fix: update loop

---------

Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>
2023-08-29 15:24:58 +08:00
Yanyan Wang
49829444a6 docs: animate demos for tree and combo (#4868) 2023-08-29 15:20:16 +08:00
Yanyan-Wang
7894ffd09d docs: animation demos for v5 site 2023-08-29 15:19:51 +08:00
Yanyan-Wang
398f99770f chore: refine 2023-08-29 15:19:51 +08:00
Yanyan-Wang
9dc1af0ddc docs: tree layout demos 2023-08-29 15:19:51 +08:00
Yanyan-Wang
9a9872ba79 docs: add graph layout demos; fix: force layout problem 2023-08-29 15:19:50 +08:00
ZqqceE
db369d1b09
feat: v5 model rect (#4858)
* feat: v5 modelRect node

* test: modelRect test demo

* test: unit test of modelRect node

* feat: label word maxWidth

* fix: fix text maxWidth

* fix: fix lint

* fix: default value of this.logo

* fix: fix lint
2023-08-29 01:38:09 +08:00
pomelo
14e70346a4
Merge pull request #4849 from antvis/demo-plugins
Add Plugins Demos
2023-08-27 23:38:35 -05:00
pomelo-nwu
0b835e1b00 feat: update demo 2023-08-28 11:35:11 +08:00
Fadingvision
bd9803a342 Merge branches 'feature/shortcuts-call' and 'feature/shortcuts-call' of github.com:Fadingvision/G6 into feature/shortcuts-call 2023-08-28 09:41:46 +08:00
Fadingvision
5964feb8a0 fix: merge v5 2023-08-28 09:39:43 +08:00
Yorke
611df9270c
Merge branch 'v5' into feature/shortcuts-call 2023-08-28 09:33:38 +08:00
pomelo-nwu
78fc03c304 feat: update menu and tooltip demo 2023-08-25 15:23:12 +08:00
pomelo-nwu
b744acd560 feat: update demo 2023-08-25 13:52:08 +08:00
Yanyan Wang
d8ff8c938f
fix: polyline anchor point and arrow; (#4852)
* docs: graph layout demos

* chore: refine

* chore: refine
2023-08-25 13:05:55 +08:00
pomelo-nwu
0ba9861006 chore: update tsconfig 2023-08-25 10:37:47 +08:00
Yanyan Wang
6187e9d63d
fix: data validate with data update (#4851)
* fix: data validate with data update

* chore: refine
2023-08-25 10:36:49 +08:00
pomelo-nwu
f4fd5ace59 feat: update minimap demo 2023-08-25 10:35:20 +08:00
ZqqceE
640eb6ecc9
feat: v5 star node (#4817)
* feat: v5 star node type

* test: add unit test

* chore: delete old version star

* fix: star node keyShape

* test: passed star node unit test

* chore: remove unnecessary imported packages

* fix: override drawAnchorShape

* fix: override drawAnchorShape

* test: unit test in a new way

* chore: undo package.json

* chore: make the function name more meaningful

* fix: draw anchor shape

* test: unit test

* fix: lint

---------

Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>
2023-08-25 10:32:21 +08:00
Yanyan Wang
c4e87ad97c
feat: anchor points and shapes for node (#4829)
* feat: anchor points and shapes for node

* feat: arrows for edge

* chore: lint

* chore: update lock file up to date
2023-08-25 10:25:57 +08:00
pomelo-nwu
1b530f748e feat: add util.mock function 2023-08-25 10:01:17 +08:00
pomelo
03bec558c6
Merge pull request #4848 from antvis/v5-data-validate
feat: precheck for data validation and formatting
2023-08-24 20:50:54 -05:00
Yanyan-Wang
f15fb78bc8 feat: precheck for data validation and formatting 2023-08-24 23:11:45 +08:00
ZqqceE
56059acfb9
v5 diamond node (#4847)
* feat: v5 node diamond

* test: unit test and display demo

* fix: fix lint
2023-08-24 19:44:22 +08:00
pomelo
f41bdc392b
Merge pull request #4802 from antvis/feat/edge-polyline
feat: v5- polyline
2023-08-24 19:15:07 +08:00
pomelo-nwu
a685b87b67 chore: update ci 2023-08-24 19:09:11 +08:00
yvonneyx
5fa7bee265 fix: merge 2023-08-24 17:56:29 +08:00
yvonneyx
253be0d729 Merge remote-tracking branch 'origin/v5' into feat/edge-polyline 2023-08-24 16:45:26 +08:00
yvonneyx
5a3c618309
Merge pull request #4823 from antvis/v5-redo/undo
v5  redo/undo
2023-08-24 16:32:22 +08:00
pomelo-nwu
95a7a8e5e6 ci: add cache id 2023-08-24 15:53:54 +08:00
pomelo-nwu
286b4d6aac feat: update ci 2023-08-24 15:47:03 +08:00
pomelo-nwu
42b84b84ed feat: update ci 2023-08-24 15:44:35 +08:00
pomelo-nwu
ad14cba261 feat: remove grid.png 2023-08-24 15:36:09 +08:00
pomelo-nwu
a5c0c6126f feat: update ci 2023-08-24 15:15:58 +08:00