@operato/scene-scichart 7.1.1 → 7.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/db.sqlite +0 -0
- package/dist/scichart-multiple-timeseries.d.ts +0 -3
- package/dist/scichart-multiple-timeseries.js +0 -7
- package/dist/scichart-multiple-timeseries.js.map +1 -1
- package/dist/scichart-timeseries.d.ts +2 -4
- package/dist/scichart-timeseries.js +4 -7
- package/dist/scichart-timeseries.js.map +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +5 -20
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/{application-2024-07-28-03.log → application-2024-07-31-09.log} +8 -8
- package/logs/connections-2024-07-31-09.log +50 -0
- package/package.json +2 -2
- package/src/scichart-multiple-timeseries.ts +0 -10
- package/src/scichart-timeseries.ts +4 -10
- package/tsconfig.tsbuildinfo +1 -1
- package/logs/application-2024-07-28-17.log +0 -420
- package/logs/application-2024-07-28-18.log +0 -210
- package/logs/application-2024-07-29-01.log +0 -105
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [7.2.0](https://github.com/things-scene/operato-scene/compare/v7.1.2...v7.2.0) (2024-07-31)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* scichart timeseries ([13db79b](https://github.com/things-scene/operato-scene/commit/13db79bc227c0657796a9beef041a844dea3fa0e))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [7.1.1](https://github.com/things-scene/operato-scene/compare/v7.1.0...v7.1.1) (2024-07-29)
|
7
16
|
|
8
17
|
|
package/db.sqlite
CHANGED
Binary file
|
@@ -3,10 +3,7 @@ import { HTMLOverlayContainer, Properties, ComponentNature } from '@hatiolab/thi
|
|
3
3
|
import { OxSciChartMultiple } from './charts/ox-scichart-multiple';
|
4
4
|
export default class ScichartMultipleTimeseries extends HTMLOverlayContainer {
|
5
5
|
static get nature(): ComponentNature;
|
6
|
-
oncreate_element(scichart: OxSciChartMultiple): Promise<void>;
|
7
|
-
dispose(): void;
|
8
6
|
setElementProperties(scichart: OxSciChartMultiple): void;
|
9
|
-
reposition(): void;
|
10
7
|
get tagName(): string;
|
11
8
|
get visibleSeries(): string[];
|
12
9
|
set visibleSeries(visibleSeries: string[]);
|
@@ -26,10 +26,6 @@ export default class ScichartMultipleTimeseries extends HTMLOverlayContainer {
|
|
26
26
|
static get nature() {
|
27
27
|
return NATURE;
|
28
28
|
}
|
29
|
-
async oncreate_element(scichart) { }
|
30
|
-
dispose() {
|
31
|
-
super.dispose();
|
32
|
-
}
|
33
29
|
setElementProperties(scichart) {
|
34
30
|
const { data, chart, showOverview, visibleSeries } = this.state;
|
35
31
|
scichart.config = chart;
|
@@ -37,9 +33,6 @@ export default class ScichartMultipleTimeseries extends HTMLOverlayContainer {
|
|
37
33
|
scichart.showOverview = showOverview;
|
38
34
|
scichart.visibleSeries = visibleSeries || [];
|
39
35
|
}
|
40
|
-
reposition() {
|
41
|
-
super.reposition();
|
42
|
-
}
|
43
36
|
get tagName() {
|
44
37
|
return 'ox-scichart-multiple';
|
45
38
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"scichart-multiple-timeseries.js","sourceRoot":"","sources":["../src/scichart-multiple-timeseries.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,GAAoB;IAC9B,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,IAAI;IACf,UAAU,EAAE;QACV;YACE,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE,cAAc;SACrB;QACD;YACE,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,EAAE;YACT,IAAI,EAAE,OAAO;SACd;KACF;IACD,gBAAgB,EAAE,eAAe;IACjC,IAAI,EAAE,8CAA8C;CACrD,CAAA;AAED,OAAO,+BAA+B,CAAA;AAEtC,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAsC,MAAM,wBAAwB,CAAA;AAI5G,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,oBAAoB;IAC1E,MAAM,KAAK,MAAM;QACf,OAAO,MAAM,CAAA;IACf,CAAC;IAED,
|
1
|
+
{"version":3,"file":"scichart-multiple-timeseries.js","sourceRoot":"","sources":["../src/scichart-multiple-timeseries.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,GAAoB;IAC9B,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,IAAI;IACf,UAAU,EAAE;QACV;YACE,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE,cAAc;SACrB;QACD;YACE,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,EAAE;YACT,IAAI,EAAE,OAAO;SACd;KACF;IACD,gBAAgB,EAAE,eAAe;IACjC,IAAI,EAAE,8CAA8C;CACrD,CAAA;AAED,OAAO,+BAA+B,CAAA;AAEtC,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAsC,MAAM,wBAAwB,CAAA;AAI5G,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,oBAAoB;IAC1E,MAAM,KAAK,MAAM;QACf,OAAO,MAAM,CAAA;IACf,CAAC;IAED,oBAAoB,CAAC,QAA4B;QAC/C,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QAE/D,QAAQ,CAAC,MAAM,GAAG,KAAK,CAAA;QACvB,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAA;QACpB,QAAQ,CAAC,YAAY,GAAG,YAAY,CAAA;QACpC,QAAQ,CAAC,aAAa,GAAG,aAAa,IAAI,EAAE,CAAA;IAC9C,CAAC;IAED,IAAI,OAAO;QACT,OAAO,sBAAsB,CAAA;IAC/B,CAAC;IAED,IAAI,aAAa;QACf,MAAM,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QACpC,OAAO,aAAa,IAAI,EAAE,CAAA;IAC5B,CAAC;IAED,IAAI,aAAa,CAAC,aAAuB;QACvC,IAAI,CAAC,QAAQ,CAAC,eAAe,EAAE,aAAa,CAAC,CAC5C;QAAC,IAAI,CAAC,OAA8B,CAAC,aAAa,GAAG,aAAa,CAAA;IACrE,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,KAAiB,EAAE,MAAkB;QACtD,CAAC;QAAC,IAAI,CAAC,OAA8B,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAA;IACxD,CAAC;CACF;AAED,SAAS,CAAC,QAAQ,CAAC,8BAA8B,EAAE,0BAA0B,CAAC,CAAA","sourcesContent":["/*\n * Copyright © HatioLab Inc. All rights reserved.\n */\n\nconst NATURE: ComponentNature = {\n mutable: false,\n resizable: true,\n rotatable: true,\n properties: [\n {\n type: 'boolean',\n label: 'show-overview',\n name: 'showOverview'\n },\n {\n type: 'scichart',\n label: '',\n name: 'chart'\n }\n ],\n 'value-property': 'visibleSeries',\n help: 'scene/component/scichart-multiple-timeseries'\n}\n\nimport './charts/ox-scichart-multiple'\n\nimport { Component, HTMLOverlayContainer, Properties, ComponentNature, error } from '@hatiolab/things-scene'\n\nimport { OxSciChartMultiple } from './charts/ox-scichart-multiple'\n\nexport default class ScichartMultipleTimeseries extends HTMLOverlayContainer {\n static get nature() {\n return NATURE\n }\n\n setElementProperties(scichart: OxSciChartMultiple) {\n const { data, chart, showOverview, visibleSeries } = this.state\n\n scichart.config = chart\n scichart.data = data\n scichart.showOverview = showOverview\n scichart.visibleSeries = visibleSeries || []\n }\n\n get tagName() {\n return 'ox-scichart-multiple'\n }\n\n get visibleSeries() {\n const { visibleSeries } = this.state\n return visibleSeries || []\n }\n\n set visibleSeries(visibleSeries: string[]) {\n this.setState('visibleSeries', visibleSeries)\n ;(this.element as OxSciChartMultiple).visibleSeries = visibleSeries\n }\n\n async onchangeData(after: Properties, before: Properties): Promise<void> {\n ;(this.element as OxSciChartMultiple).data = this.data\n }\n}\n\nComponent.register('scichart-multiple-timeseries', ScichartMultipleTimeseries)\n"]}
|
@@ -1,11 +1,9 @@
|
|
1
1
|
import './charts/ox-scichart';
|
2
|
-
import { HTMLOverlayContainer, ComponentNature } from '@hatiolab/things-scene';
|
2
|
+
import { HTMLOverlayContainer, Properties, ComponentNature } from '@hatiolab/things-scene';
|
3
3
|
import { OxSciChart } from './charts/ox-scichart';
|
4
4
|
export default class ScichartTimeSeries extends HTMLOverlayContainer {
|
5
5
|
static get nature(): ComponentNature;
|
6
|
-
oncreate_element(scichart: OxSciChart): Promise<void>;
|
7
|
-
dispose(): void;
|
8
6
|
setElementProperties(scichart: OxSciChart): void;
|
9
|
-
reposition(): void;
|
10
7
|
get tagName(): string;
|
8
|
+
onchangeData(after: Properties, before: Properties): Promise<void>;
|
11
9
|
}
|
@@ -20,21 +20,18 @@ export default class ScichartTimeSeries extends HTMLOverlayContainer {
|
|
20
20
|
static get nature() {
|
21
21
|
return NATURE;
|
22
22
|
}
|
23
|
-
async oncreate_element(scichart) { }
|
24
|
-
dispose() {
|
25
|
-
super.dispose();
|
26
|
-
}
|
27
23
|
setElementProperties(scichart) {
|
28
24
|
const { data, chart } = this.state;
|
29
25
|
scichart.config = chart;
|
30
26
|
scichart.data = data;
|
31
27
|
}
|
32
|
-
reposition() {
|
33
|
-
super.reposition();
|
34
|
-
}
|
35
28
|
get tagName() {
|
36
29
|
return 'ox-scichart';
|
37
30
|
}
|
31
|
+
async onchangeData(after, before) {
|
32
|
+
;
|
33
|
+
this.element.data = this.data;
|
34
|
+
}
|
38
35
|
}
|
39
36
|
Component.register('scichart-timeseries', ScichartTimeSeries);
|
40
37
|
//# sourceMappingURL=scichart-timeseries.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"scichart-timeseries.js","sourceRoot":"","sources":["../src/scichart-timeseries.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,GAAoB;IAC9B,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,IAAI;IACf,UAAU,EAAE;QACV;YACE,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,EAAE;YACT,IAAI,EAAE,OAAO;SACd;KACF;IACD,IAAI,EAAE,qCAAqC;CAC5C,CAAA;AAED,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAsC,MAAM,wBAAwB,CAAA;AAI5G,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,oBAAoB;IAClE,MAAM,KAAK,MAAM;QACf,OAAO,MAAM,CAAA;IACf,CAAC;IAED,
|
1
|
+
{"version":3,"file":"scichart-timeseries.js","sourceRoot":"","sources":["../src/scichart-timeseries.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,GAAoB;IAC9B,OAAO,EAAE,KAAK;IACd,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,IAAI;IACf,UAAU,EAAE;QACV;YACE,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,EAAE;YACT,IAAI,EAAE,OAAO;SACd;KACF;IACD,IAAI,EAAE,qCAAqC;CAC5C,CAAA;AAED,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAsC,MAAM,wBAAwB,CAAA;AAI5G,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,oBAAoB;IAClE,MAAM,KAAK,MAAM;QACf,OAAO,MAAM,CAAA;IACf,CAAC;IAED,oBAAoB,CAAC,QAAoB;QACvC,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QAElC,QAAQ,CAAC,MAAM,GAAG,KAAK,CAAA;QACvB,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAA;IACtB,CAAC;IAED,IAAI,OAAO;QACT,OAAO,aAAa,CAAA;IACtB,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,KAAiB,EAAE,MAAkB;QACtD,CAAC;QAAC,IAAI,CAAC,OAAsB,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAA;IAChD,CAAC;CACF;AAED,SAAS,CAAC,QAAQ,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAAA","sourcesContent":["/*\n * Copyright © HatioLab Inc. All rights reserved.\n */\n\nconst NATURE: ComponentNature = {\n mutable: false,\n resizable: true,\n rotatable: true,\n properties: [\n {\n type: 'scichart',\n label: '',\n name: 'chart'\n }\n ],\n help: 'scene/component/scichart-timeseries'\n}\n\nimport './charts/ox-scichart'\n\nimport { Component, HTMLOverlayContainer, Properties, ComponentNature, error } from '@hatiolab/things-scene'\n\nimport { OxSciChart } from './charts/ox-scichart'\n\nexport default class ScichartTimeSeries extends HTMLOverlayContainer {\n static get nature() {\n return NATURE\n }\n\n setElementProperties(scichart: OxSciChart) {\n const { data, chart } = this.state\n\n scichart.config = chart\n scichart.data = data\n }\n\n get tagName() {\n return 'ox-scichart'\n }\n\n async onchangeData(after: Properties, before: Properties): Promise<void> {\n ;(this.element as OxSciChart).data = this.data\n }\n}\n\nComponent.register('scichart-timeseries', ScichartTimeSeries)\n"]}
|
@@ -5,26 +5,6 @@
|
|
5
5
|
},
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
7
7
|
"files": [
|
8
|
-
{
|
9
|
-
"date": 1722103523220,
|
10
|
-
"name": "logs/application-2024-07-28-03.log",
|
11
|
-
"hash": "f820440d24499f2176bd4ccbc47bf82f5028c1e4b885e441b44ade1f40003223"
|
12
|
-
},
|
13
|
-
{
|
14
|
-
"date": 1722154900827,
|
15
|
-
"name": "logs/application-2024-07-28-17.log",
|
16
|
-
"hash": "48079c1cf9acbb809b7d8170b5b6c1ab4372fde4e9c849ee2434d949e075dfca"
|
17
|
-
},
|
18
|
-
{
|
19
|
-
"date": 1722158687359,
|
20
|
-
"name": "logs/application-2024-07-28-18.log",
|
21
|
-
"hash": "6f178eef875a2e8a0aac6b30aea81a2b26480d15e99d284b0a166092d633178c"
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"date": 1722184581761,
|
25
|
-
"name": "logs/application-2024-07-29-01.log",
|
26
|
-
"hash": "142b68f519bdd4db1e7580388015c9f7fdc4fc40d3a1240b9b7410bc50fed042"
|
27
|
-
},
|
28
8
|
{
|
29
9
|
"date": 1722231665755,
|
30
10
|
"name": "logs/application-2024-07-29-14.log",
|
@@ -34,6 +14,11 @@
|
|
34
14
|
"date": 1722238550831,
|
35
15
|
"name": "logs/application-2024-07-29-16.log",
|
36
16
|
"hash": "ecd4ec441d22f65ee454b9c4915b1b68da1c5c4c5b58e297511a46b191ee83eb"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"date": 1722385254481,
|
20
|
+
"name": "logs/application-2024-07-31-09.log",
|
21
|
+
"hash": "0dd3fcb868e43287c97146fa5d3d1608dc8ca488f70274336502ba894ad409ca"
|
37
22
|
}
|
38
23
|
],
|
39
24
|
"hashType": "sha256"
|
@@ -49,6 +49,11 @@
|
|
49
49
|
"date": 1722238552657,
|
50
50
|
"name": "logs/connections-2024-07-29-16.log",
|
51
51
|
"hash": "9220301ba7010b1288359d1e419423bccbc000d6cd44b77f69c68f32fde0c11c"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"date": 1722385256352,
|
55
|
+
"name": "logs/connections-2024-07-31-09.log",
|
56
|
+
"hash": "f48d4c1e2d51cf62c8c640cf53e3a14de0275aedf3a8cd622c01b7525c5ed10d"
|
52
57
|
}
|
53
58
|
],
|
54
59
|
"hashType": "sha256"
|
@@ -1,5 +1,5 @@
|
|
1
|
-
2024-07-
|
2
|
-
2024-07-
|
1
|
+
2024-07-31T09:20:55+09:00 info: File Storage is Ready.
|
2
|
+
2024-07-31T09:20:56+09:00 error: Error: Cannot find module 'oracledb'
|
3
3
|
Require stack:
|
4
4
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
5
5
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
@@ -25,7 +25,7 @@ Require stack:
|
|
25
25
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
26
26
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
27
27
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
28
|
-
2024-07-
|
28
|
+
2024-07-31T09:20:56+09:00 error: Error: Cannot find module 'oracledb'
|
29
29
|
Require stack:
|
30
30
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
31
31
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
@@ -51,7 +51,7 @@ Require stack:
|
|
51
51
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
52
52
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
53
53
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
54
|
-
2024-07-
|
54
|
+
2024-07-31T09:20:56+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
55
55
|
Require stack:
|
56
56
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
57
57
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
@@ -76,7 +76,7 @@ Require stack:
|
|
76
76
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
77
77
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
78
78
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
79
|
-
2024-07-
|
79
|
+
2024-07-31T09:20:57+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
80
80
|
Require stack:
|
81
81
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
82
82
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
@@ -100,6 +100,6 @@ Require stack:
|
|
100
100
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
101
101
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
102
102
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
103
|
-
2024-07-
|
104
|
-
2024-07-
|
105
|
-
2024-07-
|
103
|
+
2024-07-31T09:20:57+09:00 info: Default DataSource established
|
104
|
+
2024-07-31T09:20:58+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
105
|
+
2024-07-31T09:20:58+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
@@ -0,0 +1,50 @@
|
|
1
|
+
2024-07-31T09:20:58+09:00 info: Initializing ConnectionManager...
|
2
|
+
2024-07-31T09:20:58+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
+
2024-07-31T09:20:58+09:00 info: Connector 'echo-back' started to ready
|
4
|
+
2024-07-31T09:20:58+09:00 info: Connector 'http-connector' started to ready
|
5
|
+
2024-07-31T09:20:58+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
+
2024-07-31T09:20:58+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
+
2024-07-31T09:20:58+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
+
2024-07-31T09:20:58+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
+
2024-07-31T09:20:58+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
+
2024-07-31T09:20:58+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
+
2024-07-31T09:20:58+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
+
2024-07-31T09:20:58+09:00 info: Connector 'socket-server' started to ready
|
13
|
+
2024-07-31T09:20:58+09:00 info: Connector 'operato-connector' started to ready
|
14
|
+
2024-07-31T09:20:58+09:00 info: Connector 'email-connector' started to ready
|
15
|
+
2024-07-31T09:20:58+09:00 info: Connector 'influxdb-connector' started to ready
|
16
|
+
2024-07-31T09:20:58+09:00 info: Connector 'msgraph-connector' started to ready
|
17
|
+
2024-07-31T09:20:58+09:00 info: Connector 'proxy-connector' started to ready
|
18
|
+
2024-07-31T09:20:58+09:00 info: echo-back-servers are ready
|
19
|
+
2024-07-31T09:20:58+09:00 info: echo-back connections are ready
|
20
|
+
2024-07-31T09:20:58+09:00 info: http-connector connections are ready
|
21
|
+
2024-07-31T09:20:58+09:00 info: graphql-connector connections are ready
|
22
|
+
2024-07-31T09:20:58+09:00 info: sqlite-connector connections are ready
|
23
|
+
2024-07-31T09:20:58+09:00 info: postgresql-connector connections are ready
|
24
|
+
2024-07-31T09:20:58+09:00 info: mqtt-connector connections are ready
|
25
|
+
2024-07-31T09:20:58+09:00 info: mssql-connector connections are ready
|
26
|
+
2024-07-31T09:20:58+09:00 info: oracle-connector connections are ready
|
27
|
+
2024-07-31T09:20:58+09:00 info: mysql-connector connections are ready
|
28
|
+
2024-07-31T09:20:58+09:00 info: socket servers are ready
|
29
|
+
2024-07-31T09:20:58+09:00 info: operato-connector connections are ready
|
30
|
+
2024-07-31T09:20:58+09:00 info: email connections are ready
|
31
|
+
2024-07-31T09:20:58+09:00 info: influxdb connections are ready
|
32
|
+
2024-07-31T09:20:58+09:00 info: msgraph-connector connections are ready
|
33
|
+
2024-07-31T09:20:58+09:00 info: proxy-connector connections are ready
|
34
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'echo-back-server' ready
|
35
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'echo-back' ready
|
36
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'http-connector' ready
|
37
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'graphql-connector' ready
|
38
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'sqlite-connector' ready
|
39
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'postgresql-connector' ready
|
40
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'mqtt-connector' ready
|
41
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'mssql-connector' ready
|
42
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'oracle-connector' ready
|
43
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'mysql-connector' ready
|
44
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'socket-server' ready
|
45
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'operato-connector' ready
|
46
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'email-connector' ready
|
47
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'influxdb-connector' ready
|
48
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'msgraph-connector' ready
|
49
|
+
2024-07-31T09:20:58+09:00 info: All connector for 'proxy-connector' ready
|
50
|
+
2024-07-31T09:20:58+09:00 info: ConnectionManager initialization done:
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-scichart",
|
3
3
|
"description": "scichart wrapping component",
|
4
|
-
"version": "7.
|
4
|
+
"version": "7.2.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
7
7
|
"author": "heartyoh",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"prettier --write"
|
60
60
|
]
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "2202ec07b05de647ef513377e35b46cc13f66884"
|
63
63
|
}
|
@@ -33,12 +33,6 @@ export default class ScichartMultipleTimeseries extends HTMLOverlayContainer {
|
|
33
33
|
return NATURE
|
34
34
|
}
|
35
35
|
|
36
|
-
async oncreate_element(scichart: OxSciChartMultiple) {}
|
37
|
-
|
38
|
-
dispose() {
|
39
|
-
super.dispose()
|
40
|
-
}
|
41
|
-
|
42
36
|
setElementProperties(scichart: OxSciChartMultiple) {
|
43
37
|
const { data, chart, showOverview, visibleSeries } = this.state
|
44
38
|
|
@@ -48,10 +42,6 @@ export default class ScichartMultipleTimeseries extends HTMLOverlayContainer {
|
|
48
42
|
scichart.visibleSeries = visibleSeries || []
|
49
43
|
}
|
50
44
|
|
51
|
-
reposition() {
|
52
|
-
super.reposition()
|
53
|
-
}
|
54
|
-
|
55
45
|
get tagName() {
|
56
46
|
return 'ox-scichart-multiple'
|
57
47
|
}
|
@@ -27,12 +27,6 @@ export default class ScichartTimeSeries extends HTMLOverlayContainer {
|
|
27
27
|
return NATURE
|
28
28
|
}
|
29
29
|
|
30
|
-
async oncreate_element(scichart: OxSciChart) {}
|
31
|
-
|
32
|
-
dispose() {
|
33
|
-
super.dispose()
|
34
|
-
}
|
35
|
-
|
36
30
|
setElementProperties(scichart: OxSciChart) {
|
37
31
|
const { data, chart } = this.state
|
38
32
|
|
@@ -40,13 +34,13 @@ export default class ScichartTimeSeries extends HTMLOverlayContainer {
|
|
40
34
|
scichart.data = data
|
41
35
|
}
|
42
36
|
|
43
|
-
reposition() {
|
44
|
-
super.reposition()
|
45
|
-
}
|
46
|
-
|
47
37
|
get tagName() {
|
48
38
|
return 'ox-scichart'
|
49
39
|
}
|
40
|
+
|
41
|
+
async onchangeData(after: Properties, before: Properties): Promise<void> {
|
42
|
+
;(this.element as OxSciChart).data = this.data
|
43
|
+
}
|
50
44
|
}
|
51
45
|
|
52
46
|
Component.register('scichart-timeseries', ScichartTimeSeries)
|