Commit Graph

166 Commits

Author SHA1 Message Date
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
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
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
pomelo-nwu
cc7954c241 feat: update ci 2023-08-24 15:11:28 +08:00
yvonneyx
4442af405b Merge remote-tracking branch 'origin/v5' into v5-redo/undo 2023-08-24 15:07:02 +08:00
yvonneyx
1251a74aa8 fix: prevent history unloaded block execution 2023-08-24 15:01:13 +08:00
pomelo-nwu
5f17701b0e chore: update ci 2023-08-24 14:57:07 +08:00
pomelo-nwu
e72a74d32a chore: update ci 2023-08-24 14:51:08 +08:00
pomelo-nwu
1a201ec8e5 chore: update ci 2023-08-24 14:42:04 +08:00
pomelo-nwu
8717256c87 feat: update ci 2023-08-24 14:37:11 +08:00
pomelo-nwu
079ef8480b feat: fix ci 2023-08-24 14:11:59 +08:00
Yanyan Wang
c01a1e1aae
feat: rect type combo and its behaviors (#4844)
* feat: rect combo

* feat: behaviors for rect combo

* chore: lint

* chore: update lock file up to date

* chore: refine lock file

* chore: update workflows

* feat: comboCombined layout

* chore: update layout

* chore: update lock

* chore: refine
2023-08-24 14:08:15 +08:00
yvonneyx
c6923569f6 chore: merge remote-tracking branch 'origin/v5' into v5-redo/undo 2023-08-24 13:30:15 +08:00
yvonneyx
26915d6cd9 fix: v5 history 2023-08-24 13:26:26 +08:00
yvonneyx
c09593aa2c
feat: v5 donut (#4846)
Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2023-08-24 12:37:13 +08:00
pomelo-nwu
d1f6f75897 feat: update deps 2023-08-24 11:28:18 +08:00
yvonneyx
6606a018c1 test: update polyline integration test 2023-08-24 11:01:58 +08:00