Commit Graph

199 Commits

Author SHA1 Message Date
Yanyan-Wang
bc225d3220 docs: update interaction design docs; chore: update gatsby theme 2020-11-23 15:54:30 +08:00
Yanyan-Wang
dbb15ca8cc docs: refine case demo docs 2020-11-23 15:54:30 +08:00
afc163
bce0c57300 docs: fix list marker 2020-11-21 21:42:33 +08:00
偏右
7a96585f8a
Update index.zh.md 2020-11-21 21:40:53 +08:00
Yanyan-Wang
711164b5aa docs: fix demo name problem 2020-11-21 14:38:42 +08:00
Yanyan-Wang
ee954c7cd7 chore: ttry to fix deploy problem 2020-11-21 14:38:42 +08:00
Yanyan-Wang
a18b9a787e chore: try to fix deploy problem with window 2020-11-21 14:38:42 +08:00
Yanyan-Wang
da3419d460 docs: update hideItem demos 2020-11-20 22:35:55 +08:00
Yanyan-Wang
78d34927d1 docs: update algorithm demos; fix: gforce minMovement 2020-11-20 22:35:55 +08:00
Yanyan-Wang
736cb18a7f docs: add louvain, lp, and colorset demos 2020-11-20 21:47:36 +08:00
baizn
13fb603cc4 feat: add design docs 2020-11-20 21:00:39 +08:00
Yanyan-Wang
8520cd0ef5 docs: new nav for design 2020-11-20 15:51:43 +08:00
Yanyan-Wang
79d46292e7 docs: update large graph demo; docs: update knowledge tree graph demo 2020-11-20 15:51:43 +08:00
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
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
198d22963e docs: add large graph exploration demo 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
Yanyan-Wang
182c345014 feat: webworker for gpu layout. 2020-11-20 15:51:43 +08:00
Yanyan-Wang
26c33d4d67 feat: layout mechanism of change layout, update parameters, switch cpu and gpu, change data. feat: switch to cpu automatically if the browser does not support webgl. 2020-11-20 15:51:43 +08:00
Yanyan-Wang
7bf067f936 feat: more configurations for gpu fruchterman and graphinForce 2020-11-20 15:51:43 +08:00
Yanyan-Wang
75458f9b55 feat:graphin force layout gpu version 2020-11-20 15:51:43 +08:00
Yanyan-Wang
26e1ae69bc feat: fruchterman GPU version. 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
1a7ef1d119 docs: update decision tree demo and tooltip demos 2020-11-17 22:42:54 +08:00
Yanyan-Wang
65bd06e388 docs: fix the api graph to graphFunc 2020-11-17 10:11:19 +08:00
Yanyan-Wang
7d54a09bff docs: update doc url problem 2020-11-16 14:57:33 +08:00
Yanyan-Wang
504e2d8dba docs: update docs for new version theme 2020-11-13 22:33:15 +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
zuiidea
5b5899dc5f fix: custom node "pieChart" demo
large arc flag and the y coordinate of the end position are wrong
2020-11-06 20:09:14 +08:00
shiwu
03e5aaff6d docs: fix the error description for clustering force layout 2020-10-28 16:24:18 +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
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
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
c547f61781 fix: slice time error 2020-09-24 15:15:22 +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
Yanyan-Wang
eacc80a078 fix: toolbar positions for slice timebar. 2020-09-24 11:08:10 +08:00