Commit Graph

730 Commits

Author SHA1 Message Date
yilin.qyl
4853e2d638 chore(package): update package version 2019-03-21 17:32:22 +08:00
xiaoqing.dongxq
19be971d85 Merge pull request #657 from antvis/daily-190321
fix(event): fix event x & y, fix tooltip x & y, add capture
2019-03-21 17:23:31 +08:00
yilin.qyl
91e734168c fix(event): fix event x & y, fix tooltip x & y, add capture 2019-03-21 17:05:12 +08:00
yilin.qyl
53a737b77f fix(item): fix item source and target 2019-03-21 15:31:34 +08:00
yilin.qyl
deb7bda294 feat(graph): add read 2019-03-21 15:15:10 +08:00
yilin.qyl
db4448e3c8 chore(package): update package version 2019-03-21 15:12:00 +08:00
xiaoqing.dongxq
a2ad884337 Merge pull request #655 from antvis/daily-190317
Daily 190317
2019-03-21 15:05:14 +08:00
yilin.qyl
6da87de606 chore(minimap): modify dependency 2019-03-21 14:51:19 +08:00
yilin.qyl
15f28ece4e chore(demo): add demo 2019-03-21 13:43:38 +08:00
yilin.qyl
505d8b66d5 chore(minimap-spec): adjust duration for ci check 2019-03-21 10:32:11 +08:00
yilin.qyl
c6bb8db0ac feat(minimap): add minimap 2019-03-21 10:27:45 +08:00
yilin.qyl
ba76b65ae3 fix(tooltip): fix tooltip position issue 2019-03-21 10:25:49 +08:00
yilin.qyl
00c26b586a chore(plugin): add test cases of graph plugin 2019-03-20 15:45:53 +08:00
yilin.qyl
e9ae0dffa7 chore(plugin): add test cases of minimap 2019-03-20 15:38:08 +08:00
yilin.qyl
82c72a9230 feat(plugin): add plugin 2019-03-20 15:06:36 +08:00
yilin.qyl
5518f4402f feat(behavior): add edge-tooltip 2019-03-20 10:57:41 +08:00
yilin.qyl
4b4fe7a775 chore(global): modify default edge size 2019-03-19 14:37:55 +08:00
yilin.qyl
d42e865659 chore(demo): add demo 2019-03-18 14:25:18 +08:00
yilin.qyl
50eaccec84 chore(package): update package version 2019-03-15 17:58:07 +08:00
yilin.qyl
81567b6f39 chore(package): update package version 2019-03-15 17:49:33 +08:00
xiaoqing.dongxq
3d894df93d Merge pull request #649 from antvis/daily-190315
Daily 190315
2019-03-15 17:41:40 +08:00
yilin.qyl
2b294f4693 feat(graph): add dowloadImage 2019-03-15 17:22:17 +08:00
yilin.qyl
74b284bde7 chore(package): update dependecy version 2019-03-15 17:05:35 +08:00
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