@forter/chart
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.4.1](https://github.com/forter/web-components/compare/@forter/chart@5.4.0...@forter/chart@5.4.1) (2021-08-31) | ||
**Note:** Version bump only for package @forter/chart | ||
# [5.4.0](https://github.com/forter/web-components/compare/@forter/chart@5.3.2...@forter/chart@5.4.0) (2021-08-31) | ||
@@ -8,0 +16,0 @@ |
@@ -6,2 +6,3 @@ import { merge } from 'lodash-es'; | ||
maintainAspectRatio: false, | ||
responsive: true, | ||
interaction: { | ||
@@ -8,0 +9,0 @@ mode: 'nearest', |
@@ -119,3 +119,3 @@ import { css } from 'lit-element'; | ||
canvas { | ||
width: 100%; | ||
width: 100% !important; | ||
height: 100%; | ||
@@ -122,0 +122,0 @@ } |
@@ -48,3 +48,2 @@ import { defineProperty as _defineProperty } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
type: Object, | ||
reflect: true, | ||
value: {} | ||
@@ -51,0 +50,0 @@ }, |
{ | ||
"name": "@forter/chart", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "chart from Forter Components", | ||
@@ -59,3 +59,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "c9228270ffdd6a4c16695d1dbc2671aef27318db" | ||
"gitHead": "086a801fc25f5ca2d7ac4f0855b0b8d243a96c7a" | ||
} |
@@ -7,2 +7,3 @@ import { merge } from 'lodash-es'; | ||
maintainAspectRatio: false, | ||
responsive: true, | ||
interaction: { | ||
@@ -9,0 +10,0 @@ mode: 'nearest', |
@@ -44,3 +44,3 @@ import { LitElement, html } from 'lit-element'; | ||
return { | ||
config: { type: Object, reflect: true, value: {} }, | ||
config: { type: Object, value: {} }, | ||
disabled: { type: Boolean, value: false }, | ||
@@ -47,0 +47,0 @@ type: { type: String, value: 'line' }, |
Sorry, the diff of this file is not supported yet
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
94287
41
1835