@record-evolution/widget-linechart 1.4.13 → 1.4.14

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.
@@ -23979,7 +23979,7 @@ class WidgetLinechart extends s$1 {
23979
23979
  constructor() {
23980
23980
  super(...arguments);
23981
23981
  this.canvasList = new Map();
23982
- this.version = '1.4.13';
23982
+ this.version = '1.4.14';
23983
23983
  }
23984
23984
  update(changedProperties) {
23985
23985
  if (changedProperties.has('inputData')) {
@@ -24216,7 +24216,7 @@ __decorate([
24216
24216
  __decorate([
24217
24217
  r()
24218
24218
  ], WidgetLinechart.prototype, "canvasList", void 0);
24219
- window.customElements.define('widget-linechart-1.4.13', WidgetLinechart);
24219
+ window.customElements.define('widget-linechart-1.4.14', WidgetLinechart);
24220
24220
  const FORMATS = {
24221
24221
  datetime: 'MMM d, yyyy, h:mm:ss aaaa',
24222
24222
  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.4.13",
6
+ "version": "1.4.14",
7
7
  "type": "module",
8
8
  "main": "dist/widget-linechart.js",
9
9
  "types": "dist/src/widget-linechart.d.ts",
@@ -78,8 +78,7 @@
78
78
  "title": "Point Radius",
79
79
  "description": "To disable points, set this to 0.",
80
80
  "type": "number",
81
- "minimum": 1,
82
- "maximum": 100,
81
+ "minimum": 0,
83
82
  "order": 6
84
83
  },
85
84
  "pointStyle": {