Commit Graph

3313 Commits

Author SHA1 Message Date
shiwu
649d411326 docs: update the docs about force layout with clustering 2020-10-28 16:42:48 +08:00
shiwu
03e5aaff6d docs: fix the error description for clustering force layout 2020-10-28 16:24:18 +08:00
shiwu
a34aa1cdc5 fix: eslint rule problems 2020-10-28 16:00:23 +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
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
1d75524307 chore: update version number 2020-10-27 12:32:48 +08:00
shiwu
ac6135ea18 chore: typing declare ordering problem 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
242197ef27 fix: tooltip plugin, crossing different shape cant execute the getContent function, closes: #2153 2020-10-26 15:08:06 +08:00
shiwu
e9b86284a9 feat: add extra parameter graph for menu plugin 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
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
de46b0f204 fix: upgrade g-canvas 2020-10-23 12:00:47 +08:00
baizn
2c01e4b2f5 fix: upgrade g-canvas 2020-10-23 12:00:47 +08:00
baizn
962235c149 fix: add watermarker cros 2020-10-22 17:41:49 +08:00
baizn
e1058e3135 fix: watermarker unit test 2020-10-22 14:31:18 +08:00
baizn
02716455a0 fix: eslint error 2020-10-22 14:31:18 +08:00
baizn
c802409f22 fix: zoom-canvas support mobile 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
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
baizn
99fef1fea4 fix: update changelog file 2020-10-10 17:20:28 +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
phoenix110
24c38a2af7 过度 -> 过渡 2020-10-09 10:28:41 +08:00
baizn
565120d4ef fix: graphmarker 2020-09-25 16:57:06 +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
f1928e931a fix: doc link 2020-09-25 10:38:27 +08:00
baizn
ab1af5eba6 feat: add graphmarker nav 2020-09-25 10:38:27 +08:00
baizn
0d390db450 fix: resolve eslint problem 2020-09-24 15:15:22 +08:00
baizn
c547f61781 fix: slice time error 2020-09-24 15:15:22 +08:00
Moyee
36bcb1ae0d
Merge pull request #2139 from antvis/fix-jsx-0914
feat: config support config jsx node
2020-09-24 11:34:06 +08:00
baizn
31d128e026 Merge branch 'fix-jsx-0914' of https://github.com/antvis/G6 into fix-jsx-0914 2020-09-24 11:21:19 +08:00
baizn
c249f41a76 fix: modelrect & jsx-node 2020-09-24 11:21:09 +08:00
Dominic Ming
cc69c10864 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:21:09 +08:00
baizn
7a6951b719 fix: modelrect & jsx-node 2020-09-24 11:21:09 +08:00
Dominic Ming
fe4b55969f 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:20:02 +08:00
baizn
8e2f2917f8 fix: modelrect & jsx-node 2020-09-24 11:19:03 +08:00
Dominic Ming
c1080f2e3b 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:59 +08:00
baizn
9981f8dac6 fix: modelrect & jsx-node 2020-09-24 11:16:31 +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
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