Commit Graph

28 Commits

Author SHA1 Message Date
Yanyan-Wang
25295b2872 fix: remove emoji from dumirc to avoid page rendering error for site 2023-08-31 02:12:06 +08:00
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
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
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
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
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
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
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
pomelo-nwu
f4fd5ace59 feat: update minimap demo 2023-08-25 10:35:20 +08:00
pomelo-nwu
1b530f748e feat: add util.mock function 2023-08-25 10:01:17 +08:00
yvonneyx
253be0d729 Merge remote-tracking branch 'origin/v5' into feat/edge-polyline 2023-08-24 16:45:26 +08:00
pomelo-nwu
e72a74d32a chore: update ci 2023-08-24 14:51:08 +08:00
pomelo-nwu
4a016a4fad Merge remote-tracking branch 'origin/v5' into v5-redo/undo 2023-08-24 10:54:57 +08:00
Yanyan Wang
4cbdce93fa
Revert "V5 donut" 2023-08-24 10:17:57 +08:00
yvonneyx
3dd8625766 feat: support history (visibility, state, position) 2023-08-14 19:37:34 +08:00
markliao
8a520b2cb6
V5 feat/cubic edge,cubic horizon edge,cubic vertical edge (#4669)
* chore: update dependencies

* update jest.config.js for using `@kayahr/jest-electron-runner`
* update rollup.config.js for using `@rollup/plugin-terser`

* chore: add line-edge integration test

* chore: done feat/cubic-edge

chore: add integration test

chore: add unit test(but there have several tests TODO )

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

fix: curve bug

* chore: lint fix & use English comments

* chore: change test svg link & fix cubic offset

*chore: change test svg link

*fix: fix the cubic offset

* chore: fix rebase issue

* Feat: add  'topRight'  position configuration in BadgesShapes (#4624)

* fix: support position config:'topRight'

* add demo to reproduce bug

* chore: fix rebase conflict

* V5 fix label shape error (#4645)

* update: update demo for bug reproduce

* fix: fix the bug

* v5-rect#1 (#4640)

* feat: add RectNode

* add: add rect test demo

* add: add rect test demo

* update: update RectNode with less override

* update: remove 'console.log'

* update: remove comment

* update: remove cn comment

* add: add rect-spec.ts for unit test

---------

Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>

* fix: implement onZoom as empty function for 3d node (#4647)

* fix: implement onZoom as empty function for 3d node

* chore: refine

* chore: lint

* add: make the error message more readable (#4666)

* feat: add contextmenu event for graph canvas, node, and edge (#4675)

* feat: v5-quadratic (#4656)

* add: add a test demo

* feat: add quadratic

* add: add unit test demo

* fix: add seItemState(selected、active、highlight、inactive、disable) test into spec.

* chore: fix rebase conflicts

* chore: done feat/cubic-edge

chore: add integration test

chore: add unit test(but there have several tests TODO )

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

fix: curve bug

* chore: lint fix & use English comments

* chore: trim up code format

*chore: use relative import path

*chore: delete unused imports

*fix: fix the rebase imports

* chore: fix base.ts

* chore: fix rebase conflicts

* chore: elint fix format

---------

Co-authored-by: MaLaiXiGua <55946653+zqqcee@users.noreply.github.com>
Co-authored-by: MaLaiXiGua <941107676@qq.com>
Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>
Co-authored-by: MaLaiXiGua <zqqcee@163.com>
2023-06-26 16:54:52 +08:00
Yanyan-Wang
3095544cdf chore: commit history cleaning 2023-02-02 10:31:36 +08:00