Commit Graph

5166 Commits

Author SHA1 Message Date
Aaron
80ed0b9cc3
docs: perfect manual docs (#5710) 2024-05-10 11:17:08 +08:00
Wang Hongfei
07474e024d
feat(site): add algorithm/gaddi demo (#5711)
* feat: add algorithm/gaddi demo

* feat: add algorithm/shortestPath demo

* feat: adjust examples/algorithm structure & add label-propagation demo

* feat: add algorithm/louvain demo

---------

Co-authored-by: whf01206399 <whf01206399@antgroup.com>
2024-05-09 21:25:49 +08:00
Yuxin
07c77eeb2d
docs: impove behavior comments and add api interactive demos (#5715)
* docs: add reference page title

* docs: refine behavior api interactive demos
2024-05-09 20:29:40 +08:00
Aaron
1cee4a55da
fix: fix export and site (#5713)
* fix(behaviors): remove circular dependency

* chore(site): lock version of dumi up to 2.2.x
2024-05-09 11:29:50 +08:00
Aaron
c4eace4975
refactor: adjust element spec (#5712)
* fix(transforms): fix arrange draw order that handle update combo

* refactor(spec): move states, children, parentId to upper level
2024-05-09 10:04:27 +08:00
Yuxin
529a5ad246
refactor: focus-element, lasso-select, brush-select behavior (#5707)
* refactor: focus-element behavior

* refactor: lasso select, brush select

* fix: remove unnecessary utils
2024-05-08 17:04:47 +08:00
Yuxin
f0cbeba90a
docs: plugin api docs and demo (#5703)
* refactor: modify plugin comments

* docs: add plugin demos

* fix: fix ci
2024-05-07 20:43:47 +08:00
Aaron
76908bb717
refactor: propose G6 layout standard and adapt antv/layout (#5704)
* feat(utils): add layoutMapping2GraphData and layoutAdapter

* refactor(layout): refactor layout controller to use G6 layout std, adapt antv/layout

* test(layout): add demo and test case that custom layout

* test: fix test case

* test: add test coverage

* test: add iterative layout demo

* refactor(layout): extract invoke and get from base layout class
2024-05-07 19:55:09 +08:00
Wang Hongfei
2055e568b1
chore: add some doc api for behaviors (#5697)
* chore: add some doc api for behaviors

* fix: cr issues

---------

Co-authored-by: whf01206399 <whf01206399@antgroup.com>
2024-05-07 14:06:36 +08:00
Aaron
45750f7790
docs: add documentation (#5695)
* refactor(site): adjust script

* feat(site): add script that can sort docs in specific folder

* docs: remove apis folder

* docs: add getting-started for chinese version

* docs: add core-concept for chinese version

* docs: add upgrade for chinese version

* docs: remove quick-start

* refactor(site): add createGraph global utils

* docs: add extension in core concept
2024-05-06 10:52:18 +08:00
Yuxin
71fed76616
refactor: adjust element types (#5693)
* refactor: adjust types

* docs: add comments

* refactor: reorganize api directory structure

* docs: refine element docs
2024-04-30 15:42:11 +08:00
Yuxin
7cc8278fc1
feat(doc-pipeline): add scripts to generate element api docs (#5685)
* feat: generate edge api docs

* feat: generate node,combo style props docs

* refactor: doc pipeline

* docs: remove reference index.md
2024-04-29 17:13:33 +08:00
Wang Hongfei
298227ea1f
chore: add some doc api for plugins (#5684)
* chore: add some doc api for plugins

---------

Co-authored-by: whf01206399 <whf01206399@antgroup.com>
2024-04-29 13:33:20 +08:00
Aaron
eaf956b8d3
chore: update version to beta.35 (#5689) 2024-04-29 10:18:07 +08:00
Frank William
9cf0677773
feat(plugins): add timebar (#5666)
* feat(plugins): add timebar

* refactor: adjust timebar component

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>
2024-04-28 17:00:01 +08:00
Aaron
6986bb61b7
refactor(behaviors): adjust scroll-canvas (#5686) 2024-04-28 13:44:01 +08:00
jiangyu
d4891f7e8a
feat: add scroll-canvas behavior (#5606)
* feat: add scroll-canvas behavior

---------

Co-authored-by: liujiangyu <liujiangyu@kuaishou.com>
2024-04-28 10:28:14 +08:00
Aaron
acf90c103d
feat(docs): add clear script, adjust docs structure (#5681)
* feat(site): add script that clear generated docs

* chore: adjust docs structure

* style(docs): config style of summary tag
2024-04-26 10:43:15 +08:00
Aaron
63261258cf
refactor: emit graph destroy event (#5680) 2024-04-25 19:10:18 +08:00
Yuxin
5028413d0f
chore: add auto-generated doc files to .gitignore (#5679)
* refactor: remove placeholder files

* chore: add auto-generated files to .gitignore

* feat: api method list support remarks tag
2024-04-25 16:17:41 +08:00
Yuxin
1dcbfee1b2
feat(doc-pipeline): add scripts to generate graph api docs (#5678)
* feat: add scripts to generate graph api docs
2024-04-25 12:50:23 +08:00
Yuxin
bfbade2541
feat: generate behavior/plugin api docs by code annotations (#5669)
* refactor: extract api

* feat: generate behavior api docs by code annotations
2024-04-24 15:33:33 +08:00
Aaron
45b21ebf4f
refactor: remove color usage (#5675) 2024-04-24 10:07:12 +08:00
Aaron
1107f206f4
fix: fix setNode/setEdge/setCombo not effect, getRenderBounds not correct (#5674)
* refactor(test): format mismatch message

* fix: fix issue that setNode/setEdge/setCombo not effect

* fix: avoid to use getRenderBounds
2024-04-23 22:09:43 +08:00
Aaron
ea9cc6b4c0
docs: adjust docs structure, create docs template (#5670)
* docs: remove old docs

* docs: adjust example dir name

* feat: add script to create doc template

* docs: create site docs template

* docs: adjust api/element structure

* docs: adjust graph docs

* docs: adjust category naming
2024-04-23 15:56:29 +08:00
Frank William
187a86d993
fix(graph): width,height bug fix (#5672)
Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
2024-04-23 15:53:36 +08:00
Aaron
b8a8b15d09
refactor: rename G6Spec to GraphOptions (#5673) 2024-04-23 15:52:56 +08:00
Yuxin
57317d49a3
feat: add BubbleSets plugin (#5653)
* refactor: extract contour shape

* feat: bubble sets

* test: add bubble-sets demo
2024-04-23 10:46:56 +08:00
Aaron
ce3c064943
chore: adjust umd name (#5668) 2024-04-22 18:17:44 +08:00
Aaron
d78863beee
refactor: adjust exports and api (#5665)
* refactor: adjust exports

* refactor: adjust collapse and expand api

* refactor: adapt export adjust
2024-04-22 14:04:35 +08:00
Aaron
7c901a5525
chore: update version to 5.0.0-beta.34 (#5667) 2024-04-22 14:03:49 +08:00
Frank William
895955435d
feat(element): add donut (#5645)
* feat(element): add donut

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>
2024-04-19 10:58:13 +08:00
Aaron
7efd20eb79
refactor: move type config to element.type (#5661)
* refactor: redefine type of id

* refactor: move type config
2024-04-18 23:06:58 +08:00
Aaron
54bc5f98e0
fix: fix issue appearing when export data url (#5658)
* refactor: demo panel support search

* fix: fix exported image lost background

* fix: fix issue that image not load when export image
2024-04-18 14:37:03 +08:00
Aaron
79c18aa59d
feat: add HTML node, g node, react node (#5654)
* feat(elements): add html node

* fix: fix issue that unexpected invoke sequence cause exception

* refactor: adjust exports

* feat(react): create g6-extension-react

* test: update test case

* chore: update dependencies

* fix: fix cr issue

* chore: adjust jest config
2024-04-18 10:05:05 +08:00
Aaron
b8c2f609cd
chore: updater version to 5.0.0-beta.33 (#5650) 2024-04-17 09:32:40 +08:00
Aaron
65425ea406
refactor: toDataURL support export overall mode (#5648)
* feat(canvas): toDataURL support by overall graph

* test: update snapshots

* test: add test case

* refactor: adjust code
2024-04-16 21:29:21 +08:00
Aaron
cd073f7e23
fix: fix types of elements (#5649) 2024-04-16 20:57:20 +08:00
Aaron
d682460a22
fix(graph): fix issue that toDataURL export blank image (#5647)
* fix(graph): fix issue that toDataURL not correct

* test: remove id from svg snapshots
2024-04-16 15:39:38 +08:00
Yuxin
0c58b627dd
feat(transform): process parallel edges (bundle, merge) (#5643)
* feat: bundle parallel edges

* test: add parallel edge unit tests

* docs: add parallel edges site demo

* refactor: modify timing of clearing data change

* fix: fix hover parallel edges issue

* feat: merge parallel edges

* fix: incorrect arrow of merging parallel edges
2024-04-16 01:03:39 +08:00
Aaron
c333d24c0b
test: add demo that use imported svg as node icon (#5646)
* test: add demo that use imported svg as node icon

* chore: config svg transform
2024-04-16 00:59:40 +08:00
Yuxin
07bbc6a4f2
feat(runtime): add transform controller (#5641)
* feat(runtime): add transform controller

* test: add unit test

* refactor: rename
2024-04-15 10:49:22 +08:00
Yuxin
fad00f57fc
feat: add click-element behavior (#5636)
* feat: add click-element behavior

* test: add click-element unit tests

* docs: add site demo

* test: update snapshots after deps update

* test: contextmenu unit test
2024-04-12 15:05:06 +08:00
Frank William
a0d6cfe7a5
feat(behaviors): add brush-select, add lasso-select (#5623)
* feat(behaviors): add brush-select

* feat(behaviors): add lasso-select/brush-select

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
2024-04-12 14:03:07 +08:00
Yuxin
09a62abc38
feat: hull plugin (convex hull, concave hull) (#5626)
* feat: hull

* feat: hull label and dynamically change options

* feat: hull supports convex and concave hull

* docs: site demo

* test: add unit tests

* test: fix ci issues

* chore: update deps

* fix: fix cr issues

* test: contextmenu unit test

* test: update snapshots
2024-04-11 20:43:33 +08:00
Yuxin
62535be333
feat: history plugin (#5605)
* feat: base history plugin

* feat: mount history api to graph

* test: history unit and integration test

* refactor: simplify compute draw data

* test: update snapshots

* feat: history event emitter and site demo
2024-04-11 18:49:18 +08:00
Aaron
50ec5d8ef5
refactor: adapt new d3 force and d3 force 3d layout (#5635)
* feat(palettes): add tableau palette

* refactor(runtime): remove presetLayout, adapt new force layout

* feat(behaviors): support drag element force behaviors

* feat: adapt d3 force layout

* test: remove webgl dependencies
2024-04-11 14:20:03 +08:00
Yuxin
ba7caf3ca3
refactor: update theme base style and update snapshots (#5628)
* refactor: update theme base config and update snapshots

* refactor: adjust base theme style

* test: update snapshots
---------

Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>
2024-04-09 16:06:47 +08:00
Aaron
90fd24e9b4
chore: update version to beta.32 (#5631) 2024-04-08 22:34:17 +08:00
Aaron
a428667dae
refactor: define and export event (#5627)
* feat(utils): add isElement util

* refactor(runtime): override on/once api to provide type

* refactor: define and export event type

* refactor(runtime): carry originalTarget in element event
2024-04-07 18:54:15 +08:00