Commit Graph

250 Commits

Author SHA1 Message Date
chenluli
bfce99714f docs: manual refactor 2020-09-03 00:14:10 +08:00
chenluli
ce3d668a29 docs: manual refactor 2020-09-03 00:14:10 +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
f7d6a5d644 fix: docs for getConnectedComponents;fix:example title for create edge 2020-08-26 22:10:04 +08:00
Yanyan-Wang
2fb46a1521 docs: update the english version of jsx-node doc. 2020-08-26 22:07:33 +08:00
baizn
59ec5803b7 feat: docs & demos of chart node 2020-08-25 14:31:10 +08:00
Yanyan-Wang
06acc0fb43 test: update test specs. 2020-08-25 10:44:49 +08:00
chenluli
558582e954 docs: add api docs for algorithms and hull 2020-08-24 19:17:01 +08:00
Yanyan-Wang
1ae908ed74 feat: click and drag to create an edge by create-edge behavior; process multiple parallel edges to quadratic with proper curveOffset. 2020-08-22 22:40:38 +08:00
Yanyan-Wang
354cf78402 doc: update minimap plugin docs. 2020-08-22 22:40:38 +08:00
afc163
dc2c6c6043 style: fix eslint bugs 2020-08-17 18:50:55 +08:00
Yanyan-Wang
122252287c feat: control the visible in the data. test: visible in data test spec. 2020-08-11 16:16:16 +08:00
Yanyan-Wang
cc225bbeed fix: tooltip plugin position problem. fix: tooltip plugin for node and edge, shouldUpdate. fix: destroy graph with tooltip behavior. fix: context menu plugin with clickHandler problem and shouldUpdate, itemTypes. 2020-08-11 16:16:16 +08:00
Yanyan-Wang
883ec4d732 feat: image minimap. docs: api, doc, and demo for image minimap. 2020-08-11 16:16:16 +08:00
chenluli
9629ec9973 docs: add docs for getNeighbors 2020-07-28 16:40:16 +08:00
chenluli
4f654f76da docs: add docs for getAdjMatrix, getShortestPathMatrix; add doc for linkCenter; fix the docs for lasso 2020-07-28 16:03:45 +08:00
Yanyan-Wang
e97c4d1b28 docs: add fisheye demos, docs, and API. 2020-07-28 14:26:05 +08:00
chenluli
99debacfcf docs: add docs for lasso behavior 2020-07-27 20:30:38 +08:00
Yanyan-Wang
9416d34827 fix: timebar date undefined problem. docs: update the english version plugins docs and the demos about timebar. 2020-07-27 20:15:41 +08:00
baizn
6c12f22921 fix: add plugin docs 2020-07-27 14:28:17 +08:00
baizn
10385bccd9 feat: add plugins docs & demo 2020-07-27 14:18:39 +08:00
Yanyan-Wang
973d9cf2ef docs: update the english version of comboTheory docs. 2020-07-22 19:05:44 +08:00
Yanyan-Wang
36c5dbb887 docs: demo for hide items while dragging. fix: fix node while zooming problem. fix: set default enableOptimize of drag-canvas to be false. 2020-07-22 13:31:55 +08:00
Yanyan-Wang
106a6cfca3 fix: zoom-canvas with fixItem problems. docs: add zoom-canvas with fixItem demo. 2020-07-22 13:31:55 +08:00
baizn
1f3d84271f feat: add drag-canvas enableOptimize doc 2020-07-21 19:44:13 +08:00
chenluli
d8b14756b3 docs: fix graphics group doc; add setClip method in doc 2020-07-10 19:48:06 +08:00
chenluli
2d7d0bf611 fix: links in doc 2020-07-10 14:39:33 +08:00
Yanyan-Wang
461c73f424 docs: update customItemTree and version number in tutorial. 2020-07-08 10:55:29 +08:00
Yanyan-Wang
2916872459 docs: update english version of new docs 2020-07-06 11:51:07 +08:00
Yanyan-Wang
684cd874ec feat: dagre layout supports sortByCombo; feat: allow user to disable relayout in collapse-expand-combo behavior. 2020-07-06 11:51:07 +08:00
Yanyan-Wang
7cf61ad117 fix: grid DOM selectable and drag-canvas problem. docs: add docs about the coordinate system. 2020-07-06 11:51:07 +08:00
baizn
91ec11aed4 fix: update plugins doc 2020-07-03 23:47:26 +08:00
baizn
d004a3aab8 feat: pulgins & redo & undo docs 2020-07-03 23:47:26 +08:00
Yanyan-Wang
a51d86c49c docs: update arrows imate in arrow doc 2020-06-29 15:04:49 +08:00
Yanyan-Wang
0b51d274c6 docs: update arrow demos. 2020-06-29 11:01:43 +08:00
Yanyan-Wang
59f646b1c4 docs: update arrow docs. 2020-06-29 11:01:43 +08:00
Yanyan-Wang
fcad47d2b6 feat: built-in arrows and markers. 2020-06-29 11:01:43 +08:00
Yanyan-Wang
93241b59b2 docs: update offset for modelRect. 2020-06-23 10:35:20 +08:00
Yanyan-Wang
c73ea86c29 chore: update gatsby version. docs: update downloadImage API. 2020-06-22 19:31:56 +08:00
Yanyan-Wang
1c9d4c1308 docs: update dagre align docs. 2020-06-22 14:35:20 +08:00
Yanyan-Wang
099f75b666 docs: update collapse-expand-combo behavior docs. 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
Yanyan-Wang
76e2d98692 docs: update custom node doc. chore: eslint. 2020-06-15 11:38:37 +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
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
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
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
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
391ace21ee docs: update the demo into english. 2020-05-29 21:31:28 +08:00
Yanyan-Wang
c293e0f50c docs: update urls. 2020-05-26 15:13:23 +08:00
Yanyan-Wang
7b0aad3a9e docs: update the code in combo docs. 2020-05-22 14:11:07 +08:00
Yanyan-Wang
aa699c9142 docs: update index of docs. 2020-05-21 16:09:47 +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
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
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
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
2554247f9b feat: add Combo graph & combo docs 2020-05-21 15:24:22 +08:00
Yanyan-Wang
86e27ec401 docs: update docs about dom shape. docs: update graph.refresh API. 2020-05-15 11:08:33 +08:00
Yanyan-Wang
f1b2dca3b5 chore: gasby version to fix the site problem. fix: graph.translate problem due to new version of G. 2020-05-15 11:08:33 +08:00
Yanyan-Wang
1cf0e06826 docs: update the addChild and addItem to explain that the model will be used directly and might be modified. closes: #1550. 2020-05-15 11:08:33 +08:00
Yanyan-Wang
3d6a851fd5 docs: update quadratic and cubic docs. 2020-05-15 11:08:33 +08:00
baizn
ea599600e4 fix: update graph plugin api 2020-05-07 19:30:30 +08:00
Yanyan-Wang
21e68ac39e docs: update the shapeProperties to add types for configurations. docs: update graph.hideItem and item.hide to differ them. 2020-04-28 12:02:07 +08:00
Yanyan-Wang
1e499acc9c docs: update middle keyconcept to elements url. 2020-04-21 14:53:34 +08:00
Yanyan-Wang
205c482854 docs: delete an image in relations case. 2020-04-21 11:54:13 +08:00
Yanyan-Wang
fb4e7d7091 docs: fix the advanced docs lack of keyconcept problem and update the docs about shapes. 2020-04-20 11:07:50 +08:00
Yanyan-Wang
13ce6c78be docs: update version number in docs 2020-04-17 17:51:36 +08:00
Yanyan-Wang
20c65dc58e docs: update version number in docs 2020-04-17 17:43:52 +08:00
Yanyan-Wang
ef5c165c33 docs: update docs for graphics group addGroup 2020-04-17 15:21:06 +08:00
Yanyan-Wang
dc9681081c docs: add lineDash docs for shapes and built-in node 2020-04-17 11:36:49 +08:00
Yanyan-Wang
9fd3a0a52f docs: fix small error of docs. 2020-04-17 10:56:26 +08:00