Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/chart

Package Overview
Dependencies
Maintainers
3
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/chart - npm Package Compare versions

Comparing version 5.33.2 to 5.34.0

11

CHANGELOG.md

@@ -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 @@

9

fc-chart.css.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc