Commit Graph

2862 Commits

Author SHA1 Message Date
Yanyan-Wang
3da8396619 fix: unify the shape names for custom node and extended node 2020-06-22 13:55:00 +08:00
Yanyan-Wang
46689a1042 docs: update CHANGELOG 2020-06-22 13:55:00 +08:00
Yanyan-Wang
a134a58fd7 feat: graph.getMinZoom, graph.setMinZoom, graph.getMaxZoom, graph.setMaxZoom, graph.getWidth, graph.getHeight API. docs: update the graph API with new apis. 2020-06-22 13:55:00 +08:00
Yanyan-Wang
161ff7c0e8 fix: combo collapse and expand with edges problem. feat: getGroup and getContainer API for graph. fix: destroy the tooltip DOMs when destroy the graph. 2020-06-22 13:55:00 +08:00
Yanyan-Wang
ddd7d6335a feat: shouldBegin for click-select behavior, closes: #1706. docs: update the configurations and timing events for behaviors docs. 2020-06-22 13:55:00 +08:00
liuhuidi
a9a47a4f35 docs: opt?-->edge 2020-06-17 15:20:06 +08:00
Yanyan-Wang
e4111b2041 docs: update combo.removeNode docs and state docs. 2020-06-16 17:19:39 +08:00
Yanyan-Wang
a59d2d6c7e feat: dropCap for indented layout. docs: update the docs about indented layout. 2020-06-16 17:19:39 +08:00
Liyazhou
d2eec78cc5 feat: rerender on each tick for custom layout 2020-06-16 17:07:48 +08:00
Yanyan-Wang
116694364a fix: cannot drag combo bug. 2020-06-15 11:38:37 +08:00
Yanyan-Wang
22e33c6e2b docs: update CHANGELOG and version number. 2020-06-15 11:38:37 +08:00
Yanyan-Wang
76e2d98692 docs: update custom node doc. chore: eslint. 2020-06-15 11:38:37 +08:00
baizn
4dba5be128 fix: update package version 2020-06-12 13:38:06 +08:00
baizn
51c688af7b fix: update package version 2020-06-12 13:38:06 +08:00
baizn
49752c50bd fix: delete unused depsendencies 2020-06-12 10:12:28 +08:00
baizn
c0ba525674 fix:在setState方法中限制不存在的状态 2020-06-12 10:12:28 +08:00
Yanyan-Wang
ba97fa7ef1 feat: generate the image url of the full graph by graph.toFullDataUrl. docs: update the api about toFullDataUrl and other download related api. closes: #1657. 2020-06-10 15:19:24 +08:00
Yanyan-Wang
807b60a805 docs: update focusItem API doc. 2020-06-10 15:19:24 +08:00
Yanyan-Wang
b17c4c56b8 test: update the combo-force-spec. 2020-06-10 15:19:24 +08:00
Yanyan-Wang
c07bca9204 feat: focusItem with animation parameters related to the graph configure. docs: update the click to focus a node demo. 2020-06-10 15:19:24 +08:00
Yanyan-Wang
104e5b480f docs: register node and change the state demo. 2020-06-10 15:19:24 +08:00
Yanyan-Wang
b54dd5ada1 fix: graph disapears when it is dragged out of the view. fix: when the graph is out of the view, it can not be dragged back. fix: linkPoints size and radius problem. feat: focusItem with animation. docs: animateCfg. 2020-06-10 15:19:24 +08:00
baizn
9d521e1a35 fix: 不能设置不存在的状态 2020-06-09 13:13:42 +08:00
troy.lty
72233e8cf4 test: add test case for defaultPrevented 2020-06-09 13:12:52 +08:00
Troy Li
e11c12b74b chore: zoom-canvas shouldUpdate
fix zoom-canvas 无视 shouldUpdate 的配置,一律都 preventDefault 的行为
2020-06-09 13:12:52 +08:00
Yanyan-Wang
855f1b7782 docs: update the stories for types. fix: startpoints and endpoints in modelcfg. 2020-06-09 10:21:12 +08:00
Yanyan-Wang
8b1f07a364 docs: update README for developers. 2020-06-08 16:46:28 +08:00
Yanyan-Wang
cdddab7164 feat: degree algorithm; feat: graph.getNodeDegree; docs: update CHANGELOG. 2020-06-05 17:59:39 +08:00
Yanyan-Wang
7b78c18b32 docs: update state docs 2020-06-05 17:59:39 +08:00
Yanyan-Wang
6342b38bab docs: update the url for Shape in docs. 2020-06-05 17:59:39 +08:00
Yanyan-Wang
84deddb0ba fix: circular layout modifies the origin data with infinite hierarchy problem. 2020-06-05 10:47:06 +08:00
Yanyan-Wang
cb58bd66d0 fix: downloadFullImage changes the matrix of the graph problem. docs: update CHANGELOG and version number. 2020-06-05 10:47:06 +08:00
Yanyan-Wang
c55be39652 docs: update the url for anchorpoints in docs. 2020-06-03 13:29:39 +08:00
Yanyan-Wang
73b38e4c96 docs: update dagre docs. 2020-06-03 11:46:12 +08:00
Yanyan-Wang
80fa5521c8 docs: update links for itemProperties 2020-06-02 18:01:43 +08:00
Yanyan-Wang
88500183c1 docs: update combo interaction demos with state styles. 2020-06-02 17:35:28 +08:00
Yanyan-Wang
0889669158 docs: update changelog 2020-06-02 15:47:55 +08:00
Yanyan-Wang
9417142437 docs: update the fitCenter docs. 2020-06-02 15:47:55 +08:00
Yanyan-Wang
bd2dfa02fd feat: fitCenter for translate the graph to align the canvas center; docs: add fitCenter for simpel demos; docs: english description for demos. 2020-06-02 15:47:55 +08:00
Yanyan-Wang
55a40a45f5 docs: english for description of a demo. 2020-06-02 15:47:55 +08:00
Yanyan-Wang
e25aa05696 fix: endPoint and startPoint are missing in modelConfig type; fix: edge background leads to empty canvas when the autoRotate is false. 2020-06-02 15:47:55 +08:00
Yanyan-Wang
ec87d7067f docs: update the listener for custom node with dom demo. 2020-06-02 15:47:55 +08:00
Yanyan-Wang
b00bce3519 fix: getType is not a function error occurs when addItem with point; fix: checking comboTrees avaiability; fix: error occurs when createCombo into the graph without any combos. 2020-06-02 15:47:55 +08:00
baizn
125d8cbbe5 fix: combo states 2020-06-02 14:59:35 +08:00
baizn
c193b35321 fix: combo states 2020-06-02 14:59:35 +08:00
Dobler
f8bfd80891 refactor(mds layout): replace NumericJS dependency with ml-matrix 2020-06-01 15:36:17 +08:00
Yanyan-Wang
391ace21ee docs: update the demo into english. 2020-05-29 21:31:28 +08:00
Yanyan-Wang
a26f5461c9 docs: format string demo and english labels. 2020-05-29 20:23:26 +08:00
Yanyan-Wang
c293e0f50c docs: update urls. 2020-05-26 15:13:23 +08:00
Yanyan-Wang
d4d2d5e404 docs: add force combo demo for site. 2020-05-26 14:34:56 +08:00