Commit Graph

707 Commits

Author SHA1 Message Date
yilin.qyl
03793b874c feat(graph): add defaultNode & defaultEdge 2019-03-15 16:35:42 +08:00
yilin.qyl
5d18a5021f fix(drag-node): fix delegate shape position 2019-03-15 15:02:50 +08:00
xiaoqing.dongxq
6d1c1467d0 Merge pull request #648 from antvis/daily_190313
Daily 190313
2019-03-14 19:54:12 +08:00
yilin.qyl
e2a4178c79 chore(demo): add demos 2019-03-14 19:40:04 +08:00
yilin.qyl
b732f503ae fix(item): fix shape error when model's shape is modified already 2019-03-14 14:16:29 +08:00
yilin.qyl
08b074e129 fix(collapse-expand): fix node position exception when animate disabled 2019-03-14 14:15:01 +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
yilin.qyl
b8c013a5b7 chore: update package version 2019-03-11 21:28:48 +08:00
xiaoqing.dongxq
6d87efbc6f Merge pull request #643 from antvis/daily-190308
Daily 190308
2019-03-11 20:06:53 +08:00
yilin.qyl
2e26daec60 chore(graph-spec): fix test case cfgs 2019-03-11 19:48:22 +08:00
yilin.qyl
a3065a1457 chore(edge):fix naming problem 2019-03-11 19:10:31 +08:00
yilin.qyl
6f69ed964e chore(graph): set graph animate false by default 2019-03-11 18:10:09 +08:00
yilin.qyl
072693f1c1 fix(edge): fix naming problem 2019-03-11 17:22:11 +08:00
yilin.qyl
0f356ad8eb feat(edge): add support for self link 2019-03-11 14:44:37 +08:00
yilin.qyl
888fdf0e46 chore(graph): sort out animating control 2019-03-08 18:50:31 +08:00
yilin.qyl
f0b656bceb chore(animate): add test cases on frame callback 2019-03-08 18:15:46 +08:00
yilin.qyl
497286e707 feat(graph): add method to perform animate 2019-03-08 17:41:12 +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
b0beaf1fe6 fix(edge): fix edge label when edge is a point 2019-03-07 14:18:54 +08:00
yilin.qyl
779a994bf5 fix(node): clear anchor cache when node's position updated 2019-03-07 14:17:09 +08:00
yilin.qyl
fed51cd8d6 chore(collapse-expand): leave node won't collpase or expand 2019-03-07 14:15:52 +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
xiaoqing.dongxq
f3ec9cf7e5 Merge pull request #638 from antvis/daily-190306
Daily 190306
2019-03-05 18:10:17 +08:00
yilin.qyl
df3c4fb342 chore(item): add test case of update position 2019-03-05 18:05:54 +08:00
yilin.qyl
a5e5769aa3 fix(item): reset bbox cache when updatePosition is triggered 2019-03-05 17:59:21 +08:00
xiaoqing.dongxq
0434963ce5 Merge pull request #637 from antvis/daily-190305
Daily 190305
2019-03-05 11:22:46 +08:00
yilin.qyl
33f1e2e55b refactor(item): refactor setState 2019-03-05 10:41:59 +08:00
yilin.qyl
1b389c0271 fix(item): fix fill & stroke of item style update 2019-03-04 17:42:08 +08:00
yilin.qyl
7b3511f95a fix(item): fix fill & stroke of item style update 2019-03-04 16:22:01 +08:00
yilin.qyl
f58f11044d chore(package): update package version 2019-03-04 11:32:21 +08:00
yilin.qyl
d5fb5954fc refactor(graph): refactor setState & add clearState 2019-03-04 11:05:09 +08:00
yilin.qyl
b8fb0f88ed refactor(graph): refactor setState & add clearState 2019-03-04 10:56:54 +08:00
yilin.qyl
828025f206 chore(graph): revert default item style 2019-03-01 15:24:06 +08:00
yilin.qyl
279f3c5fdf fix(graph): fix viewController 2019-03-01 11:09:03 +08:00
yilin.qyl
9f710794e5 fix(graph): add test case of focusItem 2019-03-01 11:05:35 +08:00
yilin.qyl
f77dd7eaf3 fix(graph): fix matrix when zoom ratio is too large or too small 2019-02-28 20:06:10 +08:00
yilin.qyl
7dc90098a9 fix(graph): fix matrix when zoom ratio is too large or too small 2019-02-28 16:29:46 +08:00
yilin.qyl
260142ef86 fix(graph): fix focusItem will fail when fitView 2019-02-28 16:09:31 +08:00
yilin.qyl
3e93a1ac51 chore(graph): sort out item api 2019-02-28 15:35:22 +08:00
yilin.qyl
a4515cad14 chore(graph): sort out destroy method of graph 2019-02-28 15:06:33 +08:00
yilin.qyl
8c6f154e6c feat(graph): add cfg to define nodeStyles & edgeStyles 2019-02-27 20:06:24 +08:00
yilin.qyl
5a2e4ee06a Merge pull request #630 from antvis/daily_0226
Daily 0226
2019-02-27 17:41:50 +08:00
xiaoqing.dongxq
b5aa0c783d feat(graph): add linkCenter at graph 2019-02-27 16:43:40 +08:00
xiaoqing.dongxq
586a1d58dd fix(test): change test case name 2019-02-27 16:43:40 +08:00
yilin.qyl
456c27b7a3 Merge pull request #628 from antvis/daily_0225
fix(edge):fixed bug of link point
2019-02-25 16:54:09 +08:00
xiaoqing.dongxq
170380309b fix(test): change test case name 2019-02-25 14:09:11 +08:00
xiaoqing.dongxq
b750a905b7 fix(edge):fixed bug of link point 2019-02-25 14:02:18 +08:00