Commit Graph

730 Commits

Author SHA1 Message Date
yilin.qyl
7f64a83cea chore(test): add unit tests for graph 2019-01-04 14:47:34 +08:00
yilin.qyl
f63eafa25e Merge pull request #577 from antvis/daily_0103
Daily 0103
2019-01-04 13:21:10 +08:00
xiaoqing.dongxq
51e005b06e Merge pull request #576 from antvis/daily_19-01-03
Daily 19 01 03
2019-01-04 13:19:39 +08:00
yilin.qyl
fd00cca3ba chore(behavior): add comments for behavior 2019-01-04 12:12:22 +08:00
yilin.qyl
99a6aa86f2 chore(graph): add comments of main apis in graph 2019-01-04 12:02:13 +08:00
xiaoqing.dongxq
bb28c85455 fix(node): change function name of getNearestPoint 2019-01-04 11:16:01 +08:00
yilin.qyl
658bb5258f chore(graph): use findById instead of modifying itemById directly 2019-01-04 11:09:34 +08:00
xiaoqing.dongxq
10b0fdb6ff feat(link): support anchor points 2019-01-03 20:31:32 +08:00
yilin.qyl
cd97ff697e chore(graph): add itemController & use setAutoPaint instead of setter 2019-01-03 20:17:33 +08:00
yilin.qyl
ee0374e885 fix(event): fix mouseenter & mouseleave will trigger wrongly 2019-01-03 19:38:29 +08:00
xiaoqing.dongxq
d474fd9285 feat(edge): split function 2019-01-03 16:58:34 +08:00
yilin.qyl
6d0764156f feat(behavior): bind events automatically when init a behavior 2019-01-03 16:23:21 +08:00
xiaoqing.dongxq
21369ca1c8 Merge pull request #573 from antvis/new-behaviors
New behaviors
2019-01-03 16:09:39 +08:00
yilin.qyl
d6b7986e46 feat(graph): when updating node, refresh edge at the same time 2019-01-03 15:56:06 +08:00
yilin.qyl
f3a75bc7e7 feat(graph): when updating node, refresh edge at the same time 2019-01-03 15:40:56 +08:00
yilin.qyl
c0cf918ba4 feat(graph): when updating node, refresh edge at the same time 2019-01-03 15:38:49 +08:00
yilin.qyl
8d1e9bb20c feat(graph): add showItem & hideItem 2019-01-03 15:16:57 +08:00
yilin.qyl
f157b01850 feat(graph): add showItem & hideItem 2019-01-03 15:09:28 +08:00
yilin.qyl
24177e9bf5 chore(graph): modify graph api naming 2019-01-03 14:53:19 +08:00
yilin.qyl
08ea0e0320 chore(behavior): modify bind & unbind as default method 2019-01-03 11:33:08 +08:00
yilin.qyl
0a3f1fb9fc fix(graph): modify setState 2019-01-03 11:27:00 +08:00
yilin.qyl
53e3fbd479 feat(behavior): remove onSelect & onDeselect, use shouldUpdate instead 2019-01-03 11:04:42 +08:00
yilin.qyl
a12990ceff feat(behavior): add default cfg shouldEnd 2019-01-03 10:33:06 +08:00
yilin.qyl
ee2fd2a4a4 chore(test): update unit test data 2019-01-03 10:16:29 +08:00
yilin.qyl
39ab4acb50 Merge remote-tracking branch 'remotes/origin/daily_0102' into new-behaviors 2019-01-03 10:15:56 +08:00
yilin.qyl
6ba80e74b2 Merge pull request #574 from antvis/daily_0102
feat(item): get intersection point
2019-01-02 21:46:53 +08:00
yilin.qyl
ba3663917e chore(graph): remove edges linked to node that is to be removed 2019-01-02 21:44:51 +08:00
yilin.qyl
10f79a5881 chore(graph): add unit tests of view controller 2019-01-02 21:26:31 +08:00
xiaoqing.dongxq
6ecc85fb6f feat(item): get intersection point 2019-01-02 21:16:54 +08:00
yilin.qyl
169741449a feat(graph): add unit tests of delegate drag 2019-01-02 16:14:41 +08:00
yilin.qyl
2ce587bb2d feat(graph): add unit tests of delegate drag 2019-01-02 15:46:22 +08:00
yilin.qyl
35d3b5eabb feat(graph): add save & changeData 2019-01-02 15:25:42 +08:00
yilin.qyl
5b7a6ddaab feat(graph): add refresh 2019-01-02 15:24:15 +08:00
yilin.qyl
f54b226cc9 chore(package): update g version 2019-01-02 14:34:17 +08:00
yilin.qyl
e51b36cbf0 chore(graph): add unit tests of graph 2019-01-02 14:12:03 +08:00
yilin.qyl
f08737212b feat(graph): add save & changeData, add unit tests 2019-01-02 14:08:56 +08:00
yilin.qyl
ff587760db fix(item): modify id setter of item 2019-01-02 12:12:11 +08:00
yilin.qyl
e29a5c396d fix(shape): modify default shape image cfgs 2019-01-02 10:31:12 +08:00
yilin.qyl
12d24fbdcd feat(behavior): set src & target before init edge 2019-01-02 10:11:25 +08:00
yilin.qyl
91f55df1a7 feat(behavior): set src & target before init edge 2019-01-02 09:57:15 +08:00
yilin.qyl
a8a4b2dfe5 feat(behavior): add behavior click to select 2019-01-01 22:02:54 +08:00
yilin.qyl
af925a788e fix(edge): fix source & target constructor of edge 2018-12-31 16:18:11 +08:00
yilin.qyl
09d4357bd7 Merge remote-tracking branch 'remotes/origin/dev3.0.0' into new-behaviors 2018-12-31 14:53:08 +08:00
yilin.qyl
fa0b0cb1b6 deat(behavior): add behavior: click-select 2018-12-31 14:48:31 +08:00
yilin.qyl
d93f81331f Merge pull request #571 from antvis/daily_1230
Daily 1230
2018-12-31 14:47:30 +08:00
yilin.qyl
dea22fd265 Merge pull request #567 from antvis/daily_1125
feat(edge): add edge
2018-12-31 12:19:41 +08:00
xiaoqing.dongxq
21147bf00c feat(item): refactor node and edge 2018-12-30 17:11:04 +08:00
yilin.qyl
f7bb57c7fe chore(behavior): add default interface shouldXxx for behavior 2018-12-29 18:10:21 +08:00
yilin.qyl
87e189234d chore(behavior): add unit tests of zoom-canvas 2018-12-29 13:38:35 +08:00
yilin.qyl
a6b5fb1881 chore(behavior): add unit tests of zoom-canvas 2018-12-29 13:37:44 +08:00