vizabi-barrankchart
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -152,8 +152,8 @@ // https://github.com/kuguarpwnz/vizabi-tool-bundler#readme v1.0.0 Copyright 2021 undefined | ||
return { | ||
frame: this.model.encoding.get("frame"), | ||
selected: this.model.encoding.get("selected").data.filter, | ||
highlighted: this.model.encoding.get("highlighted").data.filter, | ||
x: this.model.encoding.get("x"), | ||
color: this.model.encoding.get("color"), | ||
label: this.model.encoding.get("label") | ||
frame: this.model.encoding.frame, | ||
selected: this.model.encoding.selected.data.filter, | ||
highlighted: this.model.encoding.highlighted.data.filter, | ||
x: this.model.encoding.x, | ||
color: this.model.encoding.color, | ||
label: this.model.encoding.label | ||
}; | ||
@@ -160,0 +160,0 @@ } |
{ | ||
"name": "vizabi-barrankchart", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Bar rank chart tool for Vizabi 📊", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
91132