Commit Graph

2580 Commits

Author SHA1 Message Date
Yanyan-Wang
bb19ad5d7b fix: delete rm -rf 2020-03-05 21:31:58 +08:00
Yanyan-Wang
f83dbf8d1b fix: rebuild and rm -rf online node_modules 2020-03-05 21:31:58 +08:00
Yanyan-Wang
c19fdd3f8e fix: drag shadow caused by localRefresh. 2020-03-05 21:31:58 +08:00
Yanyan-Wang
25a3cb41ce fix: emit beforeaddchild and afteraddchild in TreeGraph. closes: #1249. 2020-03-05 21:31:58 +08:00
Yanyan-Wang
2b37a1615f fix: rendering error when a graph has image nodes and other type nodes. closes: #1271. 2020-03-05 21:31:58 +08:00
Yanyan-Wang
ca86f670e9 fix: polyline auto controlpoints problem. fix: group collapse-expand-group behavior does not response bug. fix: set capture of label for built-in nodes to true. closes: #1265. closes: #1270. closes: #1262. 2020-03-05 21:31:58 +08:00
liufu.lf
27f585e84a rm -rf 2020-03-03 14:53:16 +08:00
liufu.lf
962c33cbc2 rm node_modules 2020-03-03 14:53:16 +08:00
liufu.lf
879586caeb rename tsx -> ts 2020-03-03 14:53:16 +08:00
liufu.lf
d6118a4635 type 提前 2020-03-03 14:53:16 +08:00
liufu.lf
83462aff2e 添加决策树 2020-03-03 14:53:16 +08:00
Yanyan-Wang
14970d698a fix: site search problem 2020-02-29 20:52:09 +08:00
Yanyan-Wang
bb7d4e78b2 doc: fix doc error. 2020-02-29 17:33:42 +08:00
Yanyan-Wang
9d1707797f doc: update readme. 2020-02-26 23:20:53 +08:00
Yanyan-Wang
881088b560 refactor: delete coveralls 2020-02-25 21:37:39 +08:00
Yanyan-Wang
f53c078fdc doc: update layout mechanism doc 2020-02-25 21:37:39 +08:00
Yanyan-Wang
7ba132d4f1 fix: update .travis.yml 2020-02-25 21:37:39 +08:00
Yanyan-Wang
8f7dbee7b6 fix: local refresh influence on changeData. 2020-02-25 21:37:39 +08:00
Yanyan-Wang
677e4a243f fix: re-build 2020-02-25 21:37:39 +08:00
Yanyan-Wang
28479b7e85 refactor: update the @antv/path-util version to match g-canvas 2020-02-25 21:37:39 +08:00
Yanyan-Wang
2f077ccf07 doc: alt for img in docs 2020-02-25 21:37:39 +08:00
Yanyan-Wang
86a5403f55 doc: changeData demo localRefresh. closes: #1234. 2020-02-25 21:37:39 +08:00
Yanyan-Wang
e44ace20a7 doc: fix the shouldUpdate problem in treeWithLargeData demo on the site. closes: #1246 2020-02-25 21:37:39 +08:00
Yanyan-Wang
acc29321ce feat: timing event for tree graph layout with beforelayout and afterlayout. closes: #1253. 2020-02-25 21:37:39 +08:00
Yanyan-Wang
36c523381c feat: automatically add draggable to keyShape, users do not need to assign it when custom a node or an edge; fix: cannot read 0 of null problem in getPointByCanvas; fix: the shape.attr error in updateShapeStyle; fix: modify the usage of bbox in view controller since the interface is changed by G; fix: brush-select bug; fix: update G version to solve lacking of removeChild problem. fix: local rendering residual when changeData is called. doc: update the demo of custom behavior doc. doc: add plugin demos and cases for site. closes: #1250; 2020-02-25 21:37:39 +08:00
Yanyan-Wang
0612399996 fix: local refresh influence on changeData; fix: brush-select bug; refactor: upgrade g-canvas to 0.3.21 to solve lacking of removeChild function. closes: #1228 2020-02-25 21:37:39 +08:00
Yanyan-Wang
8a439bc2a1 fix: local refresh influence on changeData; fix: brush-select bug; refactor: upgrade g-canvas to 0.3.21 to solve lacking of removeChild function. closes: #1228 2020-02-25 21:37:39 +08:00
rockSandy
d7cab558d6 feat: add weight field for dagre layout 2020-02-21 14:34:40 +08:00
Yanyan-Wang
87c3873a00 fix: 3.3.4 is not published successfully 2020-02-19 14:08:06 +08:00
Yanyan-Wang
683a3ac746 fix: enhance coverage 2020-02-19 10:45:34 +08:00
Yanyan-Wang
08a12516e2 fix: dragging bug on minimap with a graph whose bbox is nagtive; fix: null matrix bug, create a unit matrix for null. fix: delete unnecessary console.log 2020-02-19 10:45:34 +08:00
Yanyan-Wang
e9f86fc1f1 doc: add 3.3.3 CHANGELOG 2020-02-17 22:53:31 +08:00
Yanyan-Wang
c0c449bb35 fix: minimap delegate and keyShape bug. fix: null matrix of getLoopCfgs. 2020-02-17 22:53:31 +08:00
Yanyan-Wang
9212710dc7 fix: minimap small view bug 2020-02-17 22:53:31 +08:00
vellengs
239cafac1c Update graph-spec.ts 2020-02-17 22:50:45 +08:00
vellengs
349b617e7e Update graph-spec.ts 2020-02-17 22:50:45 +08:00
xieyunqi
da5a70829c fix:wrong spell and eslint 2020-02-17 22:50:45 +08:00
Yanyan-Wang
0a7251530d fix: enhance coverage 2020-02-14 18:01:36 +08:00
Yanyan-Wang
15558ced6c fix: line with control points bug. doc: draggable for custom node doc 2020-02-14 18:01:36 +08:00
Yanyan-Wang
875781c3d4 fix: delete unnecessary import 2020-02-14 14:22:58 +08:00
Yanyan-Wang
473699fa3a fix: edge label auto rotate with endArrow bug. test: edge label auto rotate with zooming and moving 2020-02-14 14:22:58 +08:00
chenshuai2144
d8f5fe7d9b chore: prettier all code 2020-02-14 11:30:12 +08:00
chenshuai2144
b8dc38353a bufgix: fix TypeScript type error 2020-02-14 11:00:43 +08:00
baizn
384522b187 fix: 更新升级文档 2020-02-13 21:46:03 +08:00
Yanyan-Wang
f273c2688a doc: update doc 2020-02-13 18:19:38 +08:00
Yanyan-Wang
9410e27d38 fix: enhance the coverage 2020-02-13 18:10:26 +08:00
Yanyan-Wang
f940b2496d fix: enhance the coverage 2020-02-13 18:10:26 +08:00
Yanyan-Wang
fa4cdda678 doc: update tutorial. doc: update upgrade guide. fix: compatibility error about cannot read property 6 of null when update data frequently. 2020-02-13 18:10:26 +08:00
vellengs
f416d81de7 Update mode-spec.ts 2020-02-13 14:46:48 +08:00
vellengs
a760197fa9 Update mode-spec.ts 2020-02-13 14:46:48 +08:00