@record-evolution/widget-linechart 1.6.14 → 1.6.15
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/dist/widget-linechart.js +2 -2
- package/package.json +1 -1
package/dist/widget-linechart.js
CHANGED
|
@@ -54592,7 +54592,7 @@ let WidgetLinechart = class WidgetLinechart extends i {
|
|
|
54592
54592
|
this.origWidth = 0;
|
|
54593
54593
|
this.origHeight = 0;
|
|
54594
54594
|
this.modifier = 1;
|
|
54595
|
-
this.version = '1.6.
|
|
54595
|
+
this.version = '1.6.15';
|
|
54596
54596
|
this.template = {
|
|
54597
54597
|
title: {
|
|
54598
54598
|
text: 'Temperature Change in the Coming Week',
|
|
@@ -55039,7 +55039,7 @@ __decorate([
|
|
|
55039
55039
|
r()
|
|
55040
55040
|
], WidgetLinechart.prototype, "themeSubtitleColor", void 0);
|
|
55041
55041
|
WidgetLinechart = __decorate([
|
|
55042
|
-
t('widget-linechart-1.6.
|
|
55042
|
+
t('widget-linechart-1.6.15')
|
|
55043
55043
|
], WidgetLinechart);
|
|
55044
55044
|
|
|
55045
55045
|
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.
|
|
6
|
+
"version": "1.6.15",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-linechart.js",
|
|
9
9
|
"types": "dist/src/widget-linechart.d.ts",
|