@record-evolution/widget-linechart 1.6.23 → 1.6.24

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.
@@ -57223,7 +57223,7 @@ let WidgetLinechart = class WidgetLinechart extends i {
57223
57223
  this.origWidth = 0;
57224
57224
  this.origHeight = 0;
57225
57225
  this.modifier = 1;
57226
- this.version = '1.6.23';
57226
+ this.version = '1.6.24';
57227
57227
  this.updateThresholdMs = 300;
57228
57228
  this.maxIntervalSamples = 3;
57229
57229
  this.template = {
@@ -57762,7 +57762,7 @@ __decorate([
57762
57762
  r()
57763
57763
  ], WidgetLinechart.prototype, "themeSubtitleColor", void 0);
57764
57764
  WidgetLinechart = __decorate([
57765
- t('widget-linechart-1.6.23')
57765
+ t('widget-linechart-1.6.24')
57766
57766
  ], WidgetLinechart);
57767
57767
 
57768
57768
  export { WidgetLinechart };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-linechart following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-linechart",
6
- "version": "1.6.23",
6
+ "version": "1.6.24",
7
7
  "type": "module",
8
8
  "main": "dist/widget-linechart.js",
9
9
  "types": "dist/src/widget-linechart.d.ts",