Commit Graph

181 Commits

Author SHA1 Message Date
elaine
76d6a5fc01 chore: modify tree graph demo 2019-05-08 17:19:37 +08:00
elaine
fa223d0d88 chore(demo): update TreeGraph demo 2019-04-29 16:52:31 +08:00
elaine
c105af2e33 fix(tree-graph): add fitView for render 2019-04-29 16:19:57 +08:00
萧庆
f562e145dd Merge branch 'daily-190428' into 'master'
Daily 190428



See merge request !3
2019-04-28 16:21:52 +08:00
elaine
b411a547b9 chore: add demo with complicated node 2019-04-28 16:16:57 +08:00
萧庆
d64edf6a5b feat(demo): add one demo with very large nodes 2019-04-28 15:53:52 +08:00
elaine
d43b78fe0e chore: modify demos 2019-04-26 15:11:20 +08:00
yilin.qyl
7b80e029b0 chore(demo): update demo style 2019-04-22 10:24:12 +08:00
yilin.qyl
1b02f22f9f feat(util): add util to measure text position with refX, refY & rotate 2019-04-19 18:17:49 +08:00
yilin.qyl
c6d83cedaa fix(tooltip): when shouldUpdate returns false, hide tooltip 2019-04-17 13:55:05 +08:00
yilin.qyl
806dcc137a chore(demo): add demo to show graph state 2019-04-14 11:01:55 +08:00
yilin.qyl
ec16515109 chore(demo): update some demo 2019-04-01 12:04:55 +08:00
yilin.qyl
40e82ce7b4 chore(demo): update some demo 2019-04-01 10:24:27 +08:00
yilin.qyl
a5e0a9b66f chore(demo): update some demo 2019-03-27 11:32:36 +08:00
yilin.qyl
701f2757cd feat(minimap): add delegate view type for minimap 2019-03-26 16:03:43 +08:00
yilin.qyl
4853e2d638 chore(package): update package version 2019-03-21 17:32:22 +08:00
yilin.qyl
15f28ece4e chore(demo): add demo 2019-03-21 13:43:38 +08:00
yilin.qyl
c6bb8db0ac feat(minimap): add minimap 2019-03-21 10:27:45 +08:00
yilin.qyl
82c72a9230 feat(plugin): add plugin 2019-03-20 15:06:36 +08:00
yilin.qyl
d42e865659 chore(demo): add demo 2019-03-18 14:25:18 +08:00
yilin.qyl
2b294f4693 feat(graph): add dowloadImage 2019-03-15 17:22:17 +08:00
yilin.qyl
03793b874c feat(graph): add defaultNode & defaultEdge 2019-03-15 16:35:42 +08:00
yilin.qyl
e2a4178c79 chore(demo): add demos 2019-03-14 19:40:04 +08:00
yilin.qyl
3cbc1b8e08 chore(demo): add sankey diagram 2019-03-13 15:57:22 +08:00
yilin.qyl
8e84babda0 chore(demo): add sankey diagram 2019-03-13 15:30:29 +08:00
yilin.qyl
33360f277e refactor(edge): add anchor into consideration when drawing loop 2019-03-13 15:14:23 +08:00
xiaoqing.dongxq
94997ad33a Merge pull request #640 from antvis/daily-190307
chore(edge): adjust default curve control points
2019-03-07 16:11:51 +08:00
yilin.qyl
bc1a315c4e fix(node): clear anchor cache when node's position is updated 2019-03-06 17:13:34 +08:00
yilin.qyl
f0173be45d chore(edge): adjust default curve control points 2019-03-06 11:26:15 +08:00
yilin.qyl
4718824ef8 feat(tree-graph): add method to update layout 2019-02-14 17:36:19 +08:00
yilin.qyl
102609b0c5 feat(tree-layout): add method to perform layout animate 2019-02-14 11:44:23 +08:00
yilin.qyl
e1abeefbcb fix(util): fix tree layout demo 2019-02-13 10:47:10 +08:00
yilin.qyl
35a28d0b38 fix(util): fix radial layout when tree has root only 2019-02-12 18:51:26 +08:00
yilin.qyl
196b3f425b refactor(util): refactor radial layout method & add demo 2019-02-12 18:04:11 +08:00
yilin.qyl
83cf0a9779 Merge remote-tracking branch 'remotes/origin/dev3.0.0' into tree-graph 2019-01-29 15:51:08 +08:00
xiaoqing.dongxq
2a1b611578 feat(demo): add animate demo 2019-01-24 18:19:22 +08:00
xiaoqing.dongxq
0fddc9d6dc feat(demos): add demos 2019-01-23 11:43:54 +08:00
yilin.qyl
48df0a7b22 fix(tooltip): fix when mousemove emitted before mouseenter 2019-01-22 12:05:28 +08:00
yilin.qyl
78958e2dc0 chore(demos): add force layout demo 2019-01-17 11:42:48 +08:00
yilin.qyl
cda6a9d60b fix(event): fix clone event method, add it to util 2019-01-15 15:42:11 +08:00
yilin.qyl
3a6e38e4f6 chore: add demo 2019-01-15 15:14:48 +08:00
yilin.qyl
78d519a0c3 chore: add demo 2019-01-15 15:12:02 +08:00
yilin.qyl
3888570f01 chore: sort out 3.0.0 dirs 2018-12-17 14:55:33 +08:00
yilin.qyl
8237fe2b33 chore: sort out 3.0.0 dirs 2018-12-17 14:38:01 +08:00
yilin.qyl
f67fa78936 chore: sort out 3.0.0 dirs 2018-12-17 14:35:30 +08:00
huangtong.ht
99a00fb075 Merge branch 'master' of github.com:antvis/g6 2018-12-11 20:38:14 +08:00
huangtong.ht
36fa5c2e5e fix: tree remove guide will not getEdges.closes #521 2018-11-30 23:25:45 +08:00
Yellowthrough
4ffa9bc425 Merge pull request #547 from antvis/addTest
test: Add test
2018-11-30 19:16:09 +08:00
huangtong.ht
714df51adb test: add test 2018-11-30 19:03:35 +08:00
EDGEXIE
9bc4c5ad56 Update custom-draw.html
应该改成由吧?如果我语文过关的话。
2018-11-30 10:12:16 +08:00