Commit Graph

2397 Commits

Author SHA1 Message Date
baizn
f304d8ae74 feat: update g version 2020-01-16 20:40:33 +08:00
baizn
09cd421da0 fix: update types path 2020-01-16 20:14:41 +08:00
baizn
6798713bed fix: move types file path 2020-01-16 20:14:41 +08:00
baizn
07011b68c5 fix: 修复contextmenu 和 packages 2020-01-16 20:14:41 +08:00
baizn
937e07814c fix: 修复contextmenu 和 packages 2020-01-16 20:14:41 +08:00
baizn
d716cc9980 fix: 修复自定义节点案例 2020-01-16 20:14:41 +08:00
baizn
d02d5806ef fix:修复getsize方法支持数组中只有一个元素的情况 2020-01-16 20:14:41 +08:00
Yanyan-Wang
9e31484529 fix: custom node with fan shape problem. fix: custom pie node does not show up problem 2020-01-16 19:15:29 +08:00
Yanyan-Wang
bab3339a14 fix: render problem of custom node card demo. refactor: use type instead of shape to define the graphics type of a node or edge 2020-01-16 19:15:29 +08:00
Yanyan-Wang
e8752d510b fix: registerEdge without update problem. fix: webworker demo problem 2020-01-16 19:15:29 +08:00
Yanyan-Wang
834073efec fix: polyline problem 2020-01-16 16:08:34 +08:00
Yanyan-Wang
ea609d32a4 fix: preventDefualt ci 2020-01-15 20:01:32 +08:00
Yanyan-Wang
7912322839 fix: update G version. fix: polyline 2020-01-15 20:01:32 +08:00
Yanyan-Wang
9f830d79b6 fix: label rotate problem 2020-01-15 20:01:32 +08:00
baizn
33ae59089a fix: 删除处理ts绝对路径的配置 2020-01-15 11:34:41 +08:00
baizn
47c7c07796 feat: 图元素类型支持type字段,修改文档部分 2020-01-15 11:34:41 +08:00
baizn
e2d7a6516a feat: 增加自环配置声明 2020-01-15 11:34:41 +08:00
baizn
211e59102e fix: minimap 2020-01-15 11:34:41 +08:00
Yanyan-Wang
a2235801da fix: add name for built-in shapes. fix: demos problem of the site. fix: export utils 2020-01-15 11:34:03 +08:00
Yanyan-Wang
97d326d548 docs: emit event of behaviors and their callback parameters 2020-01-14 21:03:40 +08:00
Yanyan-Wang
6284824818 fix: replace @g6 to relative path. fix: global style. fix: return type of graph.node and graph.edge 2020-01-14 21:03:40 +08:00
baizn
9e9a13edd6 fix: 修复动画使用方式 2020-01-14 15:19:57 +08:00
baizn
52f4f92c09 fix: minimap 2020-01-14 15:19:57 +08:00
Yanyan-Wang
c79670ccd0 fix: dagre ordering problem 2020-01-14 14:59:59 +08:00
Yanyan-Wang
f09bcebb17 fix: delete pixelRatio for demos, docs, examples, and tests. add: changelog. add: performance demos. 2020-01-14 14:59:59 +08:00
Yanyan-Wang
b4bc164116 fix: G animate interface changed 2020-01-14 14:59:59 +08:00
baizn
523d353ed8 feat: 增加plugins,util,graph的单测 2020-01-13 09:47:41 +08:00
baizn
631684b7db fix: 修复graph中update方法到的参数类型 2020-01-13 09:47:41 +08:00
Yanyan-Wang
3338e97ea5 test: state test. fix: bug of stateStyles in data. fix: deledte unnecessary console 2020-01-10 10:02:44 +08:00
Yanyan-Wang
655432c883 test: state 2020-01-10 10:02:44 +08:00
Yanyan-Wang
5a5f4e5a3a fix: dagre controlpoints problem. fix: changeData update edge problem 2020-01-08 18:18:37 +08:00
Yanyan-Wang
66a2ba8897 fix: grid sort with no return 2020-01-08 18:18:37 +08:00
Yanyan-Wang
551af953fc fix: replace all the map by object 2020-01-08 18:18:37 +08:00
Yanyan-Wang
d0461b169d test: enhance the coverage of layout unit tests. fix: isNumber import error in radial layout 2020-01-08 18:18:37 +08:00
Yanyan-Wang
675b161862 fix: worker-loader ci error 2020-01-08 18:18:37 +08:00
Yanyan-Wang
95b1876034 test: one unit of force test 2020-01-08 18:18:37 +08:00
Yanyan-Wang
301d5125a4 feat: layout ts files. test: layout unit tests with satisfying coverage 2020-01-08 18:18:37 +08:00
Deturium
50c8c6bd11 fix: webWorker layout 2020-01-08 18:18:37 +08:00
Deturium
f680f4e870 fix: grid布局指定行列参数(cols/rows)不生效
see https://github.com/antvis/G6/pull/1091
2020-01-08 18:18:37 +08:00
Deturium
a83b0bb495 fix: layout test case 2020-01-08 18:18:37 +08:00
Deturium
3c06dc37b4 faet: complete layout controller 2020-01-08 18:18:37 +08:00
Deturium
ac8a945cc8 feat: layout controller & layout worker 2020-01-08 18:18:37 +08:00
Deturium
1a09869d4c test: layout test migrate 2020-01-08 18:18:37 +08:00
Deturium
89e7af0df0 feat: remove used vars & refactor registerLayout 2020-01-08 18:18:37 +08:00
Deturium
c8eed9ac2a refactor: layout ts version 2020-01-08 18:18:37 +08:00
Yanyan-Wang
bea2155582 feat: emit the nodeselectchange event with selectedItems for click-select and brush-select behaviors 2020-01-08 10:11:11 +08:00
baizn
b0c4e7a836 feat: add graph & plugin unit test 2020-01-07 16:06:06 +08:00
baizn
11acc5ff15 feat: add graph & plugin unit test 2020-01-07 16:06:06 +08:00
baizn
9b7b6d0597 fix: minimap 单测 2020-01-07 16:06:06 +08:00
baizn
db3ba85239 feat: upddate IElement import url 2020-01-07 16:06:06 +08:00