@forter/chart
Advanced tools
Comparing version 5.33.0 to 5.33.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.33.1](https://github.com/forter/web-components/compare/@forter/chart@5.33.0...@forter/chart@5.33.1) (2023-06-13) | ||
### Bug Fixes | ||
* **chart:** fix legend toggle to refresh on data load ([62283a4](https://github.com/forter/web-components/commit/62283a4)) | ||
# [5.33.0](https://github.com/forter/web-components/compare/@forter/chart@5.32.0...@forter/chart@5.33.0) (2023-06-07) | ||
@@ -8,0 +19,0 @@ |
@@ -158,2 +158,3 @@ import { defineProperty as _defineProperty } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
super.updated(_changedProperties); | ||
this.isLegendExpandIndicatorVisible = this.legendContainer.scrollHeight < this.minExpandHeight; | ||
const { | ||
@@ -160,0 +161,0 @@ config |
{ | ||
"name": "@forter/chart", | ||
"version": "5.33.0", | ||
"version": "5.33.1", | ||
"description": "chart from Forter Components", | ||
@@ -61,3 +61,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "a2d3d404500bac6506d40d14579fa80099a104b9" | ||
"gitHead": "5c2b12318bdfb61f7de6f307baef450413d4e21d" | ||
} |
@@ -131,2 +131,3 @@ /* eslint-disable max-len */ | ||
super.updated(_changedProperties); | ||
this.isLegendExpandIndicatorVisible = this.legendContainer.scrollHeight < this.minExpandHeight; | ||
const { config } = this; | ||
@@ -133,0 +134,0 @@ if (!this.hasConfigChanged(config)) { |
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
348055
5610