@antv/g6-core
Advanced tools
Comparing version 0.8.15 to 0.8.16
@@ -289,3 +289,4 @@ /** | ||
name: 'text-shape', | ||
labelRelated: true | ||
labelRelated: true, | ||
draggable: true | ||
}); | ||
@@ -292,0 +293,0 @@ group['shapeMap']['text-shape'] = label; |
@@ -50,3 +50,3 @@ var subjectColor = 'rgb(95, 149, 255)'; | ||
export default { | ||
version: '0.8.15', | ||
version: '0.8.16', | ||
rootContainerClassName: 'root-container', | ||
@@ -53,0 +53,0 @@ nodeContainerClassName: 'node-container', |
@@ -529,3 +529,3 @@ import EventEmitter from '@antv/event-emitter'; | ||
*/ | ||
off: <T = IG6GraphEvent>(eventName: G6Event, callback: (e: T) => void, once?: boolean) => this; | ||
off: <T = IG6GraphEvent>(eventName?: G6Event, callback?: (e: T) => void, once?: boolean) => this; | ||
/** | ||
@@ -532,0 +532,0 @@ * 销毁画布 |
@@ -293,3 +293,4 @@ "use strict"; | ||
name: 'text-shape', | ||
labelRelated: true | ||
labelRelated: true, | ||
draggable: true | ||
}); | ||
@@ -296,0 +297,0 @@ group['shapeMap']['text-shape'] = label; |
@@ -56,3 +56,3 @@ "use strict"; | ||
var _default = { | ||
version: '0.8.15', | ||
version: '0.8.16', | ||
rootContainerClassName: 'root-container', | ||
@@ -59,0 +59,0 @@ nodeContainerClassName: 'node-container', |
@@ -529,3 +529,3 @@ import EventEmitter from '@antv/event-emitter'; | ||
*/ | ||
off: <T = IG6GraphEvent>(eventName: G6Event, callback: (e: T) => void, once?: boolean) => this; | ||
off: <T = IG6GraphEvent>(eventName?: G6Event, callback?: (e: T) => void, once?: boolean) => this; | ||
/** | ||
@@ -532,0 +532,0 @@ * 销毁画布 |
{ | ||
"name": "@antv/g6-core", | ||
"version": "0.8.15", | ||
"version": "0.8.16", | ||
"description": "A Graph Visualization Framework in JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
1198095
35473