Commit Graph

322 Commits

Author SHA1 Message Date
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
chenluli
d0d9228763 feat: modify polyline path-finder alogrithm 2020-09-21 14:08:35 +08:00
Yanyan-Wang
e649582d1b feat: edge filter lens. 2020-09-18 20:58:57 +08:00
Yanyan-Wang
dd4f791897 fix: update G to fix the shape disappear when it has been dragged out of the view port problem, closes: #2078, #2030, #2007; fix: redo undo with treeGraph problem; fix: remove item with itemType problem, closes: #2096. 2020-09-16 11:28:29 +08:00
Yanyan-Wang
9b2bd0a429 test: improve the coverage. fix: context menu with sibling doms of graph container leads to position problem, closes: #2053 2020-09-14 10:59:09 +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
Yanyan-Wang
154cdeae3e fix: redo and undo problem when update item after additem, closes #2019 2020-09-03 16:53:32 +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
8420336538 fix: the position of grid plugins when there is something on the top of the canvas, closes: #2012 2020-09-03 16:53:32 +08:00
Yanyan-Wang
a1554f3e20 fix: hide the tooltip plugin when drag node and contextmenu, closes #1975; fix: processParellelEdges without edge id problem; fix: label background with left, right position problem, closes #1861; fix: create-edge and redo undo problem, closes #1976. 2020-09-03 16:53:32 +08:00
baizn
3e89d2be3f fix: create-edge behavior & stack docs 2020-08-31 11:04:11 +08:00
chenluli
a8a654e22f feat: pagerank algorithm 2020-08-27 15:28:04 +08:00
chenluli
3f3abf8a5f test: graph-hull-spec, math-spec 2020-08-26 22:12:23 +08:00
Yanyan-Wang
f3a111d708 chore: update chart-node-g6 2020-08-25 10:44:49 +08:00
Yanyan-Wang
06acc0fb43 test: update test specs. 2020-08-25 10:44:49 +08:00
多牧
a539402a04 feat: simple template renderer on xml 2020-08-24 18:00:37 +08:00
多牧
c8bb159c05 feat: register node from xml string or xml string genrator 2020-08-24 18:00:37 +08:00
多牧
c1a9af46c1 feat: register node from xml string or xml string genrator 2020-08-24 18:00:37 +08:00
多牧
1a87e16dd6 feat: simple template renderer on xml 2020-08-24 18:00:37 +08:00
多牧
e0e8dbb701 feat: register node from xml string or xml string genrator 2020-08-24 18:00:37 +08:00
baizn
f7d2e9a02d fix: test xml node 2020-08-24 18:00:37 +08:00
多牧
bf602c3079 feat: using style from cfg into xml node 2020-08-24 18:00:37 +08:00