@vaadin/charts 24.5.4 → 24.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/charts",
3
- "version": "24.5.4",
3
+ "version": "24.5.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,14 +36,14 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "~24.5.4",
40
- "@vaadin/vaadin-lumo-styles": "~24.5.4",
41
- "@vaadin/vaadin-material-styles": "~24.5.4",
42
- "@vaadin/vaadin-themable-mixin": "~24.5.4",
39
+ "@vaadin/component-base": "~24.5.5",
40
+ "@vaadin/vaadin-lumo-styles": "~24.5.5",
41
+ "@vaadin/vaadin-material-styles": "~24.5.5",
42
+ "@vaadin/vaadin-themable-mixin": "~24.5.5",
43
43
  "highcharts": "9.2.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/chai-plugins": "~24.5.4",
46
+ "@vaadin/chai-plugins": "~24.5.5",
47
47
  "@vaadin/testing-helpers": "^1.0.0",
48
48
  "sinon": "^18.0.0"
49
49
  },
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "0993b6e95bd5826642065356b8f5854a65a6b677"
55
+ "gitHead": "864c93992c6466634ad47975dc6aceca3bbf8506"
56
56
  }
@@ -1078,6 +1078,10 @@ class Chart extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement))) {
1078
1078
  disconnectedCallback() {
1079
1079
  super.disconnectedCallback();
1080
1080
 
1081
+ if (this.configuration) {
1082
+ this._jsonConfigurationBuffer = this.configuration.userOptions;
1083
+ }
1084
+
1081
1085
  queueMicrotask(() => {
1082
1086
  if (this.isConnected) {
1083
1087
  return;
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/charts",
4
- "version": "24.5.4",
4
+ "version": "24.5.5",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/charts",
4
- "version": "24.5.4",
4
+ "version": "24.5.5",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {