Commit Graph

4985 Commits

Author SHA1 Message Date
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
Frank William
944ccda096
fix(behaviors): create-edge demo update (#5624)
Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
2024-04-07 17:12:27 +08:00
Aaron
e968ba6359
feat: element support lifecycle methods (#5620)
* test: rename test case

* refactor(elements): element support override lifecycle methods

* test: add demo that support state animation
2024-04-07 17:10:49 +08:00
Aaron
cf0ccc70d6
refactor: remove state change event (#5617)
* refactor: remove state change event

* test: add element state test case
2024-04-07 17:06:57 +08:00
Frank William
84074e6a37
feat(behavior): add create-edge (#5601)
* feat(behavior): add create-edge

* refactor: rename edgeConfig to edgeStyle

* feat(behavior): create-edge add onCreate

* refactor(behaviors): adjust create edge

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>
2024-04-07 11:21:11 +08:00
Aaron
6583288f83
feat: add 3d behaviors (#5614)
* refactor: adjust ExtensionCategory to enum

* feat(plugins): add camera setting plugin

* refactor(utils): shortcut support drag extend key

* refactor: adjust event type definition

* refactor: emit canvas event

* refactor: adjust exports

* refactor: adjust renderer

* feat(behaviors): add 3d behaviors

* test: add dev demos

* chore: adjust package.json

* refactor: fix getExtension type
2024-04-03 20:46:59 +08:00
Aaron
155a0bb86d
chore: add script to help checkout contributor branch (#5610) 2024-04-03 12:03:22 +08:00
Aaron
6796bcd763
refactor(behaviors): adjut behaviors (#5612) 2024-04-03 12:00:08 +08:00
Aaron
61fa3d158a
refactor(runtime): add element lifecycle event (#5611)
* test: remove async from createGraph

* refactor(runtime): add element lifecycle event
2024-04-03 11:59:22 +08:00
Joel Alan
d0c3c7dbc5
feat: plugin legend (#5593)
* chore: rebase v5

* fix: resolve conversation

* ci: update snapshots

* refactor(plugin): update legend case and snapshots

---------

Co-authored-by: Aaron <yangtao.yangtao@antgroup.com>
2024-04-02 23:29:06 +08:00
Aaron
923c62a639
feat(runtime): add getPluginInstance API (#5609) 2024-04-02 19:50:20 +08:00
Aaron
6425dbcba3
test: adjust test structure (#5607)
* chore: use swc/jest replace ts-jest

* test: adjust test env and cases

* chore: remove prettier to format snapshot

* test: update snapshots

* chore: adsjut test case

* refactor: optmize canvas destroy

* test: use xml-formatter to format snapshots

* test: add toMatchAnimation matcher

* test: add createGraph util

* test: adjust test demo and types

* test: update test case and snapshots

* chore: rename cases folder to unit
2024-04-02 19:13:53 +08:00
Aaron
6135475b0e
chore: update version to 5.0.0-beta.31 (#5602) 2024-04-01 11:18:00 +08:00
Aaron
da5297cd8c
feat: add 3d elements, plugin (#5597)
* refactor: adjust exports, use enum replace const enum

* fix: fix issue that unexpected z attr

* feat(utils): add TupleMap and getCacheKey

* feat(elements): add 3d elements

* feat(plugins): add 3d light

* refactor: adjust 3d renderer

* refactor: adjust exports

* test: add demos

* chore: config packages.json, jest config

* test: fix test case

* chore: update g6-extension-3d version

* chore: setup project configs

* test: fix demo type issue

* chore: config tsconfig for type-check
2024-03-29 11:57:10 +08:00
Aaron
bcd080432f
fix: fix issue that cause memory leak (#5587)
* fix: fix issue that may cause memories lack

* test: adjust test case to destroy graph
2024-03-29 11:45:18 +08:00
Frank William
72c5e74611
feat(behavior): add click focus element(node/combo) (#5595)
* feat(behavior): add click focus element

---------

Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
2024-03-28 13:16:44 +08:00
DonovanYe
f5ec528661
docs: fix typos in elements.zh.md and CONTRIBUTING.en-US.md (#5598)
* docs: fix typos in elements.zh.md

* docs: fix typos in CONTRIBUTING.en-US.md
2024-03-28 00:13:07 +08:00
hustcc
fff59f2027
feat: add toolbar plugin (#5589)
* feat: add type define of toolbar plugin

* feat: add toolbar plugin

* docs: add toolbar demo

* test: add test case

* chore: fix typo

* fix: remove insert-css

* chore: update test case

* chore: fix cr
2024-03-27 21:20:46 +08:00
Yuxin
5566f74fa2
feat: add hover-element behavior (#5579)
* feat: add hover-element behavior definition

* feat: add hover-element behavior

* test: add uts

* feat: add site demos

* feat: add unit test

* fix: cr issues

* fix: cr issues

* fix: cr issues
2024-03-25 20:50:20 +08:00
Aaron
1885a29c26
chore: add tag script (#5588) 2024-03-25 11:15:10 +08:00
foolvip
f30e58da8e
feat: add hexagon node (#5527)
* feat: add hexagon node

* feat:add  getHexagonPoints unit test

* feat: add hexagon demo to site
2024-03-25 11:09:28 +08:00
Aaron
c59f0d286c
chore: update version to beta.30 (#5586) 2024-03-25 10:05:43 +08:00
Aaron
19405ae0bc
feat(runtime): add updateBehavior/ updatePlugin api (#5585) 2024-03-22 19:42:22 +08:00
hustcc
b9d81ec02d
feat: add plugin contextmenu (#5577)
* feat: contextmenu class

* chore: update context menu options

* feat: show context menu

* feat: update context menu

* chore: rename to contextmenu

* chore: rename G6ElementEvent to ElementEvent
2024-03-22 19:03:35 +08:00
Joel Alan
ad2d2cf923
feat: tooltip plugin (#5573)
* feat: tooltip plugin

* fix: resolve conversation

* fix: resolve conversation

* ci: test coverage

* chore: enable elements to anable

* fix: demo

* fix: test
2024-03-22 18:00:13 +08:00
Aaron
7024c5eb60
refactor(behavior): optimize zoom canvas experience (#5584) 2024-03-22 17:21:12 +08:00
Aaron
b57cdfb912
fix: fix issue where drag elements under non-default zoom values was abnormal (#5583)
* refactor(behaviors): remove draggableElement of drag-element

* fix(behaviors): fix drag element error when not on default zoom
2024-03-22 17:15:38 +08:00
Aaron
f451672c7a
refactor: adapt antv dagre (#5578)
* refactor: adapt antv dagre

* chore: update @antv/layout version

* feat(layout): adapt dagrejs layout

* docs: add dagre demo
2024-03-22 16:35:34 +08:00
vaynevayne
09cfa1d4d0
build(site): fix #5570 (#5571)
* build(site): fix #5570

* docs(CONTRIBUTE): fix spell error

* Update package.json

* Update package.json

---------

Co-authored-by: yxf <1848212420@qq.com>
2024-03-21 22:47:15 +08:00
hustcc
74c19e903e
feat: add plugin watermark (#5569)
* chore: init type define

* fix: badge typo in readme

* feat: plugin watermark

* feat: add watmermark plugin

* test: add tc for watermark, but should skip it

* docs: add demos for watermark

* test: add tc for mock

* chore: fix cr

* test: use jest-canvas-mock make ci works

* chore: update demo

* docs: add case panel

* refactor: render watermark into div

* chore: update
2024-03-21 20:12:31 +08:00
Yuxin
776822740e
docs: add combo demos (#5568)
* docs: add combo demos

* docs: combo demos
2024-03-20 19:37:45 +08:00
hustcc
75ea31fda7
docs: fix readme typo (#5547) 2024-03-18 10:29:43 +08:00