@antv/g6-core
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -172,3 +172,3 @@ import { __assign, __rest } from "tslib"; | ||
layoutCfg.onLayoutEnd = function () { | ||
graph.emit('afterSublayout', { | ||
graph.emit('aftersublayout', { | ||
type: layoutType | ||
@@ -186,3 +186,3 @@ }); | ||
graph.emit('beforeSublayout', { | ||
graph.emit('beforesublayout', { | ||
type: layoutType | ||
@@ -189,0 +189,0 @@ }); |
@@ -181,3 +181,3 @@ "use strict"; | ||
layoutCfg.onLayoutEnd = function () { | ||
graph.emit('afterSublayout', { | ||
graph.emit('aftersublayout', { | ||
type: layoutType | ||
@@ -195,3 +195,3 @@ }); | ||
graph.emit('beforeSublayout', { | ||
graph.emit('beforesublayout', { | ||
type: layoutType | ||
@@ -198,0 +198,0 @@ }); |
{ | ||
"name": "@antv/g6-core", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A Graph Visualization Framework in JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package