@forter/chart
Advanced tools
Comparing version 5.36.0 to 5.36.1
@@ -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 @@ |
{ | ||
"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); |
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
375128
5969