@forter/chart
Advanced tools
Comparing version 5.33.2 to 5.34.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.34.0](https://github.com/forter/web-components/compare/@forter/chart@5.33.2...@forter/chart@5.34.0) (2023-06-20) | ||
### Features | ||
* **chart:** legend double line with ellipsis ([bef70de](https://github.com/forter/web-components/commit/bef70de)) | ||
## [5.33.2](https://github.com/forter/web-components/compare/@forter/chart@5.33.1...@forter/chart@5.33.2) (2023-06-14) | ||
@@ -8,0 +19,0 @@ |
@@ -200,6 +200,7 @@ import { css } from 'lit-element'; | ||
position: relative; | ||
white-space: nowrap; | ||
text-overflow: ellipsis; | ||
width: var(--legend-item-width); | ||
overflow: hidden; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 2; | ||
-webkit-box-orient: vertical; | ||
} | ||
@@ -318,3 +319,3 @@ | ||
width: var(--legend-color-box-size); | ||
min-width: var(--legend-color-box-size); | ||
height: var(--legend-color-box-size); | ||
@@ -424,3 +425,3 @@ border-radius: 3px; | ||
.legend-scroll-container[hasScroll] { | ||
overflow: scroll; | ||
overflow: hidden auto; | ||
} | ||
@@ -427,0 +428,0 @@ `; |
{ | ||
"name": "@forter/chart", | ||
"version": "5.33.2", | ||
"version": "5.34.0", | ||
"description": "chart from Forter Components", | ||
@@ -61,3 +61,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "6c1dd48f2c338af87b676547266fd91975f65fd9" | ||
"gitHead": "468b5b596499d1feee086faa7221b3036a0aa675" | ||
} |
Sorry, the diff of this file is not supported yet
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
349199
5628