Commit Graph

2862 Commits

Author SHA1 Message Date
Yanyan-Wang
7b0aad3a9e docs: update the code in combo docs. 2020-05-22 14:11:07 +08:00
Yanyan-Wang
302fb575da docs: fix add edge demo problem. 2020-05-21 19:21:15 +08:00
Yanyan-Wang
aa699c9142 docs: update index of docs. 2020-05-21 16:09:47 +08:00
Yanyan-Wang
43792584ee docs: update screenshots for new demos. 2020-05-21 15:40:06 +08:00
Yanyan-Wang
97808d9844 docs: update the structure of docs. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
13bb41cf1e docs: add the docs about combo theory 2020-05-21 15:24:22 +08:00
Yanyan-Wang
cdb52d5487 fix: conflict. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
4c5fd6998c docs: update CHANGELOG 2020-05-21 15:24:22 +08:00
Yanyan-Wang
8db13542c2 docs: update the english version of algorithm. chore: update the variable name from vertex to node. docs: update dingtalk group code image. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
cd09a10a6a docs: update docs for english version of combo behaviors. docs: update the API of items. 2020-05-21 15:24:22 +08:00
baizn
024d930996 fix: add neighbors unit test 2020-05-21 15:24:22 +08:00
baizn
dd20c1ad45 fix: update changelog file 2020-05-21 15:24:22 +08:00
baizn
96b98d9290 feat: graph algorithm & docs 2020-05-21 15:24:22 +08:00
baizn
98574d4fcf fix: combo behavior docs 2020-05-21 15:24:22 +08:00
baizn
80c90bf0e7 fix: combo behavior docs 2020-05-21 15:24:22 +08:00
Yanyan-Wang
20a582872a docs: update version number and CHANGELOG. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
036c841bc6 test: update node-spec 2020-05-21 15:24:22 +08:00
Yanyan-Wang
aad9a9836a fix: solve conflict to master branch 2020-05-21 15:24:22 +08:00
Yanyan-Wang
c1877c717f docs: update updateItem API. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
ef40817d0a fix: updating node postion by updateItem does not update the parent combos. docs: update updateCombos API. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
fb65f6dcdd docs: groupByTypes for combo docs. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
8ba387c1d3 docs: add combo and custom combo demos for site. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
59e4be75f9 docs: add english combo middle doc. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
b17fa1cf7f docs: add combo middle doc. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
4b234402a9 docs: add advanced docs about registerCombo. docs: add alt for the i img tags. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
d775564494 fix: remove the collapse icon for built-in rect combo. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
8952cb4ae8 docs: add the middle docs for combo item. docs: modify the docs below node/edge/combo to introduce combo. docs: add item model properties API for convenient model configuration searching. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
13f031f278 docs: add API for custom combo. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
b97d04e389 docs: add combo force layout API and middle doc 2020-05-21 15:24:22 +08:00
Yanyan-Wang
442fc38572 docs: update the English and Chinese version of combo item API. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
36f3ccd12e docs: add english version of combo API in Graph and update the Chinese version. 2020-05-21 15:24:22 +08:00
baizn
912c5cacb3 feat: add card-node 2020-05-21 15:24:22 +08:00
baizn
2554247f9b feat: add Combo graph & combo docs 2020-05-21 15:24:22 +08:00
baizn
8c7550956d feat: darg combo with states 2020-05-21 15:24:22 +08:00
baizn
4a8171a104 fix: drag-node behavior supports selected states 2020-05-21 15:24:22 +08:00
baizn
0a3fd11b34 fix: update graph file 2020-05-21 15:24:22 +08:00
baizn
31646e472a fix: drga-combo states 2020-05-21 15:24:22 +08:00
baizn
67499dd54d fix: test combo & fix uncombo 2020-05-21 15:24:22 +08:00
Yanyan-Wang
7281a9d264 fix: expand combo with dulplicate virtual edges bug. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
fd8511b449 fix: reconstructTree without parentId. 2020-05-21 15:24:22 +08:00
baizn
1d8cfda740 fix: default set delegate & customGroup 2020-05-21 15:24:22 +08:00
baizn
07a6d855bc feat: test combo feature 2020-05-21 15:24:22 +08:00
baizn
311460cb47 fix: add flow demo 2020-05-21 15:24:22 +08:00
Yanyan-Wang
9067dbfc4c tests: modify force-spec to avoid add listeners before graph.render(). 2020-05-21 15:24:22 +08:00
Yanyan-Wang
53e2be3853 feat: optimize the performance of combos by terminate the traverse with some conditions. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
b357e470de test: add tests for collapse-expand combo behavior, uncombo, hide/show combo, addItem with combo, removeItem with combo. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
4c012591d6 test: add tests for comboForce layout. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
a67c1c4b56 feat: collapse expand combo to add virtual edges to represent the edges between collapsed combos. 2020-05-21 15:24:22 +08:00
Yanyan-Wang
4a0752de14 fix: combo force layout with nodespacing problem 2020-05-21 15:24:22 +08:00
Yanyan-Wang
fdb05985ba fix: combo layout 2020-05-21 15:24:22 +08:00