mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
update package version
This commit is contained in:
parent
3af1b32d0d
commit
c73a1923b6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "3.0.5-beta.11",
|
||||
"version": "3.0.5-beta.12",
|
||||
"description": "graph visualization frame work",
|
||||
"main": "build/g6.js",
|
||||
"homepage": "https://github.com/antvis/g6",
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
version: '3.0.5-beta.11',
|
||||
version: '3.0.5-beta.12',
|
||||
rootContainerClassName: 'root-container',
|
||||
nodeContainerClassName: 'node-container',
|
||||
edgeContainerClassName: 'edge-container',
|
||||
|
@ -642,8 +642,8 @@ class CustomGroup {
|
||||
self.setGroupOriginBBox(id, keyShape.getBBox());
|
||||
}
|
||||
return {
|
||||
width: w + ratio * (width - w + paddingValue + noCustomNodes.length * 10),
|
||||
height: h + ratio * (height - h + paddingValue + noCustomNodes.length * 10)
|
||||
width: w + ratio * (width - w + paddingValue),
|
||||
height: h + ratio * (height - h + paddingValue)
|
||||
};
|
||||
}
|
||||
}, 500, 'easeCubic');
|
||||
|
Loading…
Reference in New Issue
Block a user