@operato/scene-scichart 7.0.3 → 7.0.4
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/CHANGELOG.md +10 -0
- package/db.sqlite +0 -0
- package/dist/charts/scichart-builder.js +7 -2
- package/dist/charts/scichart-builder.js.map +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +6 -51
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +6 -31
- package/logs/{application-2024-07-04-13.log → application-2024-07-08-22.log} +8 -8
- package/logs/{application-2024-07-04-00.log → application-2024-07-08-23.log} +36 -22
- package/logs/connections-2024-07-08-22.log +50 -0
- package/logs/connections-2024-07-08-23.log +100 -0
- package/package.json +2 -2
- package/src/charts/scichart-builder.ts +10 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/cache/translations/system/en.json +0 -1
- package/cache/translations/system/ko.json +0 -1
- package/logs/application-2024-07-04-12.log +0 -107
- package/logs/application-2024-07-04-14.log +0 -210
- package/logs/application-2024-07-05-16.log +0 -106
- package/logs/application-2024-07-05-19.log +0 -1
- package/logs/application-2024-07-05-20.log +0 -5
- package/logs/application-2024-07-05-21.log +0 -1
- package/logs/application-2024-07-05-22.log +0 -105
- package/logs/application-2024-07-05-23.log +0 -1
- package/logs/application-2024-07-06-00.log +0 -105
- package/logs/connections-2024-07-04-00.log +0 -100
- package/logs/connections-2024-07-04-12.log +0 -50
- package/logs/connections-2024-07-04-13.log +0 -50
- package/logs/connections-2024-07-04-14.log +0 -100
- package/logs/connections-2024-07-05-16.log +0 -50
- package/logs/connections-2024-07-05-22.log +0 -50
- package/logs/connections-2024-07-06-00.log +0 -50
- package/logs/system/.ff447eb42e255d0436b200b50a92dc6546166b36-audit.json +0 -45
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-04-00.log" +0 -7
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-04-12.log" +0 -14
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-05-16.log" +0 -7
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-05-19.log" +0 -7
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-05-20.log" +0 -35
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-05-21.log" +0 -7
- package/logs/system/scenario-/353/251/224/354/235/270 /354/247/221/354/247/204/352/270/260 /354/204/274/354/213/261 /353/215/260/354/235/264/355/204/260 /354/241/260/355/232/214 - /354/213/244/354/213/234/352/260/204-2024-07-05-23.log" +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.0.4](https://github.com/things-scene/operato-scene/compare/v7.0.3...v7.0.4) (2024-07-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* support no point in scichart ([02b49dc](https://github.com/things-scene/operato-scene/commit/02b49dc774eed2696a86fa9e5ef4d29cfdac0da6))
|
|
12
|
+
* zoom x-axis mouse-wheel-zoom-modifier for scichart ([252050f](https://github.com/things-scene/operato-scene/commit/252050f925013fad8ef0815a30d42a908b947931))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
6
16
|
## [7.0.3](https://github.com/things-scene/operato-scene/compare/v7.0.2...v7.0.3) (2024-07-05)
|
|
7
17
|
|
|
8
18
|
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TinyColor } from '@ctrl/tinycolor';
|
|
2
|
-
import { SciChartSurface, SciChartJSLightTheme, SciChartJSDarkv2Theme, XyDataSeries, FastLineRenderableSeries, SplineLineRenderableSeries, FastColumnRenderableSeries, StackedColumnRenderableSeries, StackedMountainRenderableSeries, StackedColumnCollection, StackedMountainCollection, NumericAxis, DateTimeNumericAxis, EAutoRange, EAxisAlignment, NumberRange, MouseWheelZoomModifier, RubberBandXyZoomModifier, ZoomExtentsModifier, RolloverModifier, SmartDateLabelProvider, EllipsePointMarker, SquarePointMarker, TrianglePointMarker, CrossPointMarker, XPointMarker, WaveAnimation, LegendModifier, ELegendPlacement } from 'scichart';
|
|
2
|
+
import { SciChartSurface, SciChartJSLightTheme, SciChartJSDarkv2Theme, XyDataSeries, FastLineRenderableSeries, SplineLineRenderableSeries, FastColumnRenderableSeries, StackedColumnRenderableSeries, StackedMountainRenderableSeries, StackedColumnCollection, StackedMountainCollection, NumericAxis, DateTimeNumericAxis, EAutoRange, EAxisAlignment, NumberRange, MouseWheelZoomModifier, RubberBandXyZoomModifier, ZoomExtentsModifier, RolloverModifier, SmartDateLabelProvider, EllipsePointMarker, SquarePointMarker, TrianglePointMarker, CrossPointMarker, XPointMarker, WaveAnimation, LegendModifier, ELegendPlacement, EXyDirection } from 'scichart';
|
|
3
3
|
SciChartSurface.UseCommunityLicense();
|
|
4
4
|
SciChartSurface.configure({
|
|
5
5
|
dataUrl: `/node_modules/scichart/_wasm/scichart2d.data`,
|
|
@@ -17,6 +17,9 @@ function getThemeFromBrowser() {
|
|
|
17
17
|
return window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
|
|
18
18
|
}
|
|
19
19
|
function createPointMarker(wasmContext, pointStyle, color = DEFAULT_COLOR) {
|
|
20
|
+
if (!pointStyle) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
20
23
|
const pointMarkerOptions = {
|
|
21
24
|
width: POINT_MARKER_SIZE,
|
|
22
25
|
height: POINT_MARKER_SIZE,
|
|
@@ -177,7 +180,9 @@ export async function buildSciChart(config, container, { fontSize, fontFamily, f
|
|
|
177
180
|
}
|
|
178
181
|
}
|
|
179
182
|
// 줌인/줌아웃 모디파이어 추가
|
|
180
|
-
sciChartSurface.chartModifiers.add(new RubberBandXyZoomModifier(),
|
|
183
|
+
sciChartSurface.chartModifiers.add(new RubberBandXyZoomModifier(),
|
|
184
|
+
// new ZoomPanModifier({ xyDirection: EXyDirection.XDirection }),
|
|
185
|
+
new MouseWheelZoomModifier({ xyDirection: EXyDirection.XDirection }), new ZoomExtentsModifier());
|
|
181
186
|
if (legend === null || legend === void 0 ? void 0 : legend.display) {
|
|
182
187
|
const legendModifier = new LegendModifier({
|
|
183
188
|
showCheckboxes: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scichart-builder.js","sourceRoot":"","sources":["../../src/charts/scichart-builder.ts"],"names":[],"mappings":"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","sourcesContent":["import { TinyColor } from '@ctrl/tinycolor'\nimport { format as formatText } from '@operato/utils/format.js'\nimport {\n SciChartSurface,\n SciChartJSLightTheme,\n SciChartJSDarkv2Theme,\n XyDataSeries,\n FastLineRenderableSeries,\n SplineLineRenderableSeries,\n FastColumnRenderableSeries,\n StackedColumnRenderableSeries,\n StackedMountainRenderableSeries,\n StackedColumnCollection,\n StackedMountainCollection,\n NumericAxis,\n DateTimeNumericAxis,\n EAutoRange,\n EAxisAlignment,\n NumberRange,\n MouseWheelZoomModifier,\n RubberBandXyZoomModifier,\n ZoomExtentsModifier,\n RolloverModifier,\n SmartDateLabelProvider,\n EllipsePointMarker,\n SquarePointMarker,\n TrianglePointMarker,\n CrossPointMarker,\n XPointMarker,\n WaveAnimation,\n LegendModifier,\n ELegendPlacement\n} from 'scichart'\n\nSciChartSurface.UseCommunityLicense()\n\nSciChartSurface.configure({\n dataUrl: `/node_modules/scichart/_wasm/scichart2d.data`,\n wasmUrl: `/node_modules/scichart/_wasm/scichart2d.wasm`\n})\n\nconst DEFAULT_COLOR = '#FF6600'\nconst DEFAULT_STROKE = '#000000'\nconst POINT_MARKER_SIZE = 10\nconst STROKE_THICKNESS = 2\nconst ANIMATION_DURATION = 1000\n\nfunction getBaseColorFromTheme(theme?: 'light' | 'dark' | 'auto') {\n return new TinyColor(theme == 'dark' ? '#fff' : '#000')\n}\n\nfunction getThemeFromBrowser() {\n return window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'\n}\n\nfunction createPointMarker(wasmContext: any, pointStyle?: string, color: string = DEFAULT_COLOR) {\n const pointMarkerOptions = {\n width: POINT_MARKER_SIZE,\n height: POINT_MARKER_SIZE,\n strokeThickness: STROKE_THICKNESS,\n fill: color,\n stroke: DEFAULT_STROKE\n }\n\n switch (pointStyle) {\n case 'triangle':\n return new TrianglePointMarker(wasmContext, pointMarkerOptions)\n case 'rect':\n return new SquarePointMarker(wasmContext, pointMarkerOptions)\n case 'cross':\n return new CrossPointMarker(wasmContext, pointMarkerOptions)\n case 'crossRot':\n return new XPointMarker(wasmContext, pointMarkerOptions)\n default:\n return new EllipsePointMarker(wasmContext, pointMarkerOptions)\n }\n}\n\nfunction createAxis(\n wasmContext: any,\n axis: any,\n index: number,\n isXAxis: boolean,\n fontColor: string,\n fontFamily?: string,\n fontSize?: number\n) {\n const { axisTitle, ticks } = axis\n const {\n autoMax,\n autoMin,\n min,\n max,\n stepSize,\n beginAtZero,\n color = fontColor,\n textStrokeColor = fontColor\n } = ticks || {}\n\n const axisOptions = {\n axisTitle,\n autoRange: autoMin || autoMax ? EAutoRange.Always : undefined,\n axisAlignment: isXAxis ? EAxisAlignment.Bottom : index === 0 ? EAxisAlignment.Left : EAxisAlignment.Right,\n visibleRange: min !== undefined && max !== undefined ? new NumberRange(min, max) : undefined,\n majorDelta: stepSize,\n growBy: beginAtZero ? new NumberRange(0.1, 0.1) : undefined,\n labelStyle: {\n fontFamily,\n fontSize,\n color\n },\n axisTitleStyle: {\n fontFamily,\n fontSize,\n color: textStrokeColor\n }\n }\n\n return isXAxis\n ? new DateTimeNumericAxis(wasmContext, { ...axisOptions, labelProvider: new SmartDateLabelProvider() })\n : new NumericAxis(wasmContext, { ...axisOptions, id: `yAxis${index}` })\n}\n\nfunction createSeries(\n wasmContext: any,\n dataset: any,\n index: number,\n stacked: boolean,\n animation: boolean,\n yAxisId: string\n) {\n const dataSeries = new XyDataSeries(wasmContext, {\n dataSeriesName: dataset.label,\n containsNaN: false\n })\n\n const stackGroupId = dataset.stack || `__stack${index}__`\n const color = (dataset.backgroundColor as string) || DEFAULT_COLOR\n const strokeColor = (dataset.color as string) || DEFAULT_COLOR\n const borderWidth = dataset.borderWidth || STROKE_THICKNESS\n const pointMarker = createPointMarker(wasmContext, dataset.pointStyle, strokeColor)\n\n let series: any\n if (dataset.type === 'bar') {\n series = stacked\n ? new StackedColumnRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n fill: color,\n stackedGroupId: stackGroupId\n })\n : new FastColumnRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n fill: color,\n animation: animation ? new WaveAnimation({ duration: ANIMATION_DURATION, fadeEffect: true }) : undefined,\n yAxisId\n })\n } else {\n series = stacked\n ? new StackedMountainRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n stroke: strokeColor,\n fill: color\n })\n : dataset.lineTension && dataset.lineTension > 0\n ? new SplineLineRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n stroke: strokeColor,\n pointMarker,\n animation: animation ? new WaveAnimation({ duration: ANIMATION_DURATION, fadeEffect: true }) : undefined,\n yAxisId\n })\n : new FastLineRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n stroke: strokeColor,\n pointMarker,\n animation: animation ? new WaveAnimation({ duration: ANIMATION_DURATION, fadeEffect: true }) : undefined,\n yAxisId\n })\n }\n\n return { series, dataSeries }\n}\n\nexport async function buildSciChart(\n config: OperatoChart.ChartConfig | undefined | null,\n container: any,\n { fontSize, fontFamily, fontColor }: { fontSize?: number; fontFamily?: string; fontColor?: string }\n): Promise<{ chart: any; dataSeries: any[] } | undefined> {\n if (!config) return\n\n const { type: chartType, options, data: fromData } = config\n const { datasets = [] } = fromData || {}\n var {\n theme,\n tooltip,\n animation,\n legend,\n scales: fromScales,\n xGridLine,\n yGridLine,\n y2ndGridLine,\n stacked\n } = options || {}\n\n var baseColor = getBaseColorFromTheme(theme)\n\n if (theme === 'auto') {\n theme = getThemeFromBrowser()\n }\n\n fontColor = fontColor || baseColor.clone().toString()\n\n const { xAxes = [], yAxes = [] } = fromScales || {}\n\n const chart = await SciChartSurface.create(container, {\n theme: theme == 'dark' ? new SciChartJSDarkv2Theme() : new SciChartJSLightTheme()\n })\n const { sciChartSurface, wasmContext } = chart\n\n // X 축 설정\n xAxes.forEach((axis, index) => {\n const xAxis = createAxis(wasmContext, axis, index, true, fontColor, fontFamily, fontSize)\n sciChartSurface.xAxes.add(xAxis)\n })\n\n // Y 축 설정\n yAxes.forEach((axis, index) => {\n const yAxis = createAxis(wasmContext, axis, index, false, fontColor, fontFamily, fontSize)\n sciChartSurface.yAxes.add(yAxis)\n })\n\n // 시리즈 설정\n const dataSeriesArray = datasets.map((dataset, index) => {\n const yAxisId = dataset.yAxisID || 'yAxis0'\n const { series, dataSeries } = createSeries(wasmContext, dataset, index, !!stacked, !!animation, yAxisId)\n\n sciChartSurface.renderableSeries.add(series)\n\n if (tooltip) {\n const rolloverModifier = new RolloverModifier({\n showTooltip: true,\n showAxisLabel: true\n })\n\n sciChartSurface.chartModifiers.add(rolloverModifier)\n }\n\n return dataSeries\n })\n\n // Stacked collections 추가\n if (stacked) {\n const stackedColumnCollection = new StackedColumnCollection(wasmContext)\n const stackedMountainCollection = new StackedMountainCollection(wasmContext)\n\n sciChartSurface.renderableSeries.asArray().forEach((series: any) => {\n if (series instanceof StackedColumnRenderableSeries) {\n stackedColumnCollection.add(series)\n } else if (series instanceof StackedMountainRenderableSeries) {\n stackedMountainCollection.add(series)\n }\n })\n\n if (stackedColumnCollection.size() > 0) {\n sciChartSurface.renderableSeries.add(stackedColumnCollection)\n }\n\n if (stackedMountainCollection.size() > 0) {\n sciChartSurface.renderableSeries.add(stackedMountainCollection)\n }\n }\n\n // 줌인/줌아웃 모디파이어 추가\n sciChartSurface.chartModifiers.add(\n new RubberBandXyZoomModifier(),\n new MouseWheelZoomModifier(),\n new ZoomExtentsModifier()\n )\n\n if (legend?.display) {\n const legendModifier = new LegendModifier({\n showCheckboxes: true,\n showSeriesMarkers: true,\n showLegend: true,\n placement:\n legend.position == 'top'\n ? ELegendPlacement.TopLeft\n : legend.position == 'left'\n ? ELegendPlacement.BottomLeft\n : legend.position == 'bottom'\n ? ELegendPlacement.BottomRight\n : ELegendPlacement.TopRight\n })\n\n sciChartSurface.chartModifiers.add(legendModifier)\n }\n\n return { chart, dataSeries: dataSeriesArray }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"scichart-builder.js","sourceRoot":"","sources":["../../src/charts/scichart-builder.ts"],"names":[],"mappings":"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","sourcesContent":["import { TinyColor } from '@ctrl/tinycolor'\nimport { format as formatText } from '@operato/utils/format.js'\nimport {\n SciChartSurface,\n SciChartJSLightTheme,\n SciChartJSDarkv2Theme,\n XyDataSeries,\n FastLineRenderableSeries,\n SplineLineRenderableSeries,\n FastColumnRenderableSeries,\n StackedColumnRenderableSeries,\n StackedMountainRenderableSeries,\n StackedColumnCollection,\n StackedMountainCollection,\n NumericAxis,\n DateTimeNumericAxis,\n EAutoRange,\n EAxisAlignment,\n NumberRange,\n MouseWheelZoomModifier,\n RubberBandXyZoomModifier,\n ZoomPanModifier,\n ZoomExtentsModifier,\n RolloverModifier,\n SmartDateLabelProvider,\n EllipsePointMarker,\n SquarePointMarker,\n TrianglePointMarker,\n CrossPointMarker,\n XPointMarker,\n WaveAnimation,\n LegendModifier,\n ELegendPlacement,\n EXyDirection\n} from 'scichart'\n\nSciChartSurface.UseCommunityLicense()\n\nSciChartSurface.configure({\n dataUrl: `/node_modules/scichart/_wasm/scichart2d.data`,\n wasmUrl: `/node_modules/scichart/_wasm/scichart2d.wasm`\n})\n\nconst DEFAULT_COLOR = '#FF6600'\nconst DEFAULT_STROKE = '#000000'\nconst POINT_MARKER_SIZE = 10\nconst STROKE_THICKNESS = 2\nconst ANIMATION_DURATION = 1000\n\nfunction getBaseColorFromTheme(theme?: 'light' | 'dark' | 'auto') {\n return new TinyColor(theme == 'dark' ? '#fff' : '#000')\n}\n\nfunction getThemeFromBrowser() {\n return window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'\n}\n\nfunction createPointMarker(wasmContext: any, pointStyle?: string, color: string = DEFAULT_COLOR) {\n if (!pointStyle) {\n return\n }\n\n const pointMarkerOptions = {\n width: POINT_MARKER_SIZE,\n height: POINT_MARKER_SIZE,\n strokeThickness: STROKE_THICKNESS,\n fill: color,\n stroke: DEFAULT_STROKE\n }\n\n switch (pointStyle) {\n case 'triangle':\n return new TrianglePointMarker(wasmContext, pointMarkerOptions)\n case 'rect':\n return new SquarePointMarker(wasmContext, pointMarkerOptions)\n case 'cross':\n return new CrossPointMarker(wasmContext, pointMarkerOptions)\n case 'crossRot':\n return new XPointMarker(wasmContext, pointMarkerOptions)\n default:\n return new EllipsePointMarker(wasmContext, pointMarkerOptions)\n }\n}\n\nfunction createAxis(\n wasmContext: any,\n axis: any,\n index: number,\n isXAxis: boolean,\n fontColor: string,\n fontFamily?: string,\n fontSize?: number\n) {\n const { axisTitle, ticks } = axis\n const {\n autoMax,\n autoMin,\n min,\n max,\n stepSize,\n beginAtZero,\n color = fontColor,\n textStrokeColor = fontColor\n } = ticks || {}\n\n const axisOptions = {\n axisTitle,\n autoRange: autoMin || autoMax ? EAutoRange.Always : undefined,\n axisAlignment: isXAxis ? EAxisAlignment.Bottom : index === 0 ? EAxisAlignment.Left : EAxisAlignment.Right,\n visibleRange: min !== undefined && max !== undefined ? new NumberRange(min, max) : undefined,\n majorDelta: stepSize,\n growBy: beginAtZero ? new NumberRange(0.1, 0.1) : undefined,\n labelStyle: {\n fontFamily,\n fontSize,\n color\n },\n axisTitleStyle: {\n fontFamily,\n fontSize,\n color: textStrokeColor\n }\n }\n\n return isXAxis\n ? new DateTimeNumericAxis(wasmContext, { ...axisOptions, labelProvider: new SmartDateLabelProvider() })\n : new NumericAxis(wasmContext, { ...axisOptions, id: `yAxis${index}` })\n}\n\nfunction createSeries(\n wasmContext: any,\n dataset: any,\n index: number,\n stacked: boolean,\n animation: boolean,\n yAxisId: string\n) {\n const dataSeries = new XyDataSeries(wasmContext, {\n dataSeriesName: dataset.label,\n containsNaN: false\n })\n\n const stackGroupId = dataset.stack || `__stack${index}__`\n const color = (dataset.backgroundColor as string) || DEFAULT_COLOR\n const strokeColor = (dataset.color as string) || DEFAULT_COLOR\n const borderWidth = dataset.borderWidth || STROKE_THICKNESS\n const pointMarker = createPointMarker(wasmContext, dataset.pointStyle, strokeColor)\n\n let series\n if (dataset.type === 'bar') {\n series = stacked\n ? new StackedColumnRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n fill: color,\n stackedGroupId: stackGroupId\n })\n : new FastColumnRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n fill: color,\n animation: animation ? new WaveAnimation({ duration: ANIMATION_DURATION, fadeEffect: true }) : undefined,\n yAxisId\n })\n } else {\n series = stacked\n ? new StackedMountainRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n stroke: strokeColor,\n fill: color\n })\n : dataset.lineTension && dataset.lineTension > 0\n ? new SplineLineRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n stroke: strokeColor,\n pointMarker,\n animation: animation ? new WaveAnimation({ duration: ANIMATION_DURATION, fadeEffect: true }) : undefined,\n yAxisId\n })\n : new FastLineRenderableSeries(wasmContext, {\n dataSeries,\n strokeThickness: borderWidth,\n stroke: strokeColor,\n pointMarker,\n animation: animation ? new WaveAnimation({ duration: ANIMATION_DURATION, fadeEffect: true }) : undefined,\n yAxisId\n })\n }\n\n return { series, dataSeries }\n}\n\nexport async function buildSciChart(\n config: OperatoChart.ChartConfig | undefined | null,\n container: any,\n { fontSize, fontFamily, fontColor }: { fontSize?: number; fontFamily?: string; fontColor?: string }\n): Promise<{ chart: any; dataSeries: any[] } | undefined> {\n if (!config) return\n\n const { type: chartType, options, data: fromData } = config\n const { datasets = [] } = fromData || {}\n var {\n theme,\n tooltip,\n animation,\n legend,\n scales: fromScales,\n xGridLine,\n yGridLine,\n y2ndGridLine,\n stacked\n } = options || {}\n\n var baseColor = getBaseColorFromTheme(theme)\n\n if (theme === 'auto') {\n theme = getThemeFromBrowser()\n }\n\n fontColor = fontColor || baseColor.clone().toString()\n\n const { xAxes = [], yAxes = [] } = fromScales || {}\n\n const chart = await SciChartSurface.create(container, {\n theme: theme == 'dark' ? new SciChartJSDarkv2Theme() : new SciChartJSLightTheme()\n })\n const { sciChartSurface, wasmContext } = chart\n\n // X 축 설정\n xAxes.forEach((axis, index) => {\n const xAxis = createAxis(wasmContext, axis, index, true, fontColor, fontFamily, fontSize)\n sciChartSurface.xAxes.add(xAxis)\n })\n\n // Y 축 설정\n yAxes.forEach((axis, index) => {\n const yAxis = createAxis(wasmContext, axis, index, false, fontColor, fontFamily, fontSize)\n sciChartSurface.yAxes.add(yAxis)\n })\n\n // 시리즈 설정\n const dataSeriesArray = datasets.map((dataset, index) => {\n const yAxisId = dataset.yAxisID || 'yAxis0'\n const { series, dataSeries } = createSeries(wasmContext, dataset, index, !!stacked, !!animation, yAxisId)\n\n sciChartSurface.renderableSeries.add(series)\n\n if (tooltip) {\n const rolloverModifier = new RolloverModifier({\n showTooltip: true,\n showAxisLabel: true\n })\n\n sciChartSurface.chartModifiers.add(rolloverModifier)\n }\n\n return dataSeries\n })\n\n // Stacked collections 추가\n if (stacked) {\n const stackedColumnCollection = new StackedColumnCollection(wasmContext)\n const stackedMountainCollection = new StackedMountainCollection(wasmContext)\n\n sciChartSurface.renderableSeries.asArray().forEach((series: any) => {\n if (series instanceof StackedColumnRenderableSeries) {\n stackedColumnCollection.add(series)\n } else if (series instanceof StackedMountainRenderableSeries) {\n stackedMountainCollection.add(series)\n }\n })\n\n if (stackedColumnCollection.size() > 0) {\n sciChartSurface.renderableSeries.add(stackedColumnCollection)\n }\n\n if (stackedMountainCollection.size() > 0) {\n sciChartSurface.renderableSeries.add(stackedMountainCollection)\n }\n }\n\n // 줌인/줌아웃 모디파이어 추가\n sciChartSurface.chartModifiers.add(\n new RubberBandXyZoomModifier(),\n // new ZoomPanModifier({ xyDirection: EXyDirection.XDirection }),\n new MouseWheelZoomModifier({ xyDirection: EXyDirection.XDirection }),\n new ZoomExtentsModifier()\n )\n\n if (legend?.display) {\n const legendModifier = new LegendModifier({\n showCheckboxes: true,\n showSeriesMarkers: true,\n showLegend: true,\n placement:\n legend.position == 'top'\n ? ELegendPlacement.TopLeft\n : legend.position == 'left'\n ? ELegendPlacement.BottomLeft\n : legend.position == 'bottom'\n ? ELegendPlacement.BottomRight\n : ELegendPlacement.TopRight\n })\n\n sciChartSurface.chartModifiers.add(legendModifier)\n }\n\n return { chart, dataSeries: dataSeriesArray }\n}\n"]}
|
|
@@ -6,59 +6,14 @@
|
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/application-2024-07-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1720446545556,
|
|
10
|
+
"name": "logs/application-2024-07-08-22.log",
|
|
11
|
+
"hash": "7fcc686ecc569ede502789c107abe94478fe09d4ecb48190c17a4f853cc2b16e"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/application-2024-07-
|
|
16
|
-
"hash": "
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"date": 1720068899268,
|
|
20
|
-
"name": "logs/application-2024-07-04-13.log",
|
|
21
|
-
"hash": "56c53b66da6826b2802e6d130e13ff8c5aba4dcbc606bc2579bf476d3bf85cef"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"date": 1720069494553,
|
|
25
|
-
"name": "logs/application-2024-07-04-14.log",
|
|
26
|
-
"hash": "231a379961eded465112601d9d66cdf5ca21ff543f78bf46021cf435af751603"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"date": 1720163261811,
|
|
30
|
-
"name": "logs/application-2024-07-05-16.log",
|
|
31
|
-
"hash": "ccac643a4b403acac7849ef156e5d32c5978450eb0d9dafb4d384970d7378944"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"date": 1720176972492,
|
|
35
|
-
"name": "logs/application-2024-07-05-19.log",
|
|
36
|
-
"hash": "48878b273410b7bd4f4dfea7ba979e2a3968c5f9a18d62f0488bb705313e679e"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"date": 1720177272414,
|
|
40
|
-
"name": "logs/application-2024-07-05-20.log",
|
|
41
|
-
"hash": "9d671e649398a0a11024e9fd5114b40c9683b06092e9ea7d598617e6ef0c94f5"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"date": 1720181599027,
|
|
45
|
-
"name": "logs/application-2024-07-05-21.log",
|
|
46
|
-
"hash": "646530749375493a33903401517285b44284830ce818f954a36f9812fc72a1a8"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"date": 1720185875319,
|
|
50
|
-
"name": "logs/application-2024-07-05-22.log",
|
|
51
|
-
"hash": "6489227df49fab67caf9a0d48835073d1af8a3757844afafdb573e1e4c5bc362"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"date": 1720189814095,
|
|
55
|
-
"name": "logs/application-2024-07-05-23.log",
|
|
56
|
-
"hash": "111ad4d7e906d84718c7d62bce88cdb54469183c37167340b01120f0ee2a4219"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"date": 1720191667998,
|
|
60
|
-
"name": "logs/application-2024-07-06-00.log",
|
|
61
|
-
"hash": "64e51bffbab3352648f531e2164e38dced6ca13aaa74918eb9d66a4a0f4f6c43"
|
|
14
|
+
"date": 1720447467137,
|
|
15
|
+
"name": "logs/application-2024-07-08-23.log",
|
|
16
|
+
"hash": "985c4351af94b888a6eab9b1da33b24ff2fb9ddddbb8d199b9ac3e5d3c7e9424"
|
|
62
17
|
}
|
|
63
18
|
],
|
|
64
19
|
"hashType": "sha256"
|
|
@@ -6,39 +6,14 @@
|
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/connections-2024-07-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1720446547486,
|
|
10
|
+
"name": "logs/connections-2024-07-08-22.log",
|
|
11
|
+
"hash": "8439fe85300e54e43d01f6b2619ee5a17a82873270943b5525e630655001f9f7"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/connections-2024-07-
|
|
16
|
-
"hash": "
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"date": 1720068901359,
|
|
20
|
-
"name": "logs/connections-2024-07-04-13.log",
|
|
21
|
-
"hash": "49e55f96a02d9d4496cc25d139f8c0d70658df82d3b45e97c9dd227fc9db9bbc"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"date": 1720069496492,
|
|
25
|
-
"name": "logs/connections-2024-07-04-14.log",
|
|
26
|
-
"hash": "430158e5053a2c5869cb92b8d1788fe1e3f2f4f4670cbb22c2536976734acf4e"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"date": 1720163263921,
|
|
30
|
-
"name": "logs/connections-2024-07-05-16.log",
|
|
31
|
-
"hash": "10801b30431e8e229633a2217c0cd182970cdb1aef1a37db0cb2665b2aacd44d"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"date": 1720185877707,
|
|
35
|
-
"name": "logs/connections-2024-07-05-22.log",
|
|
36
|
-
"hash": "ea02e9b2c2e38af39e0c742ef2d95b35f90e1e0e4a6b2751a222f83b7f37e6d7"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"date": 1720191670016,
|
|
40
|
-
"name": "logs/connections-2024-07-06-00.log",
|
|
41
|
-
"hash": "da7ae4c138d480f38cd223480e7297b9a771de6c663e809c52eff078b6dbcc09"
|
|
14
|
+
"date": 1720447469016,
|
|
15
|
+
"name": "logs/connections-2024-07-08-23.log",
|
|
16
|
+
"hash": "e4fe93e478639b437c486609da51f524b2ee8459e461302bcc9ba12c6f44efa9"
|
|
42
17
|
}
|
|
43
18
|
],
|
|
44
19
|
"hashType": "sha256"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
2024-07-
|
|
2
|
-
2024-07-
|
|
1
|
+
2024-07-08T22:49:06+09:00 info: File Storage is Ready.
|
|
2
|
+
2024-07-08T22:49:07+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-08T22:49:07+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-08T22:49:08+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-08T22:49:08+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-08T22:49:08+09:00 info: Default DataSource established
|
|
104
|
+
2024-07-08T22:49:10+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
105
|
+
2024-07-08T22:49:10+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
2024-07-
|
|
2
|
-
2024-07-
|
|
1
|
+
2024-07-08T23:04:28+09:00 info: File Storage is Ready.
|
|
2
|
+
2024-07-08T23:04:29+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-08T23:04:29+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-08T23:04:29+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-08T23:04:29+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,11 +100,11 @@ 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-
|
|
106
|
-
2024-07-
|
|
107
|
-
2024-07-
|
|
103
|
+
2024-07-08T23:04:30+09:00 info: Default DataSource established
|
|
104
|
+
2024-07-08T23:04:31+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
105
|
+
2024-07-08T23:04:31+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
106
|
+
2024-07-08T23:05:23+09:00 info: File Storage is Ready.
|
|
107
|
+
2024-07-08T23:05:23+09:00 error: Error: Cannot find module 'oracledb'
|
|
108
108
|
Require stack:
|
|
109
109
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
|
110
110
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
|
@@ -129,7 +129,7 @@ Require stack:
|
|
|
129
129
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
130
130
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
131
131
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
132
|
-
2024-07-
|
|
132
|
+
2024-07-08T23:05:24+09:00 error: Error: Cannot find module 'oracledb'
|
|
133
133
|
Require stack:
|
|
134
134
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
|
135
135
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
|
@@ -154,7 +154,7 @@ Require stack:
|
|
|
154
154
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
155
155
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
156
156
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
157
|
-
2024-07-
|
|
157
|
+
2024-07-08T23:05:24+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
158
158
|
Require stack:
|
|
159
159
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
|
160
160
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
|
@@ -178,7 +178,7 @@ Require stack:
|
|
|
178
178
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
179
179
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
180
180
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
181
|
-
2024-07-
|
|
181
|
+
2024-07-08T23:05:24+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
182
182
|
Require stack:
|
|
183
183
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
|
184
184
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
|
@@ -201,8 +201,8 @@ Require stack:
|
|
|
201
201
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
202
202
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
203
203
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
204
|
-
2024-07-
|
|
205
|
-
2024-07-
|
|
204
|
+
2024-07-08T23:05:30+09:00 info: File Storage is Ready.
|
|
205
|
+
2024-07-08T23:05:31+09:00 error: Error: Cannot find module 'oracledb'
|
|
206
206
|
Require stack:
|
|
207
207
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
|
208
208
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
|
@@ -228,7 +228,7 @@ Require stack:
|
|
|
228
228
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
229
229
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
230
230
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
231
|
-
2024-07-
|
|
231
|
+
2024-07-08T23:05:31+09:00 error: Error: Cannot find module 'oracledb'
|
|
232
232
|
Require stack:
|
|
233
233
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
|
234
234
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
|
@@ -254,7 +254,7 @@ Require stack:
|
|
|
254
254
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
255
255
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
256
256
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
257
|
-
2024-07-
|
|
257
|
+
2024-07-08T23:05:31+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
258
258
|
Require stack:
|
|
259
259
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
|
260
260
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
|
@@ -279,7 +279,7 @@ Require stack:
|
|
|
279
279
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
280
280
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
281
281
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
282
|
-
2024-07-
|
|
282
|
+
2024-07-08T23:05:31+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
283
283
|
Require stack:
|
|
284
284
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
|
285
285
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
|
@@ -303,7 +303,21 @@ Require stack:
|
|
|
303
303
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
304
304
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
305
305
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
306
|
-
2024-07-
|
|
307
|
-
2024-07-
|
|
308
|
-
2024-07-
|
|
309
|
-
2024-07-
|
|
306
|
+
2024-07-08T23:05:32+09:00 info: Default DataSource established
|
|
307
|
+
2024-07-08T23:05:33+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
308
|
+
2024-07-08T23:05:33+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
309
|
+
2024-07-08T23:08:44+09:00 error: role name is duplicated
|
|
310
|
+
2024-07-08T23:28:07+09:00 error: NotFoundError: thumbnail not found
|
|
311
|
+
at Object.throw (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/context.js:97:11)
|
|
312
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/routers/standalone-board-service-router.js:165:22
|
|
313
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/routes.js:54:9
|
|
314
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/router/path-base-domain-router.js:9:5
|
|
315
|
+
at async domainAuthenticateMiddleware (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/middlewares/domain-authenticate-middleware.js:54:16)
|
|
316
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/middlewares/jwt-authenticate-middleware.js:71:17
|
|
317
|
+
2024-07-08T23:28:07+09:00 error: NotFoundError: thumbnail not found
|
|
318
|
+
at Object.throw (/Users/super/Documents/GitHub/operato-scene/node_modules/koa/lib/context.js:97:11)
|
|
319
|
+
at /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/routers/standalone-board-service-router.js:165:22
|
|
320
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/routes.js:54:9
|
|
321
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/router/path-base-domain-router.js:9:5
|
|
322
|
+
at async domainAuthenticateMiddleware (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/middlewares/domain-authenticate-middleware.js:54:16)
|
|
323
|
+
at async /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/auth-base/dist-server/middlewares/jwt-authenticate-middleware.js:71:17
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
2024-07-08T22:49:10+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2024-07-08T22:49:10+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2024-07-08T22:49:10+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2024-07-08T22:49:10+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2024-07-08T22:49:10+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2024-07-08T22:49:10+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2024-07-08T22:49:10+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2024-07-08T22:49:10+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2024-07-08T22:49:10+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2024-07-08T22:49:10+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2024-07-08T22:49:10+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2024-07-08T22:49:10+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2024-07-08T22:49:10+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2024-07-08T22:49:10+09:00 info: Connector 'email-connector' started to ready
|
|
15
|
+
2024-07-08T22:49:10+09:00 info: Connector 'influxdb-connector' started to ready
|
|
16
|
+
2024-07-08T22:49:10+09:00 info: Connector 'msgraph-connector' started to ready
|
|
17
|
+
2024-07-08T22:49:10+09:00 info: Connector 'proxy-connector' started to ready
|
|
18
|
+
2024-07-08T22:49:10+09:00 info: echo-back-servers are ready
|
|
19
|
+
2024-07-08T22:49:10+09:00 info: echo-back connections are ready
|
|
20
|
+
2024-07-08T22:49:10+09:00 info: http-connector connections are ready
|
|
21
|
+
2024-07-08T22:49:10+09:00 info: graphql-connector connections are ready
|
|
22
|
+
2024-07-08T22:49:10+09:00 info: sqlite-connector connections are ready
|
|
23
|
+
2024-07-08T22:49:10+09:00 info: postgresql-connector connections are ready
|
|
24
|
+
2024-07-08T22:49:10+09:00 info: mqtt-connector connections are ready
|
|
25
|
+
2024-07-08T22:49:10+09:00 info: mssql-connector connections are ready
|
|
26
|
+
2024-07-08T22:49:10+09:00 info: oracle-connector connections are ready
|
|
27
|
+
2024-07-08T22:49:10+09:00 info: mysql-connector connections are ready
|
|
28
|
+
2024-07-08T22:49:10+09:00 info: socket servers are ready
|
|
29
|
+
2024-07-08T22:49:10+09:00 info: operato-connector connections are ready
|
|
30
|
+
2024-07-08T22:49:10+09:00 info: email connections are ready
|
|
31
|
+
2024-07-08T22:49:10+09:00 info: influxdb connections are ready
|
|
32
|
+
2024-07-08T22:49:10+09:00 info: msgraph-connector connections are ready
|
|
33
|
+
2024-07-08T22:49:10+09:00 info: proxy-connector connections are ready
|
|
34
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'echo-back-server' ready
|
|
35
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'echo-back' ready
|
|
36
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'http-connector' ready
|
|
37
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'graphql-connector' ready
|
|
38
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'sqlite-connector' ready
|
|
39
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'postgresql-connector' ready
|
|
40
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'mqtt-connector' ready
|
|
41
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'mssql-connector' ready
|
|
42
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'oracle-connector' ready
|
|
43
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'mysql-connector' ready
|
|
44
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'socket-server' ready
|
|
45
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'operato-connector' ready
|
|
46
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'email-connector' ready
|
|
47
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'influxdb-connector' ready
|
|
48
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'msgraph-connector' ready
|
|
49
|
+
2024-07-08T22:49:10+09:00 info: All connector for 'proxy-connector' ready
|
|
50
|
+
2024-07-08T22:49:10+09:00 info: ConnectionManager initialization done:
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
2024-07-08T23:04:31+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2024-07-08T23:04:31+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2024-07-08T23:04:31+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2024-07-08T23:04:31+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2024-07-08T23:04:31+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2024-07-08T23:04:31+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2024-07-08T23:04:31+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2024-07-08T23:04:31+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2024-07-08T23:04:31+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2024-07-08T23:04:31+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2024-07-08T23:04:31+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2024-07-08T23:04:31+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2024-07-08T23:04:31+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2024-07-08T23:04:31+09:00 info: Connector 'email-connector' started to ready
|
|
15
|
+
2024-07-08T23:04:31+09:00 info: Connector 'influxdb-connector' started to ready
|
|
16
|
+
2024-07-08T23:04:31+09:00 info: Connector 'msgraph-connector' started to ready
|
|
17
|
+
2024-07-08T23:04:31+09:00 info: Connector 'proxy-connector' started to ready
|
|
18
|
+
2024-07-08T23:04:31+09:00 info: echo-back-servers are ready
|
|
19
|
+
2024-07-08T23:04:31+09:00 info: echo-back connections are ready
|
|
20
|
+
2024-07-08T23:04:31+09:00 info: http-connector connections are ready
|
|
21
|
+
2024-07-08T23:04:31+09:00 info: graphql-connector connections are ready
|
|
22
|
+
2024-07-08T23:04:31+09:00 info: sqlite-connector connections are ready
|
|
23
|
+
2024-07-08T23:04:31+09:00 info: postgresql-connector connections are ready
|
|
24
|
+
2024-07-08T23:04:31+09:00 info: mqtt-connector connections are ready
|
|
25
|
+
2024-07-08T23:04:31+09:00 info: mssql-connector connections are ready
|
|
26
|
+
2024-07-08T23:04:31+09:00 info: oracle-connector connections are ready
|
|
27
|
+
2024-07-08T23:04:31+09:00 info: mysql-connector connections are ready
|
|
28
|
+
2024-07-08T23:04:31+09:00 info: socket servers are ready
|
|
29
|
+
2024-07-08T23:04:31+09:00 info: operato-connector connections are ready
|
|
30
|
+
2024-07-08T23:04:31+09:00 info: email connections are ready
|
|
31
|
+
2024-07-08T23:04:31+09:00 info: influxdb connections are ready
|
|
32
|
+
2024-07-08T23:04:31+09:00 info: msgraph-connector connections are ready
|
|
33
|
+
2024-07-08T23:04:31+09:00 info: proxy-connector connections are ready
|
|
34
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'echo-back-server' ready
|
|
35
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'echo-back' ready
|
|
36
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'http-connector' ready
|
|
37
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'graphql-connector' ready
|
|
38
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'sqlite-connector' ready
|
|
39
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'postgresql-connector' ready
|
|
40
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'mqtt-connector' ready
|
|
41
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'mssql-connector' ready
|
|
42
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'oracle-connector' ready
|
|
43
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'mysql-connector' ready
|
|
44
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'socket-server' ready
|
|
45
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'operato-connector' ready
|
|
46
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'email-connector' ready
|
|
47
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'influxdb-connector' ready
|
|
48
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'msgraph-connector' ready
|
|
49
|
+
2024-07-08T23:04:31+09:00 info: All connector for 'proxy-connector' ready
|
|
50
|
+
2024-07-08T23:04:31+09:00 info: ConnectionManager initialization done:
|
|
51
|
+
2024-07-08T23:05:33+09:00 info: Initializing ConnectionManager...
|
|
52
|
+
2024-07-08T23:05:33+09:00 info: Connector 'echo-back-server' started to ready
|
|
53
|
+
2024-07-08T23:05:33+09:00 info: Connector 'echo-back' started to ready
|
|
54
|
+
2024-07-08T23:05:33+09:00 info: Connector 'http-connector' started to ready
|
|
55
|
+
2024-07-08T23:05:33+09:00 info: Connector 'graphql-connector' started to ready
|
|
56
|
+
2024-07-08T23:05:33+09:00 info: Connector 'sqlite-connector' started to ready
|
|
57
|
+
2024-07-08T23:05:33+09:00 info: Connector 'postgresql-connector' started to ready
|
|
58
|
+
2024-07-08T23:05:33+09:00 info: Connector 'mqtt-connector' started to ready
|
|
59
|
+
2024-07-08T23:05:33+09:00 info: Connector 'mssql-connector' started to ready
|
|
60
|
+
2024-07-08T23:05:33+09:00 info: Connector 'oracle-connector' started to ready
|
|
61
|
+
2024-07-08T23:05:33+09:00 info: Connector 'mysql-connector' started to ready
|
|
62
|
+
2024-07-08T23:05:33+09:00 info: Connector 'socket-server' started to ready
|
|
63
|
+
2024-07-08T23:05:33+09:00 info: Connector 'operato-connector' started to ready
|
|
64
|
+
2024-07-08T23:05:33+09:00 info: Connector 'email-connector' started to ready
|
|
65
|
+
2024-07-08T23:05:33+09:00 info: Connector 'influxdb-connector' started to ready
|
|
66
|
+
2024-07-08T23:05:33+09:00 info: Connector 'msgraph-connector' started to ready
|
|
67
|
+
2024-07-08T23:05:33+09:00 info: Connector 'proxy-connector' started to ready
|
|
68
|
+
2024-07-08T23:05:33+09:00 info: echo-back-servers are ready
|
|
69
|
+
2024-07-08T23:05:33+09:00 info: echo-back connections are ready
|
|
70
|
+
2024-07-08T23:05:33+09:00 info: http-connector connections are ready
|
|
71
|
+
2024-07-08T23:05:33+09:00 info: graphql-connector connections are ready
|
|
72
|
+
2024-07-08T23:05:33+09:00 info: sqlite-connector connections are ready
|
|
73
|
+
2024-07-08T23:05:33+09:00 info: postgresql-connector connections are ready
|
|
74
|
+
2024-07-08T23:05:33+09:00 info: mqtt-connector connections are ready
|
|
75
|
+
2024-07-08T23:05:33+09:00 info: mssql-connector connections are ready
|
|
76
|
+
2024-07-08T23:05:33+09:00 info: oracle-connector connections are ready
|
|
77
|
+
2024-07-08T23:05:33+09:00 info: mysql-connector connections are ready
|
|
78
|
+
2024-07-08T23:05:33+09:00 info: socket servers are ready
|
|
79
|
+
2024-07-08T23:05:33+09:00 info: operato-connector connections are ready
|
|
80
|
+
2024-07-08T23:05:33+09:00 info: email connections are ready
|
|
81
|
+
2024-07-08T23:05:33+09:00 info: influxdb connections are ready
|
|
82
|
+
2024-07-08T23:05:33+09:00 info: msgraph-connector connections are ready
|
|
83
|
+
2024-07-08T23:05:33+09:00 info: proxy-connector connections are ready
|
|
84
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'echo-back-server' ready
|
|
85
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'echo-back' ready
|
|
86
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'http-connector' ready
|
|
87
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'graphql-connector' ready
|
|
88
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'sqlite-connector' ready
|
|
89
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'postgresql-connector' ready
|
|
90
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'mqtt-connector' ready
|
|
91
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'mssql-connector' ready
|
|
92
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'oracle-connector' ready
|
|
93
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'mysql-connector' ready
|
|
94
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'socket-server' ready
|
|
95
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'operato-connector' ready
|
|
96
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'email-connector' ready
|
|
97
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'influxdb-connector' ready
|
|
98
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'msgraph-connector' ready
|
|
99
|
+
2024-07-08T23:05:33+09:00 info: All connector for 'proxy-connector' ready
|
|
100
|
+
2024-07-08T23:05:33+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.0.
|
|
4
|
+
"version": "7.0.4",
|
|
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": "653d9c4eb1e79b3607ba16fdce17577fd6eb7895"
|
|
63
63
|
}
|