Yanyan-Wang
|
41abeae5a2
|
feat: fisheye beta.
|
2020-07-27 13:31:24 +08:00 |
|
chenluli
|
c589bebab8
|
fix: remove rm -rf node modules
|
2020-07-27 11:05:53 +08:00 |
|
chenluli
|
3c34a0dd3f
|
fix: rm -rf node modules
|
2020-07-27 11:05:53 +08:00 |
|
chenluli
|
b944be66b3
|
feat: add lasso behavior
|
2020-07-27 11:05:53 +08:00 |
|
Yanyan-Wang
|
2e701b897b
|
fix: canvas.on leads to tooltip problem.
|
2020-07-23 22:53:36 +08:00 |
|
Yanyan-Wang
|
b3529fb920
|
docs: update demos of the site.
|
2020-07-23 22:53:36 +08:00 |
|
Yanyan-Wang
|
e6cd83df3e
|
feat: animate configuration for combo, true by default.
|
2020-07-23 17:42:21 +08:00 |
|
Yanyan-Wang
|
c9b0494843
|
fix: node:click is triggered twice while clicking a node; fix: update combo edge when drag node out of it problem.
|
2020-07-23 17:42:21 +08:00 |
|
Yanyan-Wang
|
973d9cf2ef
|
docs: update the english version of comboTheory docs.
|
2020-07-22 19:05:44 +08:00 |
|
Yanyan-Wang
|
af7d93ff6a
|
feat: fix the initial positions by equably distributing for layout to produce similar result.
|
2020-07-22 19:05:44 +08:00 |
|
Yanyan-Wang
|
800fe3c89d
|
docs: update changelog
|
2020-07-22 19:05:44 +08:00 |
|
Yanyan-Wang
|
c0bbb07824
|
fix: Cannot read property getModel of null problem on contextmenu when the target is not an item. closes: #1815.
|
2020-07-22 19:05:44 +08:00 |
|
Yanyan-Wang
|
d620c58a0c
|
fix: update changelog
|
2020-07-22 19:05:44 +08:00 |
|
Yanyan-Wang
|
cf7088ef39
|
fix: combo edge with uncorrect end points; fix: combo polyline edge with wrong path; fix: getViewCenter with padding problem. closes: #1817, #1809, #1775.
|
2020-07-22 19:05:44 +08:00 |
|
baizn
|
aa2b5358a6
|
fix: update partialNode demo
|
2020-07-22 15:41:48 +08:00 |
|
baizn
|
5b73d17ab0
|
feat: graph.priorityState & event mode
|
2020-07-22 15:41:48 +08:00 |
|
Yanyan-Wang
|
d0e66e3fcb
|
fix: delete unnecessary console.
|
2020-07-22 13:31:55 +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 |
|
Yanyan-Wang
|
3ca46b8fcc
|
fix: fix all shapes by scale the node matrix.
|
2020-07-22 13:31:55 +08:00 |
|
Yanyan-Wang
|
10aa4331d9
|
fix: use for instead of map and change the return
|
2020-07-22 13:31:55 +08:00 |
|
Yanyan-Wang
|
3ef9c47016
|
chore: use for instead of map to improve the performance.
|
2020-07-22 13:31:55 +08:00 |
|
Yanyan-Wang
|
10c092aaf1
|
feat: fix node or edge size, fontSize, lineWidth while zooming graph with zoom-canvas.
|
2020-07-22 13:31:55 +08:00 |
|
baizn
|
1f3d84271f
|
feat: add drag-canvas enableOptimize doc
|
2020-07-21 19:44:13 +08:00 |
|
baizn
|
38c89a9c16
|
feat: hide edge & label when drag canvas
|
2020-07-21 19:44:13 +08:00 |
|
chenluli
|
835cc8bee5
|
docs: fix contextmenu demo
|
2020-07-21 19:01:30 +08:00 |
|
chenluli
|
0eaaa45e83
|
fix: drag new node without initial position
|
2020-07-21 19:00:40 +08:00 |
|
羽熙
|
61e1104ebe
|
docs: uniform AntV navbar's order and naming
|
2020-07-20 11:30:41 +08:00 |
|
chenluli
|
c699bb75f1
|
docs: fix customBehavior demo
|
2020-07-20 11:26:56 +08:00 |
|
baizn
|
13e7fb952c
|
fix: remove lodash dependencies
|
2020-07-13 11:24:25 +08:00 |
|
chenluli
|
d8b14756b3
|
docs: fix graphics group doc; add setClip method in doc
|
2020-07-10 19:48:06 +08:00 |
|
baizn
|
e271274789
|
fix: lose the state style
|
2020-07-10 14:41:05 +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
|
489478007b
|
docs: update dagre layout demo text.
|
2020-07-06 13:32:51 +08:00 |
|
Yanyan-Wang
|
e4037bd865
|
chore: re-run online ci
|
2020-07-06 11:51:07 +08:00 |
|
Yanyan-Wang
|
2916872459
|
docs: update english version of new docs
|
2020-07-06 11:51:07 +08:00 |
|
Yanyan-Wang
|
b1d494610f
|
feat: dijkstra shortest path length algorithm; fix: integrate getSourceNeighbors and getTargetNeighbors to getNeighbors(node, type)
|
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
|
7b3d0d6f4d
|
docs: add custom behavior to drag canvas with two fingers and wheel docs.
|
2020-07-06 11:51:07 +08:00 |
|
Yanyan-Wang
|
2dafd0dd32
|
fix: sync the minZoom and maxZoom in drag-canvas and graph; feat: initial x and y for combo data.
|
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 |
|
Yanyan-Wang
|
9cbaf6c4b5
|
fix: dulplicated edges in nodeselectchange event of brush-select
|
2020-07-06 11:51:07 +08:00 |
|
Yanyan-Wang
|
bf2285fcdd
|
fix: fitView and fitCenter with animate in the initial state, closes: #1702
|
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
|
fc24b0dc86
|
fix: multiple animate update shape for combo; fix: removeItem from a combo.
|
2020-06-29 21:19:41 +08:00 |
|
Yanyan-Wang
|
a51d86c49c
|
docs: update arrows imate in arrow doc
|
2020-06-29 15:04:49 +08:00 |
|
huangz
|
aefe9423b9
|
feat: optimize code
|
2020-06-29 13:42:14 +08:00 |
|
huangz
|
3aec47d076
|
feat: optimize code
|
2020-06-29 13:42:14 +08:00 |
|