Yanyan-Wang
|
354cf78402
|
doc: update minimap plugin docs.
|
2020-08-22 22:40:38 +08:00 |
|
Yanyan-Wang
|
e3a9ba0ec3
|
feat: fisheye with dragging. feat: fisheye with scaling range and d.
|
2020-08-22 22:40:38 +08:00 |
|
Yanyan-Wang
|
0822fb19c9
|
fix: polyline with rect and radius=0 problem. chore: update hierarchy to solve the children ordering problem for indented tree layout.
|
2020-08-22 22:40:38 +08:00 |
|
baizn
|
da48078682
|
fix: combo states
|
2020-08-21 14:58:22 +08:00 |
|
afc163
|
4f207df68b
|
prettier code style
|
2020-08-17 18:50:55 +08:00 |
|
afc163
|
dc2c6c6043
|
style: fix eslint bugs
|
2020-08-17 18:50:55 +08:00 |
|
chenluli
|
30dae14260
|
feat: find all paths and the shortest path between two nodes
|
2020-08-17 16:43:36 +08:00 |
|
baizn
|
f2c4a78dd7
|
fix: arrow state & linkpoint
|
2020-08-17 09:52:37 +08:00 |
|
baizn
|
9e70ef5c84
|
feat: add statistical chart nodes
|
2020-08-14 09:54:53 +08:00 |
|
chenluli
|
8497eed7b4
|
fix: donnot allow duplicate ids for hull; remove autoupate for hull
|
2020-08-12 20:51:43 +08:00 |
|
chenluli
|
9b5b07dbf7
|
fix: support pass an array of ids as hull members
|
2020-08-12 20:51:43 +08:00 |
|
chenluli
|
a5d9dfea14
|
feat: support different hull types & drag in/out member
|
2020-08-12 20:51:43 +08:00 |
|
chenluli
|
2cbf36ddf6
|
feat: add hull to support using contour to include some items
|
2020-08-12 20:51:43 +08:00 |
|
baizn
|
eff8fd0f4b
|
feat: upgrade g-canvas
|
2020-08-12 17:50:46 +08:00 |
|
Yanyan-Wang
|
2f7b19d745
|
fix: createCombo with double nodes problem. closes: #1896
|
2020-08-11 16:16:16 +08:00 |
|
Yanyan-Wang
|
6791ed6f0d
|
fix: remove item and hide the tooltip for plugin and behavior
|
2020-08-11 16:16:16 +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 |
|
Yanyan-Wang
|
7936523d67
|
feat: fisheye plugin, support clear, update, show labels.
|
2020-07-27 13:31:24 +08:00 |
|
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
|
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
|
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 |
|
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
|
10c092aaf1
|
feat: fix node or edge size, fontSize, lineWidth while zooming graph with zoom-canvas.
|
2020-07-22 13:31:55 +08:00 |
|
baizn
|
13e7fb952c
|
fix: remove lodash dependencies
|
2020-07-13 11:24:25 +08:00 |
|
baizn
|
e271274789
|
fix: lose the state style
|
2020-07-10 14:41:05 +08:00 |
|
Yanyan-Wang
|
e4037bd865
|
chore: re-run online ci
|
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
|
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
|
76af4f59f2
|
feat: adjacency matrix in Algorithm. feat: floydShall shortest path in Algorithm.
|
2020-06-29 11:01:43 +08:00 |
|
baizn
|
755008f04b
|
fix: keyshape states bug & add tree demo
|
2020-06-23 16:48:17 +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
|
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
|
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
|
855f1b7782
|
docs: update the stories for types. fix: startpoints and endpoints in modelcfg.
|
2020-06-09 10:21:12 +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
|
aad9a9836a
|
fix: solve conflict to master branch
|
2020-05-21 15:24:22 +08:00 |
|