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.36.0 to 5.36.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [5.36.1](https://github.com/forter/web-components/compare/@forter/chart@5.36.0...@forter/chart@5.36.1) (2023-06-30)
### Bug Fixes
* **table:** added checkbox dependency ([120ed5e](https://github.com/forter/web-components/commit/120ed5e))
# [5.36.0](https://github.com/forter/web-components/compare/@forter/chart@5.35.0...@forter/chart@5.36.0) (2023-06-29)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@forter/chart",
"version": "5.36.0",
"version": "5.36.1",
"description": "chart from Forter Components",

@@ -61,3 +61,3 @@ "author": "Forter Developers",

},
"gitHead": "328bca7e923469ed2a6ad33a2e2cfe5b76726426"
"gitHead": "d4e08edb187f7f5a21a299a5e850b04e70768f92"
}

@@ -11,2 +11,3 @@ import {html} from 'lit-html';

import { enumerateProperties } from '../../../lib/storybook-helpers';
import "@forter/checkbox";

@@ -409,3 +410,3 @@ const story = enumerateProperties(FcChart);

dimensions: [
],

@@ -537,3 +538,3 @@ data: {

min: 0,
max: 1.5,
max: 1.5,
ticks: {

@@ -609,3 +610,3 @@ forterSymbol

function toggleSeries(seriesType) {
function toggleSeries(seriesType) {
const {ELEMENT_ID, SERIES_VALUE, SERIES_LABEL} = seriesType;

@@ -668,3 +669,3 @@ const seriesValue = enrichSeriesValue(SERIES_VALUE);

}
function changeConfigFromTextArea(input) {

@@ -671,0 +672,0 @@ config = JSON.parse(input.detail.target.value);

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