Commit Graph

250 Commits

Author SHA1 Message Date
Yanyan-Wang
c2fd4e4805 docs: update the usage for case demos; docs: add small demo for large graph 2020-11-20 15:51:43 +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
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
5f2e099c2e fix: update item docs 2020-11-19 11:52:18 +08:00
baizn
1d088a25a9 fix: remove custom group docs 2020-11-19 11:52:18 +08:00
baizn
7fdc3dd8d5 fix: delete node group doc 2020-11-19 11:52:18 +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
65bd06e388 docs: fix the api graph to graphFunc 2020-11-17 10:11:19 +08:00
Yanyan-Wang
5d5627a178 docs: dulplicate file name leads to 404 problem 2020-11-16 14:42:26 +08:00
Yanyan-Wang
504e2d8dba docs: update docs for new version theme 2020-11-13 22:33:15 +08:00
Guanwen Jiao
03f440bd9a Update Event.zh.md 2020-11-13 22:02:54 +08:00
Chenlu Li
7da5c4c943 docs: api refactor--adjust item and layout configurations 2020-11-13 09:37:24 +08:00
chenluli
ea4f9b9523 docs: add docs for item/nodde/edge properties (Chinese) 2020-11-13 09:37:24 +08:00
claude
21bf603084 docs: add Graph Config 2020-11-13 09:37:24 +08:00
chenluli
9ea27040e7 docs: init api doc refactor 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
shiwu
649d411326 docs: update the docs about force layout with clustering 2020-10-28 16:42:48 +08:00
shiwu
40e9626914 fix: revert clustering for force layout pull request from community; fix: update the typings for G6Event; docs: update the event api docs 2020-10-27 12:32:48 +08:00
shiwu
e37f50bb0e feat: create-edge for combo, closes: #2211 2020-10-26 15:08:06 +08:00
shiwu
87ab7cc9ce docs: update the custom edge and node docs and add an demo for custom edge with extra shape 2020-10-26 15:08:06 +08:00
shiwu
40f376b97b docs: update getContent parameter type for contextMenu and tooltip 2020-10-26 15:08:06 +08:00
shiwu
2a4a3ef735 feat: destroyLayout API, closes: #2140 2020-10-26 15:08:06 +08:00
baizn
0e31f324a4 fix: drag-canvas support scalable range 2020-10-22 14:31:18 +08:00
baizn
5eade8307d fix: update plugin docs 2020-10-22 14:31:18 +08:00
baizn
5533de189d fix: 同步文档及demo 2020-10-10 18:01:46 +08:00
baizn
7b9234a164 fix: timebar docs 2020-10-10 17:21:58 +08:00
phoenix110
24c38a2af7 过度 -> 过渡 2020-10-09 10:28:41 +08:00
baizn
3b5e357ecc fix: add vue editor 2020-09-25 16:57:06 +08:00
baizn
a0dc958689 fix: after drag node emit event 2020-09-25 16:57:06 +08:00
baizn
5baa092823 fix: update docs 2020-09-25 16:57:06 +08:00
baizn
ab1af5eba6 feat: add graphmarker nav 2020-09-25 10:38:27 +08:00
Dominic Ming
c356e9d804 feat: add docs and jsx option in register (#2126)
* 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

* feat: update jsx node example and doc

Co-authored-by: Moyee <576375879@qq.com>
2020-09-24 11:16:31 +08:00
baizn
b1701eff22 fix: trend timebar position 2020-09-24 11:08:10 +08:00
liuwei1025
8fd9868bc3 Update animation.zh.md
修改示例中缺少`,`的问题
2020-09-18 20:59:33 +08:00
Yanyan-Wang
9a1993cbfa fix: treeGraph render with addItem and stack problem, closes: #2084; docs: complete the Event API docs. 2020-09-18 20:58:57 +08:00
Yanyan-Wang
e649582d1b feat: edge filter lens. 2020-09-18 20:58:57 +08:00
Yanyan-Wang
c254935594 docs: update fontFamily type in docs. 2020-09-16 11:47:54 +08:00
Ismail El Moudni
6f2068e078 Chinese to English translation 2020-09-16 10:54:41 +08:00
Yanyan-Wang
0b87f16f45 fix: toolbar redo undo addItem with type problem, closes #2043; fix: optimized drag-canvas with hidden items; fix: state style with 0 value problem, closes: #2039; feat: fisheye allows user to config the trigger of scaling range(r) and magnify factor(d) by scaleRBy and scaleDBy respectively; feat: add the percent text of magnify factor(d) for fisheye and users are allowed to configure it by show showDPercent.fix: layout with webworker leads to twice beforelayout, closes: #2052. 2020-09-14 10:59:09 +08:00
偏右
81bf3c9c30 Update getting-started.en.md 2020-09-08 22:36:44 +08:00
偏右
a730693ac1 docs: update g6 cdn link 2020-09-08 22:36:44 +08:00
Yanyan-Wang
456892f148 docs: update jsx-node doc for spelling error. 2020-09-04 17:14:52 +08:00
Yanyan-Wang
ab6141f741 fix: tooltip behavior with shouldBegin and region response, closes: #2016. 2020-09-03 16:53:32 +08:00
Yanyan-Wang
17567b37bf docs: update the url of docs. 2020-09-03 00:14:10 +08:00
Yanyan-Wang
35bce616f7 docs: update url in api and demos. 2020-09-03 00:14:10 +08:00
Chenlu Li
9cdeb3040a docs: fix links for built-in elements 2020-09-03 00:14:10 +08:00
Chenlu Li
bd01b34f45 docs: fix links 2020-09-03 00:14:10 +08:00
Yanyan-Wang
eb7557773d docs: update the docs url in demos. docs: fix the ordering problem of docs. 2020-09-03 00:14:10 +08:00
chenluli
a4a4011f2e docs: add faq links; add item overview 2020-09-03 00:14:10 +08:00