@record-evolution/widget-linechart 1.5.5 → 1.5.6

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.
@@ -23500,7 +23500,7 @@ class WidgetLinechart extends h {
23500
23500
  constructor() {
23501
23501
  super(...arguments);
23502
23502
  this.canvasList = new Map();
23503
- this.version = '1.5.5';
23503
+ this.version = '1.5.6';
23504
23504
  }
23505
23505
  update(changedProperties) {
23506
23506
  if (changedProperties.has('inputData') && this.chartContainer) {
@@ -23773,7 +23773,7 @@ __decorate([
23773
23773
  __decorate([
23774
23774
  r()
23775
23775
  ], WidgetLinechart.prototype, "canvasList", void 0);
23776
- window.customElements.define('widget-linechart-1.5.5', WidgetLinechart);
23776
+ window.customElements.define('widget-linechart-1.5.6', WidgetLinechart);
23777
23777
  const FORMATS = {
23778
23778
  datetime: 'MMM d, yyyy, h:mm:ss aaaa',
23779
23779
  millisecond: 'h:mm:ss.SSS aaaa',
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.5.5",
6
+ "version": "1.5.6",
7
7
  "type": "module",
8
8
  "main": "dist/widget-linechart.js",
9
9
  "types": "dist/src/widget-linechart.d.ts",
@@ -27,13 +27,13 @@
27
27
  "xAxisLabel": {
28
28
  "title": "X-Axis Label",
29
29
  "type": "string",
30
- "dataDrivenDisabled": true,
30
+ "dataDrivenDisabled": false,
31
31
  "order": 4
32
32
  },
33
33
  "yAxisLabel": {
34
34
  "title": "Y-Axis Label",
35
35
  "type": "string",
36
- "dataDrivenDisabled": true,
36
+ "dataDrivenDisabled": false,
37
37
  "order": 5
38
38
  },
39
39
  "columnLayout": {