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
|
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
|
5b73d17ab0
|
feat: graph.priorityState & event mode
|
2020-07-22 15:41:48 +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
|
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 |
|
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
|
2e9c262ca4
|
chore: update G to resolve the blur canvas problem
|
2020-06-29 11:01:43 +08:00 |
|
Yanyan-Wang
|
802a6a4a82
|
fix: create combo with parentId problem. closes: #1729
|
2020-06-29 11:01:43 +08:00 |
|
Yanyan-Wang
|
5b6f5491a6
|
fix: force layout with addItem and relayout. closes: #1275.
|
2020-06-29 11:01:43 +08:00 |
|
Yanyan-Wang
|
5b1ab44280
|
feat: built-in arrows; feat: built-in markers;
|
2020-06-29 11:01:43 +08:00 |
|
Yanyan-Wang
|
fb93cda45c
|
fix: update the edges after first render with collapsed combos.
|
2020-06-22 13:55:00 +08:00 |
|
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 |
|
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
|
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
|
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
|
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
|
cdddab7164
|
feat: degree algorithm; feat: graph.getNodeDegree; docs: update CHANGELOG.
|
2020-06-05 17:59:39 +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
|
0889669158
|
docs: update changelog
|
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
|
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
|
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 |
|
Yanyan-Wang
|
4c5fd6998c
|
docs: update CHANGELOG
|
2020-05-21 15:24:22 +08:00 |
|
baizn
|
dd20c1ad45
|
fix: update changelog file
|
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
|
17f724e1a8
|
docs: update CHANGELOG and version number.
|
2020-05-15 11:08:33 +08:00 |
|
baizn
|
c98ad89b59
|
fix: transplie d3-force to support ie11
|
2020-05-07 19:30:30 +08:00 |
|
Yanyan-Wang
|
396312a3a3
|
docs: update CHANGELOG and version number
|
2020-04-28 10:40:20 +08:00 |
|
Yanyan-Wang
|
491ba5b529
|
docs: update 3.4.6 to 3.4.7.
|
2020-04-17 10:07:46 +08:00 |
|
Yanyan-Wang
|
753926feea
|
docs: update CHANGELOG for 3.4.6
|
2020-04-16 15:59:51 +08:00 |
|
Yanyan-Wang
|
a64dcf66cb
|
docs: update the docs for bezier curve edges. docs: update CHANGELOG for 3.4.6.
|
2020-04-16 14:45:54 +08:00 |
|
Yanyan-Wang
|
5c71309c27
|
fix: moveTo wrong logic problem. docs: update version number and CHANGELOG.
|
2020-04-16 14:45:54 +08:00 |
|
Yanyan-Wang
|
7d6c4d024e
|
docs: update the changelog for 3.4.5.
|
2020-04-13 11:07:58 +08:00 |
|
Yanyan-Wang
|
d21e59ffaa
|
docs: update the changelog for 3.4.5.
|
2020-04-13 11:07:58 +08:00 |
|
baizn
|
e2ca266e28
|
feat: support set the background of the label
|
2020-04-09 19:20:52 +08:00 |
|
Yanyan-Wang
|
c25d72b4b2
|
fix: conflict
|
2020-03-31 15:58:19 +08:00 |
|
Yanyan-Wang
|
088b1454fc
|
fix: indexOf -1. docs: update CHANGELOG.
|
2020-03-31 15:58:19 +08:00 |
|