vizabi-barrankchart
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -208,3 +208,3 @@ // https://github.com/kuguarpwnz/vizabi-tool-bundler#readme v1.0.0 Copyright 2021 undefined | ||
_updateLayoutProfile(){ | ||
this.services.layout.width + this.services.layout.height; | ||
this.services.layout.size; | ||
@@ -239,3 +239,4 @@ this.profileConstants = this.services.layout.getProfileConstants(PROFILE_CONSTANTS, PROFILE_CONSTANTS_FOR_PROJECTOR); | ||
this.services.layout.width + this.services.layout.height + this.services.layout.projector; | ||
this.services.layout.size; | ||
this.services.layout.projector; | ||
@@ -453,3 +454,3 @@ // header | ||
//TODO this is ugly | ||
const sizes = this.services.layout.width + this.services.layout.height + this.services.layout.projector; | ||
const sizes = this.services.layout.size + this.services.layout.projector; | ||
const sizeChanged = sizes !== this.sizes_1; | ||
@@ -456,0 +457,0 @@ this.sizes_1 = sizes; |
{ | ||
"name": "vizabi-barrankchart", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Bar rank chart tool for Vizabi 📊", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"link": "npm link ../vizabi-shared-components", | ||
@@ -7,0 +8,0 @@ "start": "rollup -c", |
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
895
90881