Commit Graph

343 Commits

Author SHA1 Message Date
Aaron
35d917cbf0
fix(plugins): fix tooltip with incorrect position after graph resize (#6246)
Co-authored-by: antv <antv@antfin.com>
2024-08-29 10:00:20 +08:00
Aaron
4fb0fd4bbd
fix: fix e2e test case of minimap (#6247)
* test(plugins): fix minimap plugin test case

* chore: update build.yml to ci.yml

---------

Co-authored-by: antv <antv@antfin.com>
2024-08-29 10:00:01 +08:00
Aaron
c9ba7fcce6
refactor: html node support dx, dy (#6237)
* refactor(elements): html node support dx, dy

* docs: add html demo

---------

Co-authored-by: antv <antv@antfin.com>
2024-08-27 15:01:58 +08:00
Aaron
5016fe2bcc
feat(plugins): add minimap plugin (#6103)
* feat(event): before draw, after draw will info whether to be render

* feat(plugins): add minimap plugin

* refactor(plugins): add container style

* refactor(plugins): remove DOMRect, add renderer option

* test: adjust minimap demo

* chore(test): config playwright test env

* test(plugins): add test case for minimap

* chore: update test config

* refactor: remove useless comment

---------

Co-authored-by: antv <antv@antfin.com>
2024-08-02 10:07:28 +08:00
baizn
1c0417faf3 feat: refactor G6 2020-12-04 20:54:45 +08:00
Yanyan-Wang
22ddaddf6a fix: state style restore for non-circle shapes; 2020-12-01 16:59:32 +08:00
Yanyan-Wang
6d40332622 chore: re-run online ci 2020-11-27 13:07:28 +08:00
Yanyan-Wang
7260c2f6bd test: shortcuts-call test spec; test: drag-node-spec 2020-11-27 13:07:28 +08:00
Yanyan-Wang
2bb4b27d9d test: add gforce test spec 2020-11-27 13:07:28 +08:00
Yanyan-Wang
11a1a8f2a6 fix: update edge with false endArrow and startArrow; fix: node and edge state style with update problem; fix: import lib problem; fix: tooltip for combo; 2020-11-27 13:07:28 +08:00
Yanyan-Wang
937bb71513 fix: hiden shapes show up after zoom or drag with enableOptimize; docs: update large graph demo 2020-11-25 14:17:22 +08:00
Yanyan-Wang
b6bcb1a1b4 docs: update import markdown for en 2020-11-20 18:37:51 +08:00
Yanyan-Wang
a815f8c14a docs: update the demos for auto changeSize when window resizing; docs: add docs for gForce; docs: update fruchterman docs with gpu. fix: drag-canvas with e type problem; chore: update name of graphinForce to gForce; fix: combo force with new depth mechanism problem 2020-11-20 15:51:43 +08:00
Yanyan-Wang
f3b1f79d4e docs: large graph demo; feat: get color sets by subject color array; feat: canvas context menu; feat: stop graphin force; feat: dark rules for colors 2020-11-20 15:51:43 +08:00
Yanyan-Wang
c80d622d87 feat: label propagation algorithm 2020-11-20 15:51:43 +08:00
shiwu
22c4995db8 test: remove unnecessary console 2020-11-20 15:51:43 +08:00
shiwu
ab591a5ada feat: gpgpu graphin force with masses and centers; feat: louvain clustering algorithm; feat: updateChildren for TreeGraph; fix: graph on callback parameter type problem; docs: two demos for node pagination 2020-11-20 15:51:43 +08:00
baizn
504e0bb6b2 fix: node & edge type change to type 2020-11-19 11:52:18 +08:00
baizn
4fd48827df fix: remove custom group code 2020-11-19 11:52:18 +08:00
Yanyan-Wang
504e2d8dba docs: update docs for new version theme 2020-11-13 22:33:15 +08:00
Yanyan-Wang
99cb617cfa fix: localRefresh residual problem of text 2020-11-13 09:37:24 +08:00
Yanyan-Wang
aa27cc4e11 feat: new version of basic styles for light version; feat: shortcuts-call behavior for calling a Graph function by shortcuts; docs: update the docs for new feature; docs: demos for more interactions 2020-11-12 21:41:35 +08:00
Yanyan-Wang
93973b80dc feat: basic style(light version) for edges and combos 2020-11-11 19:34:56 +08:00
Yanyan-Wang
7f2a28dd19 feat: new color palatte(light version) for nodes 2020-11-11 19:34:56 +08:00
shiwu
43f547542c fix: extend modelRect with description problem, closes: #2235 2020-10-28 16:00:23 +08:00
shiwu
e1072066ac feat: drag the viewport of the minimap out of the the view 2020-10-28 16:00:23 +08:00
shiwu
e37f50bb0e feat: create-edge for combo, closes: #2211 2020-10-26 15:08:06 +08:00
shiwu
c25e1b367c fix: svg renderer minimap hidden elements probem, closes: #2174 2020-10-26 15:08:06 +08:00
shiwu
2a4a3ef735 feat: destroyLayout API, closes: #2140 2020-10-26 15:08:06 +08:00
baizn
e1058e3135 fix: watermarker unit test 2020-10-22 14:31:18 +08:00
baizn
ab683d3e27 feat: support waterMarker 2020-10-22 14:31:18 +08:00
baizn
0e31f324a4 fix: drag-canvas support scalable range 2020-10-22 14:31:18 +08:00
baizn
3a7dd04ed1 fix: update edge state with updateItem 2020-10-10 17:20:28 +08:00
baizn
518021657b fix: create-edge polyline 2020-10-09 14:32:24 +08:00
crystal
45688caebf fix(behavior): support the drag-canvas behavior on the mobile device 2020-10-09 10:38:37 +08:00
baizn
c547f61781 fix: slice time error 2020-09-24 15:15:22 +08:00
baizn
9981f8dac6 fix: modelrect & jsx-node 2020-09-24 11:16:31 +08:00
Dominic Ming
581f7c8637 feat: jsx node extend config support and next style (#2092)
* feat: register node from xml string or xml string genrator

* feat: add register xml node to interface and stroy book

* fix: merge register to node & basic props back to shape options

* fix: delete unused static function on shape

* feat: xml node update when setState

* feat: simple template renderer on xml

* feat: simple template renderer on xml

* fix: xml node update state style error

* chore: remove lodash dependency

* fix: remove xml html node after compile

* feat: support loose json and object wrapped with {{ }}

* feat: add test for new xml parser

* feat: using style from cfg into xml node

* feat: using style from cfg into xml node

* fix: node style not rollback with the style

* fix: remove unused var

* feat: xml node using single-node setState methods

* feat: register node from xml string or xml string genrator

* feat: add register xml node to interface and stroy book

* fix: merge register to node & basic props back to shape options

* fix: delete unused static function on shape

* feat: xml node update when setState

* feat: simple template renderer on xml

* feat: simple template renderer on xml

* fix: xml node update state style error

* chore: remove lodash dependency

* fix: remove xml html node after compile

* feat: support loose json and object wrapped with {{ }}

* feat: add test for new xml parser

* feat: using style from cfg into xml node

* fix: xml node state style not correct (#1916)

* feat: using style from cfg into xml node

* fix: node style not rollback with the style

* fix: remove unused var

* feat: xml node using single-node setState methods

* fix: update & state

* fix: {{}} replace bug and only keyshape inherit origin attrs

* lint: fix line problem in xml

* fix: xml node parse error and origin style only used on keyshape (#1942)

* feat: using style from cfg into xml node

* fix: node style not rollback with the style

* fix: remove unused var

* feat: xml node using single-node setState methods

* fix: {{}} replace bug and only keyshape inherit origin attrs

* lint: fix line problem in xml

* fix: test xml node

* fix: fix image node problem

* doc: add xml node examples

* feat: add jsx key for node extend

* feat: add next key to keep shape display inline

* fix: xml json parse bug cause boolean not supported

* fix: lint problem

* fix: coveage fix

Co-authored-by: Moyee <576375879@qq.com>
2020-09-24 11:16:31 +08:00
baizn
2bb77e8276 feat: slice timebar add play button 2020-09-24 11:08:10 +08:00
baizn
93babe5b58 feat: support simple timebar 2020-09-24 11:08:10 +08:00
baizn
09266ec075 feat: timebar component 2020-09-24 11:08:10 +08:00
baizn
b1701eff22 fix: trend timebar position 2020-09-24 11:08:10 +08:00
baizn
c944186cab feat: add timebar examples 2020-09-24 11:08:10 +08:00
Yanyan-Wang
bae49036b1 feat: play the slice type time bar. 2020-09-24 11:08:10 +08:00
baizn
486c8cedc5 feat: slice timebar add play button 2020-09-24 11:08:10 +08:00
baizn
afc954f41d feat: simple timebar component 2020-09-24 11:08:10 +08:00
baizn
ef57f7909a feat: support simple timebar 2020-09-24 11:08:10 +08:00
baizn
426d07e92a feat: add trend teimebar component 2020-09-24 11:08:10 +08:00
baizn
00e70ed33b fix: timebar 2020-09-24 11:08:10 +08:00
baizn
a2583b1ec4 feat: timebar component 2020-09-24 11:08:10 +08:00