@c8y/ngx-components 1023.48.3 → 1023.52.0
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/asset-properties/index.d.ts +1 -2
- package/asset-properties/index.d.ts.map +1 -1
- package/context-dashboard/index.d.ts.map +1 -1
- package/datapoint-explorer/view/index.d.ts +8 -0
- package/datapoint-explorer/view/index.d.ts.map +1 -1
- package/datapoint-selector/index.d.ts +14 -1
- package/datapoint-selector/index.d.ts.map +1 -1
- package/echart/index.d.ts +7 -2
- package/echart/index.d.ts.map +1 -1
- package/echart/models/index.d.ts +1 -0
- package/echart/models/index.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-asset-properties.mjs +3 -4
- package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -3
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +33 -4
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +24 -7
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-grid.mjs +1 -1
- package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +128 -52
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-global-context.mjs +7 -2
- package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs +127 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs +3 -3
- package/fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +1 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-exports.mjs +8 -1
- package/fesm2022/c8y-ngx-components-widgets-exports.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +1959 -0
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +90 -56
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +1724 -1464
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/global-context/index.d.ts +1 -0
- package/global-context/index.d.ts.map +1 -1
- package/index.d.ts +1453 -1339
- package/index.d.ts.map +1 -1
- package/locales/de.po +213 -3
- package/locales/es.po +213 -3
- package/locales/fr.po +213 -3
- package/locales/ja_JP.po +213 -3
- package/locales/ko.po +213 -3
- package/locales/locales.pot +219 -3
- package/locales/nl.po +213 -3
- package/locales/pl.po +213 -3
- package/locales/pt_BR.po +213 -3
- package/locales/zh_CN.po +213 -3
- package/locales/zh_TW.po +213 -3
- package/package.json +1 -1
- package/widgets/cockpit-exports/index.d.ts +6 -0
- package/widgets/cockpit-exports/index.d.ts.map +1 -1
- package/widgets/definitions/asset-table/index.d.ts +6 -0
- package/widgets/definitions/asset-table/index.d.ts.map +1 -0
- package/widgets/definitions/index.d.ts +1 -0
- package/widgets/definitions/index.d.ts.map +1 -1
- package/widgets/device-management-exports/index.d.ts +6 -0
- package/widgets/device-management-exports/index.d.ts.map +1 -1
- package/widgets/exports/index.d.ts +8 -1
- package/widgets/exports/index.d.ts.map +1 -1
- package/widgets/implementations/asset-table/index.d.ts +229 -0
- package/widgets/implementations/asset-table/index.d.ts.map +1 -0
- package/widgets/implementations/datapoints-graph/index.d.ts +14 -3
- package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c8y-ngx-components-echart-models.mjs","sources":["../../echart/models/datapoints-graph-widget.model.ts","../../echart/models/chart.model.ts","../../echart/models/svg-icons.model.ts","../../echart/models/c8y-ngx-components-echart-models.ts"],"sourcesContent":["import {\n AXIS_TYPES,\n CHART_LINE_TYPES,\n CHART_RENDER_TYPES,\n KPIDetails\n} from '@c8y/ngx-components/datapoint-selector';\nimport { gettext } from '@c8y/ngx-components/gettext';\nimport { aggregationType, AlarmStatusType, IMeasurement, ISeries, Severity } from '@c8y/client';\nimport type { BarSeriesOption, LineSeriesOption, ScatterSeriesOption } from 'echarts';\nimport { AlarmDetails, EventDetails } from '@c8y/ngx-components/alarm-event-selector';\nimport { TooltipFormatterCallback } from 'echarts/types/src/util/types';\nimport { TopLevelFormatterParams } from 'echarts/types/src/component/tooltip/TooltipModel';\nimport {\n DateTimeContext,\n GlobalContextDisplayMode,\n RefreshOption,\n TimeInterval\n} from '@c8y/ngx-components/global-context';\n\nexport type DatapointsGraphKPIDetails = KPIDetails & {\n lineType?: DatapointLineType;\n renderType?: DatapointChartRenderType;\n};\n\nexport type DatapointsGraphWidgetConfig = {\n activeAlarmTypesOutOfRange?: string[];\n aggregatedDatapoint?: DatapointsGraphKPIDetails;\n alarmsEventsConfigs?: AlarmOrEventExtended[];\n datapoints?: DatapointsGraphKPIDetails[] | null;\n dataPointLegendDisplay?: string | null;\n date?: DateTimeContext;\n dateFrom?: Date | string | null;\n dateTo?: Date | string | null;\n displayAggregationSelection?: boolean | null;\n displayDateSelection?: boolean | null;\n displayMarkedLine?: boolean;\n displayMarkedPoint?: boolean;\n mergeMatchingDatapoints?: boolean;\n forceMergeDatapoints?: boolean;\n setYaxisStartToZero?: boolean;\n smoothLines?: boolean;\n realtime?: boolean | null;\n showLabelAndUnit?: boolean;\n showSlider?: boolean | null;\n sliderChange?: boolean | null;\n xAxisSplitLines?: boolean | null;\n yAxisSplitLines?: boolean | null;\n interval?: TimeInterval;\n dateTimeContext?: DateTimeContext;\n aggregation?: aggregationType | null;\n refreshOption?: RefreshOption;\n isAutoRefreshEnabled?: boolean;\n isRealtimeEnabled?: boolean;\n displayMode?: GlobalContextDisplayMode;\n refreshInterval?: number;\n numberOfDecimalPlaces?: number;\n retrievalError?: object;\n};\n\nexport type GraphDisplayOptions = {\n displayMarkedLine: boolean;\n displayMarkedPoint: boolean;\n mergeMatchingDatapoints: boolean;\n forceMergeDatapoints: boolean;\n setYaxisStartToZero: boolean;\n showLabelAndUnit: boolean;\n showSlider: boolean;\n showOnlyAlarmsOrEvents?: boolean;\n numberOfDecimalPlaces?: number;\n sliderPositionMode?: 'compact' | 'default';\n smoothLines?: boolean;\n};\n\nexport type AlarmDetailsExtended = AlarmDetails & {\n __hidden?: boolean;\n __severity?: SeverityType[];\n __status?: AlarmStatusType[];\n};\n\nexport type EventDetailsExtended = EventDetails & {\n __hidden?: boolean;\n};\n\n/**\n * @description: Extended AlarmOrEvent type which includes properties from the incoming alarms/events. This interface can be used when the expected data can be either events or alarms.\n */\nexport type AlarmOrEventExtended = AlarmDetailsExtended | EventDetailsExtended;\n\nexport type DatapointsGraphWidgetTimeProps = Partial<\n Pick<DatapointsGraphWidgetConfig, 'interval' | 'dateFrom' | 'dateTo' | 'aggregation' | 'realtime'>\n>;\n\nexport enum DATE_SELECTION_EXTENDED {\n CONFIG = 'config',\n DASHBOARD_CONTEXT = 'dashboard_context'\n}\n\ntype DatapointApiValues = ISeries['values'];\nexport interface DpWithValues extends DatapointsGraphKPIDetails {\n values: DatapointApiValues;\n}\n\ntype DataPointValues = {\n min: number;\n max: number;\n};\nexport type DpValuesItem = {\n time: number;\n values: DataPointValues[];\n};\n\nexport interface LegendDisplayOptionItem {\n value: string;\n label: string;\n}\n\nexport const LEGEND_DISPLAY_OPTIONS: LegendDisplayOptionItem[] = [\n { value: 'auto', label: gettext('Auto') },\n { value: 'dropdown', label: gettext('Show in dropdown as list') },\n { value: 'legend', label: gettext('Show in legend') }\n];\n\nexport interface MarkPointData {\n coord: [string, number | DataPointValues | null];\n name: string;\n itemType: string;\n itemStyle: { color: string };\n symbol?: string; // Symbol to display for the mark point (reference to ICONS_MAP)\n symbolSize?: number;\n}\n\nexport interface MarkLineData {\n xAxis: string | undefined;\n itemType: string;\n label: {\n show: boolean;\n formatter: TooltipFormatterCallback<TopLevelFormatterParams> | string;\n };\n itemStyle: { color: string };\n}\n\nexport interface TimeContextProps {\n temporaryUserSelectedFromDate?: string;\n temporaryUserSelectedToDate?: string;\n currentDateContextFromDate?: string;\n currentDateContextToDate?: string;\n realtime?: boolean;\n currentDateContextInterval?: 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'custom';\n aggregation?: aggregationType | null;\n}\n\nexport type DatapointLineType = (typeof CHART_LINE_TYPES)[number]['val'];\nexport type EchartsSeriesOptions = LineSeriesOption | ScatterSeriesOption | BarSeriesOption;\n\nexport type DatapointAxisType = (typeof AXIS_TYPES)[number]['val'];\n\nexport type DatapointChartRenderType = (typeof CHART_RENDER_TYPES)[number]['val'];\n\nexport const REALTIME_TEXTS = {\n ACTIVE: gettext('Realtime active'),\n INACTIVE: gettext('Realtime inactive')\n} as const;\n\nexport const PRODUCT_EXPERIENCE_DATA_EXPLORER_AND_GRAPH = {\n EVENTS: {\n DATA_EXPLORER_AND_GRAPH: 'data-explorer-and-graph'\n },\n COMPONENTS: {\n DATA_EXPLORER_DETAILS: 'data-explorer-details'\n },\n ACTIONS: {\n DATA_EXPLORER_CONFIG_INIT: 'data-explorer-config-init',\n DATA_EXPLORER_CONFIG_CHANGE: 'data-explorer-config-change',\n DATA_GRAPH_WIDGET_CONFIG: 'data-graph-widget-config'\n }\n};\n\nexport type DateString = string;\nexport type SeriesValue = [DateString, number];\n\nexport type DatapointRealtimeMeasurements = {\n measurement: IMeasurement;\n datapoint: DatapointsGraphKPIDetails;\n};\n\nexport type YAxisOptions = {\n showSplitLines: boolean;\n mergeMatchingDatapoints: boolean;\n forceMergeDatapoints: boolean;\n setYaxisStartToZero: boolean;\n showLabelAndUnit: boolean;\n};\n\nexport interface SeriesDatapointInfo {\n datapointId?: string;\n datapointLabel?: string;\n datapointUnit?: string;\n}\n\nexport const SEVERITY_LABELS = {\n CRITICAL: gettext('Critical`alarm`') as 'CRITICAL',\n MAJOR: gettext('Major`alarm`') as 'MAJOR',\n MINOR: gettext('Minor`alarm`') as 'MINOR',\n WARNING: gettext('Warning`alarm`') as 'WARNING'\n} as const;\n\nexport type SeverityType = keyof typeof Severity;\n\nexport interface SelectableDatapoint {\n type: 'ALARM' | 'DATAPOINT' | 'EVENT';\n original: KPIDetails | AlarmDetailsExtended | EventDetailsExtended;\n}\n","import { ECBasicOption, TooltipFormatterCallback } from 'echarts/types/src/util/types';\nimport { MarkLineData, MarkPointData, SeriesValue } from './datapoints-graph-widget.model';\nimport { TopLevelFormatterParams } from 'echarts/types/src/component/tooltip/TooltipModel';\n\n/**\n * @param typeOfSeries is used for formatter to distinguish between events/alarms series\n * @param isDpTemplateSelected is used to distinguish if the series have a specific dp template selected. E.g. for case when a device has 2 measurements and 2 series are created for each measurement\n * @param id is used to distinguish between series\n * @param data is used to store the data for the series\n * @param itemStyle is used to set the color of the series\n */\ninterface ModifiedCustomSeriesOptions extends echarts.EChartsOption {\n typeOfSeries?: 'alarm' | 'event' | null;\n isDpTemplateSelected?: boolean;\n id: string;\n data: SeriesValue[];\n itemStyle: { color: string };\n}\n\nexport interface customSeriesMarkLineData {\n data: MarkLineData[];\n}\n\nexport interface customSeriesMarkPointData {\n data: MarkPointData[];\n}\n\nexport type CustomSeriesOptions = Omit<ModifiedCustomSeriesOptions, 'tooltip'>;\nexport interface EchartsCustomOptions extends ECBasicOption {\n tooltip: {\n formatter: TooltipFormatterCallback<TopLevelFormatterParams> | string;\n }[];\n}\n\nexport interface MeasurementSeries {\n min: number | null;\n max: number | null;\n}\n\nexport enum CHART_VIEW_CONTEXT {\n WIDGET_VIEW = 'widget_view',\n WIDGET_CONFIG = 'widget_config',\n DATAPOINT_EXPLORER = 'datapoint_explorer'\n}\n","enum ICONS {\n ALARM = 'path://M18.375 15.8462L20.4423 17.9135V18.9231H4V17.9135L6.06731 15.8462V10.75C6.06731 9.14744 6.47596 7.75321 7.29327 6.56731C8.11058 5.38141 9.24038 4.61218 10.6827 4.25962V3.53846C10.6827 3.12179 10.8269 2.76122 11.1154 2.45673C11.4038 2.15224 11.7724 2 12.2212 2C12.6699 2 13.0385 2.15224 13.3269 2.45673C13.6154 2.76122 13.7596 3.12179 13.7596 3.53846V4.25962C15.2019 4.61218 16.3317 5.38141 17.149 6.56731C17.9663 7.75321 18.375 9.14744 18.375 10.75V15.8462ZM12.2212 22C11.6442 22 11.1554 21.8077 10.7548 21.4231C10.3542 21.0385 10.1538 20.5577 10.1538 19.9808H14.2885C14.2885 20.5256 14.0801 20.9984 13.6635 21.399C13.2468 21.7997 12.766 22 12.2212 22Z',\n EVENT = 'path://M97.3013 63L128.939 95.1315C79.296 134.335 47.7653 191.526 47.7653 255.276C47.7653 319.027 79.296 376.218 128.917 415.421L97.28 447.574C37.76 400.552 0 331.93 0 255.276C0 178.622 37.76 110.001 97.3013 63ZM414.72 63C474.24 110.001 512 178.622 512 255.276C512 331.93 474.24 400.552 414.72 447.574L383.083 415.421C432.704 376.218 464.235 319.027 464.235 255.276C464.235 191.526 432.704 134.335 383.083 95.1315L414.72 63ZM160.405 127.092L192 159.181C162.24 182.681 143.317 217.013 143.317 255.276C143.317 293.539 162.219 327.871 192 351.372L160.405 383.461C120.725 352.119 95.552 306.379 95.552 255.276C95.552 204.174 120.725 158.433 160.405 127.092ZM351.595 127.092C391.296 158.433 416.448 204.174 416.448 255.276C416.448 306.379 391.275 352.119 351.595 383.461L320 351.372C349.781 327.871 368.683 293.539 368.683 255.276C368.683 217.013 349.781 182.703 320 159.181L351.595 127.092ZM256 192.722C291.505 192.722 320.287 221.504 320.287 257.009C320.287 292.514 291.505 321.296 256 321.296C220.495 321.296 191.713 292.514 191.713 257.009C191.713 221.504 220.495 192.722 256 192.722Z',\n ACKNOWLEDGED = 'path://M10.4795 2H13.4807V4.18054C14.1215 4.35248 14.7155 4.61821 15.2626 4.97773C15.8097 5.35287 16.2864 5.79836 16.6928 6.31419C17.0993 6.81438 17.4119 7.3771 17.6307 8.00234C17.8652 8.62759 17.9824 9.29191 17.9824 9.99531V13.7702L16.9742 12.762V12.7855L9.72919 5.54045C9.74482 5.54045 9.75264 5.54045 9.75264 5.54045L9.00234 4.79015C9.22118 4.64947 9.45565 4.53224 9.70574 4.43845C9.95584 4.34467 10.2138 4.25869 10.4795 4.18054V2ZM4.4068 3.03165L21.4291 20.0305L19.9988 21.4373L17.5604 18.9988H13.6917C13.7855 19.1551 13.8558 19.3193 13.9027 19.4912C13.9496 19.6475 13.973 19.8195 13.973 20.007C13.973 20.5541 13.7776 21.0231 13.3869 21.4138C12.9961 21.8046 12.5272 22 11.9801 22C11.4174 22 10.9406 21.8046 10.5498 21.4138C10.159 21.0231 9.96366 20.5541 9.96366 20.007C9.96366 19.8195 9.9871 19.6475 10.034 19.4912C10.0809 19.3193 10.1512 19.1551 10.245 18.9988H3.96131V17.9906L5.97773 15.9977V9.99531C5.97773 9.60453 6.00899 9.22939 6.07151 8.86987C6.14967 8.51036 6.25127 8.15866 6.37632 7.81477L3 4.43845L4.4068 3.03165Z',\n CLEARED = 'path://M9.09375 19.5977C9.09375 20.2617 9.32812 20.8281 9.79688 21.2969C10.2786 21.7656 10.8516 22 11.5156 22C12.1927 22 12.7656 21.7656 13.2344 21.2969C13.7161 20.8281 13.957 20.2617 13.957 19.5977H9.09375ZM16.8672 10.418C16.3203 10.5091 15.7995 10.6784 15.3047 10.9258C14.8229 11.1732 14.3867 11.4922 13.9961 11.8828C13.5013 12.3776 13.1172 12.944 12.8438 13.582C12.5833 14.2201 12.4531 14.8841 12.4531 15.5742C12.4531 16.0299 12.5052 16.4727 12.6094 16.9023C12.7266 17.332 12.8958 17.7422 13.1172 18.1328H3V16.375C4.04167 16.0495 4.74479 15.3919 5.10938 14.4023C5.47396 13.4128 5.76693 12.3385 5.98828 11.1797C6.20964 10.0208 6.48958 8.88802 6.82812 7.78125C7.16667 6.6875 7.83724 5.85417 8.83984 5.28125C9.11328 5.125 9.32812 4.91667 9.48438 4.65625C9.64062 4.38281 9.71875 4.08984 9.71875 3.77734C9.71875 3.28255 9.88802 2.86589 10.2266 2.52734C10.5781 2.17578 11.0013 2 11.4961 2C11.9909 2 12.4076 2.17578 12.7461 2.52734C13.0977 2.86589 13.2734 3.28255 13.2734 3.77734C13.2734 4.08984 13.3516 4.38281 13.5078 4.65625C13.6771 4.91667 13.8984 5.125 14.1719 5.28125C15.0443 5.78906 15.6562 6.51172 16.0078 7.44922C16.3724 8.38672 16.6589 9.3763 16.8672 10.418ZM11.4961 4.48047C11.6914 4.48047 11.8607 4.41536 12.0039 4.28516C12.1471 4.14193 12.2188 3.97266 12.2188 3.77734C12.2188 3.56901 12.1471 3.39974 12.0039 3.26953C11.8607 3.1263 11.6914 3.05469 11.4961 3.05469C11.3008 3.05469 11.1315 3.1263 10.9883 3.26953C10.8451 3.39974 10.7734 3.56901 10.7734 3.77734C10.7734 3.97266 10.8451 4.14193 10.9883 4.28516C11.1315 4.41536 11.3008 4.48047 11.4961 4.48047ZM16.9062 17.6055L19.9922 14.5195L19.2305 13.7773L16.9062 16.1016L15.8906 15.0859L15.1289 15.8477L16.9062 17.6055ZM17.5312 11.8633C18.5599 11.8633 19.4388 12.2279 20.168 12.957C20.8971 13.6862 21.2617 14.5651 21.2617 15.5938C21.2617 16.6224 20.8971 17.5013 20.168 18.2305C19.4388 18.9596 18.5599 19.3242 17.5312 19.3242C16.5026 19.3242 15.6237 18.9596 14.8945 18.2305C14.1654 17.5013 13.8008 16.6224 13.8008 15.5938C13.8008 14.5651 14.1654 13.6862 14.8945 12.957C15.6237 12.2279 16.5026 11.8633 17.5312 11.8633Z',\n MINOR = 'path://M21.9787 11.9894L11.9894 22L2 11.9894L11.9894 2L21.9787 11.9894ZM12.9052 16.5474V14.7157H11.0735V16.5474H12.9052ZM12.9052 12.9052V7.45261H11.0735V12.9052H12.9052Z',\n MAJOR = 'path://M12.8936 13.8936V10.234H11.1064V13.8936H12.8936ZM12.8936 17.5106V15.6809H11.1064V17.5106H12.8936ZM2 20.234L12 3L22 20.234H2Z',\n CRITICAL = 'path://M12.0117 22C10.6362 22 9.3388 21.7343 8.11958 21.2028C6.90035 20.687 5.83744 19.9758 4.93083 19.0692C4.02423 18.1626 3.31301 17.0996 2.79719 15.8804C2.26573 14.6768 2 13.3794 2 11.9883C2 10.6127 2.26573 9.31536 2.79719 8.09613C3.31301 6.89254 4.02423 5.83744 4.93083 4.93083C5.83744 4.02423 6.90035 3.3052 8.11958 2.77374C9.3388 2.25791 10.6362 2 12.0117 2C13.3873 2 14.6846 2.25791 15.9039 2.77374C17.1231 3.3052 18.186 4.02423 19.0926 4.93083C19.9992 5.83744 20.7104 6.89254 21.2263 8.09613C21.7577 9.31536 22.0234 10.6127 22.0234 11.9883C22.0234 13.3794 21.7577 14.6768 21.2263 15.8804C20.7104 17.0996 19.9992 18.1626 19.0926 19.0692C18.186 19.9758 17.1231 20.687 15.9039 21.2028C14.6846 21.7343 13.3873 22 12.0117 22ZM13.0199 6.99414H11.0035V12.9965H13.0199V6.99414ZM13.0199 14.9894H11.0035V17.0059H13.0199V14.9894Z',\n WARNING = 'path://M12 2C13.3772 2 14.6761 2.25822 15.8967 2.77465C17.1174 3.29108 18.1815 4.00313 19.0892 4.9108C19.9969 5.81847 20.7089 6.88263 21.2254 8.10329C21.7418 9.32394 22 10.6228 22 12C22 13.3772 21.7418 14.6761 21.2254 15.8967C20.7089 17.1174 19.9969 18.1815 19.0892 19.0892C18.1815 19.9969 17.1174 20.7089 15.8967 21.2254C14.6761 21.7418 13.3772 22 12 22C10.6228 22 9.32394 21.7418 8.10329 21.2254C6.88263 20.7089 5.81847 19.9969 4.9108 19.0892C4.00313 18.1815 3.29108 17.1174 2.77465 15.8967C2.25822 14.6761 2 13.3772 2 12C2 10.6228 2.25822 9.32394 2.77465 8.10329C3.29108 6.88263 4.00313 5.81847 4.9108 4.9108C5.81847 4.00313 6.88263 3.29108 8.10329 2.77465C9.32394 2.25822 10.6228 2 12 2Z'\n}\n\nexport const ICONS_MAP = {\n ALARM: ICONS.ALARM,\n EVENT: ICONS.EVENT,\n ACKNOWLEDGED: ICONS.ACKNOWLEDGED,\n CLEARED: ICONS.CLEARED,\n MINOR: ICONS.MINOR,\n MAJOR: ICONS.MAJOR,\n CRITICAL: ICONS.CRITICAL,\n WARNING: ICONS.WARNING\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;IA4FY;AAAZ,CAAA,UAAY,uBAAuB,EAAA;AACjC,IAAA,uBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,uBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC;AACzC,CAAC,EAHW,uBAAuB,KAAvB,uBAAuB,GAAA,EAAA,CAAA,CAAA;AAwB5B,MAAM,sBAAsB,GAA8B;IAC/D,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE;IACzC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,CAAC,0BAA0B,CAAC,EAAE;IACjE,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,CAAC,gBAAgB,CAAC;;AAuC9C,MAAM,cAAc,GAAG;AAC5B,IAAA,MAAM,EAAE,OAAO,CAAC,iBAAiB,CAAC;AAClC,IAAA,QAAQ,EAAE,OAAO,CAAC,mBAAmB;;AAGhC,MAAM,0CAA0C,GAAG;AACxD,IAAA,MAAM,EAAE;AACN,QAAA,uBAAuB,EAAE;AAC1B,KAAA;AACD,IAAA,UAAU,EAAE;AACV,QAAA,qBAAqB,EAAE;AACxB,KAAA;AACD,IAAA,OAAO,EAAE;AACP,QAAA,yBAAyB,EAAE,2BAA2B;AACtD,QAAA,2BAA2B,EAAE,6BAA6B;AAC1D,QAAA,wBAAwB,EAAE;AAC3B;;AAyBI,MAAM,eAAe,GAAG;AAC7B,IAAA,QAAQ,EAAE,OAAO,CAAC,iBAAiB,CAAe;AAClD,IAAA,KAAK,EAAE,OAAO,CAAC,cAAc,CAAY;AACzC,IAAA,KAAK,EAAE,OAAO,CAAC,cAAc,CAAY;AACzC,IAAA,OAAO,EAAE,OAAO,CAAC,gBAAgB;;;ICpKvB;AAAZ,CAAA,UAAY,kBAAkB,EAAA;AAC5B,IAAA,kBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B;AAC3B,IAAA,kBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B;AAC/B,IAAA,kBAAA,CAAA,oBAAA,CAAA,GAAA,oBAAyC;AAC3C,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,GAAA,EAAA,CAAA,CAAA;;ACvC9B,IAAK,KASJ;AATD,CAAA,UAAK,KAAK,EAAA;AACR,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,qpBAA6pB;AAC7pB,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,6jCAAqkC;AACrkC,IAAA,KAAA,CAAA,cAAA,CAAA,GAAA,qgCAAohC;AACphC,IAAA,KAAA,CAAA,SAAA,CAAA,GAAA,2hEAAqiE;AACriE,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,2KAAmL;AACnL,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,qIAA6I;AAC7I,IAAA,KAAA,CAAA,UAAA,CAAA,GAAA,4zBAAu0B;AACv0B,IAAA,KAAA,CAAA,SAAA,CAAA,GAAA,qrBAA+rB;AACjsB,CAAC,EATI,KAAK,KAAL,KAAK,GAAA,EAAA,CAAA,CAAA;AAWH,MAAM,SAAS,GAAG;IACvB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,YAAY,EAAE,KAAK,CAAC,YAAY;IAChC,OAAO,EAAE,KAAK,CAAC,OAAO;IACtB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,QAAQ,EAAE,KAAK,CAAC,QAAQ;IACxB,OAAO,EAAE,KAAK,CAAC;;;ACnBjB;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-echart-models.mjs","sources":["../../echart/models/datapoints-graph-widget.model.ts","../../echart/models/chart.model.ts","../../echart/models/svg-icons.model.ts","../../echart/models/c8y-ngx-components-echart-models.ts"],"sourcesContent":["import {\n AXIS_TYPES,\n CHART_LINE_TYPES,\n CHART_RENDER_TYPES,\n KPIDetails\n} from '@c8y/ngx-components/datapoint-selector';\nimport { gettext } from '@c8y/ngx-components/gettext';\nimport { aggregationType, AlarmStatusType, IMeasurement, ISeries, Severity } from '@c8y/client';\nimport type { BarSeriesOption, LineSeriesOption, ScatterSeriesOption } from 'echarts';\nimport { AlarmDetails, EventDetails } from '@c8y/ngx-components/alarm-event-selector';\nimport { TooltipFormatterCallback } from 'echarts/types/src/util/types';\nimport { TopLevelFormatterParams } from 'echarts/types/src/component/tooltip/TooltipModel';\nimport {\n DateTimeContext,\n GlobalContextDisplayMode,\n RefreshOption,\n TimeInterval\n} from '@c8y/ngx-components/global-context';\n\nexport type DatapointsGraphKPIDetails = KPIDetails & {\n lineType?: DatapointLineType;\n renderType?: DatapointChartRenderType;\n};\n\nexport type DatapointsGraphWidgetConfig = {\n activeAlarmTypesOutOfRange?: string[];\n aggregatedDatapoint?: DatapointsGraphKPIDetails;\n alarmsEventsConfigs?: AlarmOrEventExtended[];\n datapoints?: DatapointsGraphKPIDetails[] | null;\n dataPointLegendDisplay?: string | null;\n date?: DateTimeContext;\n dateFrom?: Date | string | null;\n dateTo?: Date | string | null;\n displayAggregationSelection?: boolean | null;\n displayDateSelection?: boolean | null;\n displayMarkedLine?: boolean;\n displayMarkedPoint?: boolean;\n mergeMatchingDatapoints?: boolean;\n forceMergeDatapoints?: boolean;\n setYaxisStartToZero?: boolean;\n smoothLines?: boolean;\n realtime?: boolean | null;\n showLabelAndUnit?: boolean;\n showSlider?: boolean | null;\n sliderChange?: boolean | null;\n xAxisSplitLines?: boolean | null;\n yAxisSplitLines?: boolean | null;\n interval?: TimeInterval;\n dateTimeContext?: DateTimeContext;\n aggregation?: aggregationType | null;\n refreshOption?: RefreshOption;\n isAutoRefreshEnabled?: boolean;\n isRealtimeEnabled?: boolean;\n displayMode?: GlobalContextDisplayMode;\n refreshInterval?: number;\n numberOfDecimalPlaces?: number;\n showAdvancedChartOptions?: boolean;\n retrievalError?: object;\n};\n\nexport type GraphDisplayOptions = {\n displayMarkedLine: boolean;\n displayMarkedPoint: boolean;\n mergeMatchingDatapoints: boolean;\n forceMergeDatapoints: boolean;\n setYaxisStartToZero: boolean;\n showLabelAndUnit: boolean;\n showSlider: boolean;\n showOnlyAlarmsOrEvents?: boolean;\n numberOfDecimalPlaces?: number;\n sliderPositionMode?: 'compact' | 'default';\n smoothLines?: boolean;\n};\n\nexport type AlarmDetailsExtended = AlarmDetails & {\n __hidden?: boolean;\n __severity?: SeverityType[];\n __status?: AlarmStatusType[];\n};\n\nexport type EventDetailsExtended = EventDetails & {\n __hidden?: boolean;\n};\n\n/**\n * @description: Extended AlarmOrEvent type which includes properties from the incoming alarms/events. This interface can be used when the expected data can be either events or alarms.\n */\nexport type AlarmOrEventExtended = AlarmDetailsExtended | EventDetailsExtended;\n\nexport type DatapointsGraphWidgetTimeProps = Partial<\n Pick<DatapointsGraphWidgetConfig, 'interval' | 'dateFrom' | 'dateTo' | 'aggregation' | 'realtime'>\n>;\n\nexport enum DATE_SELECTION_EXTENDED {\n CONFIG = 'config',\n DASHBOARD_CONTEXT = 'dashboard_context'\n}\n\ntype DatapointApiValues = ISeries['values'];\nexport interface DpWithValues extends DatapointsGraphKPIDetails {\n values: DatapointApiValues;\n}\n\ntype DataPointValues = {\n min: number;\n max: number;\n};\nexport type DpValuesItem = {\n time: number;\n values: DataPointValues[];\n};\n\nexport interface LegendDisplayOptionItem {\n value: string;\n label: string;\n}\n\nexport const LEGEND_DISPLAY_OPTIONS: LegendDisplayOptionItem[] = [\n { value: 'auto', label: gettext('Auto') },\n { value: 'dropdown', label: gettext('Show in dropdown as list') },\n { value: 'legend', label: gettext('Show in legend') }\n];\n\nexport interface MarkPointData {\n coord: [string, number | DataPointValues | null];\n name: string;\n itemType: string;\n itemStyle: { color: string };\n symbol?: string; // Symbol to display for the mark point (reference to ICONS_MAP)\n symbolSize?: number;\n}\n\nexport interface MarkLineData {\n xAxis: string | undefined;\n itemType: string;\n label: {\n show: boolean;\n formatter: TooltipFormatterCallback<TopLevelFormatterParams> | string;\n };\n itemStyle: { color: string };\n}\n\nexport interface TimeContextProps {\n temporaryUserSelectedFromDate?: string;\n temporaryUserSelectedToDate?: string;\n currentDateContextFromDate?: string;\n currentDateContextToDate?: string;\n realtime?: boolean;\n currentDateContextInterval?: 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'custom';\n aggregation?: aggregationType | null;\n}\n\nexport type DatapointLineType = (typeof CHART_LINE_TYPES)[number]['val'];\nexport type EchartsSeriesOptions = LineSeriesOption | ScatterSeriesOption | BarSeriesOption;\n\nexport type DatapointAxisType = (typeof AXIS_TYPES)[number]['val'];\n\nexport type DatapointChartRenderType = (typeof CHART_RENDER_TYPES)[number]['val'];\n\nexport const REALTIME_TEXTS = {\n ACTIVE: gettext('Realtime active'),\n INACTIVE: gettext('Realtime inactive')\n} as const;\n\nexport const PRODUCT_EXPERIENCE_DATA_EXPLORER_AND_GRAPH = {\n EVENTS: {\n DATA_EXPLORER_AND_GRAPH: 'data-explorer-and-graph'\n },\n COMPONENTS: {\n DATA_EXPLORER_DETAILS: 'data-explorer-details'\n },\n ACTIONS: {\n DATA_EXPLORER_CONFIG_INIT: 'data-explorer-config-init',\n DATA_EXPLORER_CONFIG_CHANGE: 'data-explorer-config-change',\n DATA_GRAPH_WIDGET_CONFIG: 'data-graph-widget-config'\n }\n};\n\nexport type DateString = string;\nexport type SeriesValue = [DateString, number];\n\nexport type DatapointRealtimeMeasurements = {\n measurement: IMeasurement;\n datapoint: DatapointsGraphKPIDetails;\n};\n\nexport type YAxisOptions = {\n showSplitLines: boolean;\n mergeMatchingDatapoints: boolean;\n forceMergeDatapoints: boolean;\n setYaxisStartToZero: boolean;\n showLabelAndUnit: boolean;\n};\n\nexport interface SeriesDatapointInfo {\n datapointId?: string;\n datapointLabel?: string;\n datapointUnit?: string;\n}\n\nexport const SEVERITY_LABELS = {\n CRITICAL: gettext('Critical`alarm`') as 'CRITICAL',\n MAJOR: gettext('Major`alarm`') as 'MAJOR',\n MINOR: gettext('Minor`alarm`') as 'MINOR',\n WARNING: gettext('Warning`alarm`') as 'WARNING'\n} as const;\n\nexport type SeverityType = keyof typeof Severity;\n\nexport interface SelectableDatapoint {\n type: 'ALARM' | 'DATAPOINT' | 'EVENT';\n original: KPIDetails | AlarmDetailsExtended | EventDetailsExtended;\n}\n","import { ECBasicOption, TooltipFormatterCallback } from 'echarts/types/src/util/types';\nimport { MarkLineData, MarkPointData, SeriesValue } from './datapoints-graph-widget.model';\nimport { TopLevelFormatterParams } from 'echarts/types/src/component/tooltip/TooltipModel';\n\n/**\n * @param typeOfSeries is used for formatter to distinguish between events/alarms series\n * @param isDpTemplateSelected is used to distinguish if the series have a specific dp template selected. E.g. for case when a device has 2 measurements and 2 series are created for each measurement\n * @param id is used to distinguish between series\n * @param data is used to store the data for the series\n * @param itemStyle is used to set the color of the series\n */\ninterface ModifiedCustomSeriesOptions extends echarts.EChartsOption {\n typeOfSeries?: 'alarm' | 'event' | null;\n isDpTemplateSelected?: boolean;\n id: string;\n data: SeriesValue[];\n itemStyle: { color: string };\n}\n\nexport interface customSeriesMarkLineData {\n data: MarkLineData[];\n}\n\nexport interface customSeriesMarkPointData {\n data: MarkPointData[];\n}\n\nexport type CustomSeriesOptions = Omit<ModifiedCustomSeriesOptions, 'tooltip'>;\nexport interface EchartsCustomOptions extends ECBasicOption {\n tooltip: {\n formatter: TooltipFormatterCallback<TopLevelFormatterParams> | string;\n }[];\n}\n\nexport interface MeasurementSeries {\n min: number | null;\n max: number | null;\n}\n\nexport enum CHART_VIEW_CONTEXT {\n WIDGET_VIEW = 'widget_view',\n WIDGET_CONFIG = 'widget_config',\n DATAPOINT_EXPLORER = 'datapoint_explorer'\n}\n","enum ICONS {\n ALARM = 'path://M18.375 15.8462L20.4423 17.9135V18.9231H4V17.9135L6.06731 15.8462V10.75C6.06731 9.14744 6.47596 7.75321 7.29327 6.56731C8.11058 5.38141 9.24038 4.61218 10.6827 4.25962V3.53846C10.6827 3.12179 10.8269 2.76122 11.1154 2.45673C11.4038 2.15224 11.7724 2 12.2212 2C12.6699 2 13.0385 2.15224 13.3269 2.45673C13.6154 2.76122 13.7596 3.12179 13.7596 3.53846V4.25962C15.2019 4.61218 16.3317 5.38141 17.149 6.56731C17.9663 7.75321 18.375 9.14744 18.375 10.75V15.8462ZM12.2212 22C11.6442 22 11.1554 21.8077 10.7548 21.4231C10.3542 21.0385 10.1538 20.5577 10.1538 19.9808H14.2885C14.2885 20.5256 14.0801 20.9984 13.6635 21.399C13.2468 21.7997 12.766 22 12.2212 22Z',\n EVENT = 'path://M97.3013 63L128.939 95.1315C79.296 134.335 47.7653 191.526 47.7653 255.276C47.7653 319.027 79.296 376.218 128.917 415.421L97.28 447.574C37.76 400.552 0 331.93 0 255.276C0 178.622 37.76 110.001 97.3013 63ZM414.72 63C474.24 110.001 512 178.622 512 255.276C512 331.93 474.24 400.552 414.72 447.574L383.083 415.421C432.704 376.218 464.235 319.027 464.235 255.276C464.235 191.526 432.704 134.335 383.083 95.1315L414.72 63ZM160.405 127.092L192 159.181C162.24 182.681 143.317 217.013 143.317 255.276C143.317 293.539 162.219 327.871 192 351.372L160.405 383.461C120.725 352.119 95.552 306.379 95.552 255.276C95.552 204.174 120.725 158.433 160.405 127.092ZM351.595 127.092C391.296 158.433 416.448 204.174 416.448 255.276C416.448 306.379 391.275 352.119 351.595 383.461L320 351.372C349.781 327.871 368.683 293.539 368.683 255.276C368.683 217.013 349.781 182.703 320 159.181L351.595 127.092ZM256 192.722C291.505 192.722 320.287 221.504 320.287 257.009C320.287 292.514 291.505 321.296 256 321.296C220.495 321.296 191.713 292.514 191.713 257.009C191.713 221.504 220.495 192.722 256 192.722Z',\n ACKNOWLEDGED = 'path://M10.4795 2H13.4807V4.18054C14.1215 4.35248 14.7155 4.61821 15.2626 4.97773C15.8097 5.35287 16.2864 5.79836 16.6928 6.31419C17.0993 6.81438 17.4119 7.3771 17.6307 8.00234C17.8652 8.62759 17.9824 9.29191 17.9824 9.99531V13.7702L16.9742 12.762V12.7855L9.72919 5.54045C9.74482 5.54045 9.75264 5.54045 9.75264 5.54045L9.00234 4.79015C9.22118 4.64947 9.45565 4.53224 9.70574 4.43845C9.95584 4.34467 10.2138 4.25869 10.4795 4.18054V2ZM4.4068 3.03165L21.4291 20.0305L19.9988 21.4373L17.5604 18.9988H13.6917C13.7855 19.1551 13.8558 19.3193 13.9027 19.4912C13.9496 19.6475 13.973 19.8195 13.973 20.007C13.973 20.5541 13.7776 21.0231 13.3869 21.4138C12.9961 21.8046 12.5272 22 11.9801 22C11.4174 22 10.9406 21.8046 10.5498 21.4138C10.159 21.0231 9.96366 20.5541 9.96366 20.007C9.96366 19.8195 9.9871 19.6475 10.034 19.4912C10.0809 19.3193 10.1512 19.1551 10.245 18.9988H3.96131V17.9906L5.97773 15.9977V9.99531C5.97773 9.60453 6.00899 9.22939 6.07151 8.86987C6.14967 8.51036 6.25127 8.15866 6.37632 7.81477L3 4.43845L4.4068 3.03165Z',\n CLEARED = 'path://M9.09375 19.5977C9.09375 20.2617 9.32812 20.8281 9.79688 21.2969C10.2786 21.7656 10.8516 22 11.5156 22C12.1927 22 12.7656 21.7656 13.2344 21.2969C13.7161 20.8281 13.957 20.2617 13.957 19.5977H9.09375ZM16.8672 10.418C16.3203 10.5091 15.7995 10.6784 15.3047 10.9258C14.8229 11.1732 14.3867 11.4922 13.9961 11.8828C13.5013 12.3776 13.1172 12.944 12.8438 13.582C12.5833 14.2201 12.4531 14.8841 12.4531 15.5742C12.4531 16.0299 12.5052 16.4727 12.6094 16.9023C12.7266 17.332 12.8958 17.7422 13.1172 18.1328H3V16.375C4.04167 16.0495 4.74479 15.3919 5.10938 14.4023C5.47396 13.4128 5.76693 12.3385 5.98828 11.1797C6.20964 10.0208 6.48958 8.88802 6.82812 7.78125C7.16667 6.6875 7.83724 5.85417 8.83984 5.28125C9.11328 5.125 9.32812 4.91667 9.48438 4.65625C9.64062 4.38281 9.71875 4.08984 9.71875 3.77734C9.71875 3.28255 9.88802 2.86589 10.2266 2.52734C10.5781 2.17578 11.0013 2 11.4961 2C11.9909 2 12.4076 2.17578 12.7461 2.52734C13.0977 2.86589 13.2734 3.28255 13.2734 3.77734C13.2734 4.08984 13.3516 4.38281 13.5078 4.65625C13.6771 4.91667 13.8984 5.125 14.1719 5.28125C15.0443 5.78906 15.6562 6.51172 16.0078 7.44922C16.3724 8.38672 16.6589 9.3763 16.8672 10.418ZM11.4961 4.48047C11.6914 4.48047 11.8607 4.41536 12.0039 4.28516C12.1471 4.14193 12.2188 3.97266 12.2188 3.77734C12.2188 3.56901 12.1471 3.39974 12.0039 3.26953C11.8607 3.1263 11.6914 3.05469 11.4961 3.05469C11.3008 3.05469 11.1315 3.1263 10.9883 3.26953C10.8451 3.39974 10.7734 3.56901 10.7734 3.77734C10.7734 3.97266 10.8451 4.14193 10.9883 4.28516C11.1315 4.41536 11.3008 4.48047 11.4961 4.48047ZM16.9062 17.6055L19.9922 14.5195L19.2305 13.7773L16.9062 16.1016L15.8906 15.0859L15.1289 15.8477L16.9062 17.6055ZM17.5312 11.8633C18.5599 11.8633 19.4388 12.2279 20.168 12.957C20.8971 13.6862 21.2617 14.5651 21.2617 15.5938C21.2617 16.6224 20.8971 17.5013 20.168 18.2305C19.4388 18.9596 18.5599 19.3242 17.5312 19.3242C16.5026 19.3242 15.6237 18.9596 14.8945 18.2305C14.1654 17.5013 13.8008 16.6224 13.8008 15.5938C13.8008 14.5651 14.1654 13.6862 14.8945 12.957C15.6237 12.2279 16.5026 11.8633 17.5312 11.8633Z',\n MINOR = 'path://M21.9787 11.9894L11.9894 22L2 11.9894L11.9894 2L21.9787 11.9894ZM12.9052 16.5474V14.7157H11.0735V16.5474H12.9052ZM12.9052 12.9052V7.45261H11.0735V12.9052H12.9052Z',\n MAJOR = 'path://M12.8936 13.8936V10.234H11.1064V13.8936H12.8936ZM12.8936 17.5106V15.6809H11.1064V17.5106H12.8936ZM2 20.234L12 3L22 20.234H2Z',\n CRITICAL = 'path://M12.0117 22C10.6362 22 9.3388 21.7343 8.11958 21.2028C6.90035 20.687 5.83744 19.9758 4.93083 19.0692C4.02423 18.1626 3.31301 17.0996 2.79719 15.8804C2.26573 14.6768 2 13.3794 2 11.9883C2 10.6127 2.26573 9.31536 2.79719 8.09613C3.31301 6.89254 4.02423 5.83744 4.93083 4.93083C5.83744 4.02423 6.90035 3.3052 8.11958 2.77374C9.3388 2.25791 10.6362 2 12.0117 2C13.3873 2 14.6846 2.25791 15.9039 2.77374C17.1231 3.3052 18.186 4.02423 19.0926 4.93083C19.9992 5.83744 20.7104 6.89254 21.2263 8.09613C21.7577 9.31536 22.0234 10.6127 22.0234 11.9883C22.0234 13.3794 21.7577 14.6768 21.2263 15.8804C20.7104 17.0996 19.9992 18.1626 19.0926 19.0692C18.186 19.9758 17.1231 20.687 15.9039 21.2028C14.6846 21.7343 13.3873 22 12.0117 22ZM13.0199 6.99414H11.0035V12.9965H13.0199V6.99414ZM13.0199 14.9894H11.0035V17.0059H13.0199V14.9894Z',\n WARNING = 'path://M12 2C13.3772 2 14.6761 2.25822 15.8967 2.77465C17.1174 3.29108 18.1815 4.00313 19.0892 4.9108C19.9969 5.81847 20.7089 6.88263 21.2254 8.10329C21.7418 9.32394 22 10.6228 22 12C22 13.3772 21.7418 14.6761 21.2254 15.8967C20.7089 17.1174 19.9969 18.1815 19.0892 19.0892C18.1815 19.9969 17.1174 20.7089 15.8967 21.2254C14.6761 21.7418 13.3772 22 12 22C10.6228 22 9.32394 21.7418 8.10329 21.2254C6.88263 20.7089 5.81847 19.9969 4.9108 19.0892C4.00313 18.1815 3.29108 17.1174 2.77465 15.8967C2.25822 14.6761 2 13.3772 2 12C2 10.6228 2.25822 9.32394 2.77465 8.10329C3.29108 6.88263 4.00313 5.81847 4.9108 4.9108C5.81847 4.00313 6.88263 3.29108 8.10329 2.77465C9.32394 2.25822 10.6228 2 12 2Z'\n}\n\nexport const ICONS_MAP = {\n ALARM: ICONS.ALARM,\n EVENT: ICONS.EVENT,\n ACKNOWLEDGED: ICONS.ACKNOWLEDGED,\n CLEARED: ICONS.CLEARED,\n MINOR: ICONS.MINOR,\n MAJOR: ICONS.MAJOR,\n CRITICAL: ICONS.CRITICAL,\n WARNING: ICONS.WARNING\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;IA6FY;AAAZ,CAAA,UAAY,uBAAuB,EAAA;AACjC,IAAA,uBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,uBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC;AACzC,CAAC,EAHW,uBAAuB,KAAvB,uBAAuB,GAAA,EAAA,CAAA,CAAA;AAwB5B,MAAM,sBAAsB,GAA8B;IAC/D,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE;IACzC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,CAAC,0BAA0B,CAAC,EAAE;IACjE,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,CAAC,gBAAgB,CAAC;;AAuC9C,MAAM,cAAc,GAAG;AAC5B,IAAA,MAAM,EAAE,OAAO,CAAC,iBAAiB,CAAC;AAClC,IAAA,QAAQ,EAAE,OAAO,CAAC,mBAAmB;;AAGhC,MAAM,0CAA0C,GAAG;AACxD,IAAA,MAAM,EAAE;AACN,QAAA,uBAAuB,EAAE;AAC1B,KAAA;AACD,IAAA,UAAU,EAAE;AACV,QAAA,qBAAqB,EAAE;AACxB,KAAA;AACD,IAAA,OAAO,EAAE;AACP,QAAA,yBAAyB,EAAE,2BAA2B;AACtD,QAAA,2BAA2B,EAAE,6BAA6B;AAC1D,QAAA,wBAAwB,EAAE;AAC3B;;AAyBI,MAAM,eAAe,GAAG;AAC7B,IAAA,QAAQ,EAAE,OAAO,CAAC,iBAAiB,CAAe;AAClD,IAAA,KAAK,EAAE,OAAO,CAAC,cAAc,CAAY;AACzC,IAAA,KAAK,EAAE,OAAO,CAAC,cAAc,CAAY;AACzC,IAAA,OAAO,EAAE,OAAO,CAAC,gBAAgB;;;ICrKvB;AAAZ,CAAA,UAAY,kBAAkB,EAAA;AAC5B,IAAA,kBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B;AAC3B,IAAA,kBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B;AAC/B,IAAA,kBAAA,CAAA,oBAAA,CAAA,GAAA,oBAAyC;AAC3C,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,GAAA,EAAA,CAAA,CAAA;;ACvC9B,IAAK,KASJ;AATD,CAAA,UAAK,KAAK,EAAA;AACR,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,qpBAA6pB;AAC7pB,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,6jCAAqkC;AACrkC,IAAA,KAAA,CAAA,cAAA,CAAA,GAAA,qgCAAohC;AACphC,IAAA,KAAA,CAAA,SAAA,CAAA,GAAA,2hEAAqiE;AACriE,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,2KAAmL;AACnL,IAAA,KAAA,CAAA,OAAA,CAAA,GAAA,qIAA6I;AAC7I,IAAA,KAAA,CAAA,UAAA,CAAA,GAAA,4zBAAu0B;AACv0B,IAAA,KAAA,CAAA,SAAA,CAAA,GAAA,qrBAA+rB;AACjsB,CAAC,EATI,KAAK,KAAL,KAAK,GAAA,EAAA,CAAA,CAAA;AAWH,MAAM,SAAS,GAAG;IACvB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,YAAY,EAAE,KAAK,CAAC,YAAY;IAChC,OAAO,EAAE,KAAK,CAAC,OAAO;IACtB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,KAAK,EAAE,KAAK,CAAC,KAAK;IAClB,QAAQ,EAAE,KAAK,CAAC,QAAQ;IACxB,OAAO,EAAE,KAAK,CAAC;;;ACnBjB;;AAEG;;;;"}
|
|
@@ -7,7 +7,7 @@ import * as i1 from '@c8y/ngx-components';
|
|
|
7
7
|
import { CommonModule, FormsModule, IconDirective, C8yTranslatePipe, WidgetTimeContextMediatorService, WidgetTimeContextDateRangeService, DismissAlertStrategy, DynamicComponentAlert, CoreModule, MeasurementRealtimeService, AlarmRealtimeService, EventRealtimeService } from '@c8y/ngx-components';
|
|
8
8
|
import * as echarts from 'echarts';
|
|
9
9
|
import * as i1$2 from '@c8y/client';
|
|
10
|
-
import { AlarmStatus,
|
|
10
|
+
import { AlarmStatus, aggregationType, MeasurementService } from '@c8y/client';
|
|
11
11
|
import * as i6 from '@angular/router';
|
|
12
12
|
import * as i4 from '@c8y/ngx-components/alarms';
|
|
13
13
|
import { AlarmsModule, AlarmSeverityToIconPipe, AlarmSeverityToLabelPipe } from '@c8y/ngx-components/alarms';
|
|
@@ -328,7 +328,10 @@ class ChartTypesService {
|
|
|
328
328
|
constructor() {
|
|
329
329
|
this.RENDER_TYPE_SYMBOL = {
|
|
330
330
|
min: { symbol: 'triangle', symbolRotate: 0 },
|
|
331
|
-
max: { symbol: 'triangle', symbolRotate: 180 }
|
|
331
|
+
max: { symbol: 'triangle', symbolRotate: 180 },
|
|
332
|
+
avg: { symbol: 'circle', symbolRotate: 0 },
|
|
333
|
+
count: { symbol: 'rect', symbolRotate: 0 },
|
|
334
|
+
sum: { symbol: 'diamond', symbolRotate: 0 }
|
|
332
335
|
};
|
|
333
336
|
}
|
|
334
337
|
getSeriesOptions({ lineType, color }, isMinMaxChart = false, renderType) {
|
|
@@ -737,8 +740,8 @@ class EchartsOptionsService {
|
|
|
737
740
|
}, []);
|
|
738
741
|
// Construct series with markPoint
|
|
739
742
|
const seriesWithMarkPoint = {
|
|
740
|
-
id: `${type}/${dp.__target?.id}
|
|
741
|
-
name: `${type}-markPoint`,
|
|
743
|
+
id: `${type}/${dp.__target?.id}${id ? '+' + id : ''}-markPoint`,
|
|
744
|
+
name: `${type}/${dp.__target?.id}-markPoint`,
|
|
742
745
|
typeOfSeries: itemType,
|
|
743
746
|
data: mainData,
|
|
744
747
|
isDpTemplateSelected,
|
|
@@ -755,8 +758,8 @@ class EchartsOptionsService {
|
|
|
755
758
|
const markLineData = this.createMarkLine(itemsOfType, itemType);
|
|
756
759
|
// Construct series with markLine
|
|
757
760
|
const seriesWithMarkLine = {
|
|
758
|
-
id: `${type}/${dp.__target?.id}
|
|
759
|
-
name: `${type}-markLine`,
|
|
761
|
+
id: `${type}/${dp.__target?.id}${id ? '+' + id : ''}-markLine`,
|
|
762
|
+
name: `${type}/${dp.__target?.id}-markLine`,
|
|
760
763
|
typeOfSeries: itemType,
|
|
761
764
|
isDpTemplateSelected,
|
|
762
765
|
data: mainData,
|
|
@@ -1400,11 +1403,11 @@ class EchartsOptionsService {
|
|
|
1400
1403
|
? []
|
|
1401
1404
|
: Object.entries(dp.values).map(([dateString, values]) => [
|
|
1402
1405
|
dateString,
|
|
1403
|
-
values[0][renderType]
|
|
1406
|
+
values[0][renderType] ?? values[0]['min']
|
|
1404
1407
|
]);
|
|
1405
1408
|
return {
|
|
1406
1409
|
datapointId,
|
|
1407
|
-
datapointUnit: dp.unit
|
|
1410
|
+
datapointUnit: renderType !== 'count' ? dp.unit : '',
|
|
1408
1411
|
// 'id' property is needed as 'seriesId' in tooltip formatter
|
|
1409
1412
|
id: isMinMaxChart
|
|
1410
1413
|
? `${datapointId}/${renderType}${seriesType}`
|
|
@@ -1518,9 +1521,11 @@ class ChartRealtimeService {
|
|
|
1518
1521
|
this.pendingAlarmsOrEvents = new Map();
|
|
1519
1522
|
this.currentAlarms = [];
|
|
1520
1523
|
this.currentEvents = [];
|
|
1524
|
+
this.activeDatapoints = [];
|
|
1521
1525
|
}
|
|
1522
1526
|
startRealtime(echartsInstance, datapoints, timeRange, datapointOutOfSyncCallback, timeRangeChangedCallback, alarmOrEventConfig = [], displayOptions, alarms, events) {
|
|
1523
1527
|
this.echartsInstance = echartsInstance;
|
|
1528
|
+
this.activeDatapoints = datapoints;
|
|
1524
1529
|
this.currentTimeRange = {
|
|
1525
1530
|
dateFrom: new Date(timeRange.dateFrom),
|
|
1526
1531
|
dateTo: new Date(timeRange.dateTo)
|
|
@@ -1609,7 +1614,9 @@ class ChartRealtimeService {
|
|
|
1609
1614
|
});
|
|
1610
1615
|
this.realtimeSubscriptionAlarmsEvents = allAlarmsAndEvents$
|
|
1611
1616
|
.pipe(map(alarmOrEvent => {
|
|
1612
|
-
|
|
1617
|
+
// Match by both type AND device source
|
|
1618
|
+
const foundAlarmOrEvent = activeAlarmsOrEvents.find(aOrE => aOrE.filters.type === alarmOrEvent.type &&
|
|
1619
|
+
aOrE.__target?.id === alarmOrEvent.source?.id);
|
|
1613
1620
|
if (foundAlarmOrEvent) {
|
|
1614
1621
|
alarmOrEvent['color'] = foundAlarmOrEvent.color;
|
|
1615
1622
|
alarmOrEvent['selectedDatapoint'] = foundAlarmOrEvent.selectedDatapoint;
|
|
@@ -1677,6 +1684,7 @@ class ChartRealtimeService {
|
|
|
1677
1684
|
seriesDataToUpdate.get(datapoint)?.push(measurement);
|
|
1678
1685
|
});
|
|
1679
1686
|
let allDataSeries = this.echartsInstance?.getOption()['series'];
|
|
1687
|
+
// Process measurements for each datapoint
|
|
1680
1688
|
seriesDataToUpdate.forEach((measurements, datapoint) => {
|
|
1681
1689
|
const newValues = measurements.map(m => [
|
|
1682
1690
|
m.time,
|
|
@@ -1690,46 +1698,80 @@ class ChartRealtimeService {
|
|
|
1690
1698
|
const seriesDataToUpdate = seriesMatchingDatapoint['data'];
|
|
1691
1699
|
seriesDataToUpdate.push(...newValues);
|
|
1692
1700
|
seriesMatchingDatapoint['data'] = this.removeValuesBeforeTimeRange(seriesMatchingDatapoint);
|
|
1693
|
-
|
|
1701
|
+
this.checkForValuesAfterTimeRange(seriesMatchingDatapoint['data'], datapoint, datapointOutOfSyncCallback);
|
|
1702
|
+
});
|
|
1703
|
+
// Process alarm/event OUTSIDE the measurement loop.
|
|
1704
|
+
// Previously this was inside seriesDataToUpdate.forEach(), which meant alarms/events
|
|
1705
|
+
// were only processed when measurements existed for that datapoint. This caused
|
|
1706
|
+
// alarms/events to not appear on the chart when no measurements arrived in the interval.
|
|
1707
|
+
if (alarmOrEvent) {
|
|
1708
|
+
// The alarm config's selectedDatapoint is a partial object { target, fragment, series },
|
|
1709
|
+
// not a full DatapointsGraphKPIDetails. We need to find the matching full datapoint.
|
|
1710
|
+
const selectedDp = alarmOrEvent['selectedDatapoint'];
|
|
1711
|
+
// Find the correct datapoint to position this alarm/event on the chart:
|
|
1712
|
+
// 1. Use selectedDatapoint from alarm config (user-configured)
|
|
1713
|
+
// 2. Match by alarm's source device ID
|
|
1714
|
+
// 3. Fall back to first datapoint
|
|
1715
|
+
let datapoint = selectedDp
|
|
1716
|
+
? this.activeDatapoints.find(dp => dp.__target?.id === selectedDp.target &&
|
|
1717
|
+
dp.fragment === selectedDp.fragment &&
|
|
1718
|
+
dp.series === selectedDp.series)
|
|
1719
|
+
: undefined;
|
|
1720
|
+
if (!datapoint && alarmOrEvent['source']?.id) {
|
|
1721
|
+
datapoint = this.activeDatapoints.find(dp => dp.__target?.id === alarmOrEvent['source'].id);
|
|
1722
|
+
}
|
|
1723
|
+
if (!datapoint) {
|
|
1724
|
+
datapoint = this.activeDatapoints[0];
|
|
1725
|
+
}
|
|
1726
|
+
if (datapoint) {
|
|
1727
|
+
const datapointId = datapoint.__target?.id + datapoint.fragment + datapoint.series;
|
|
1728
|
+
const matchingSeries = allDataSeries.find(s => s['datapointId'] === datapointId);
|
|
1729
|
+
const seriesData = matchingSeries ? matchingSeries['data'] : [];
|
|
1730
|
+
// Convert ECharts series data format to the format expected by getAlarmOrEventSeries.
|
|
1731
|
+
// ECharts: [[timestamp, value], ...] → Expected: { [timestamp]: [{min, max}] }
|
|
1732
|
+
const values = {};
|
|
1733
|
+
seriesData.forEach(([timestamp, value]) => {
|
|
1734
|
+
values[timestamp] = [{ min: value, max: value }];
|
|
1735
|
+
});
|
|
1694
1736
|
const renderType = datapoint.renderType || 'min';
|
|
1695
1737
|
const dp = {
|
|
1696
1738
|
...datapoint,
|
|
1697
|
-
values
|
|
1739
|
+
values
|
|
1698
1740
|
};
|
|
1699
1741
|
if (isEvent(alarmOrEvent)) {
|
|
1700
|
-
// if event
|
|
1701
|
-
const eventExists = allDataSeries.some(series => series['data']
|
|
1742
|
+
// Check if event already exists on chart to avoid duplicates
|
|
1743
|
+
const eventExists = allDataSeries.some(series => series['data']?.some(data => data[0] === alarmOrEvent.creationTime));
|
|
1702
1744
|
if (eventExists) {
|
|
1703
1745
|
return;
|
|
1704
1746
|
}
|
|
1747
|
+
// For events, pass creationTime as unique id to create unique series per event.
|
|
1748
|
+
// This allows multiple events of the same type/device to coexist on the chart.
|
|
1749
|
+
// Series ID will be: eventType/deviceId+creationTime-markPoint
|
|
1705
1750
|
const newEventSeries = this.echartsOptionsService.getAlarmOrEventSeries(dp, renderType, false, [alarmOrEvent], 'event', displayOptions, alarmOrEvent.creationTime, null, true);
|
|
1706
1751
|
allDataSeries.push(...newEventSeries);
|
|
1707
1752
|
}
|
|
1708
1753
|
else if (isAlarm(alarmOrEvent)) {
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1754
|
+
// For alarms, remove existing series for this alarm type + device before adding.
|
|
1755
|
+
// This ensures alarm status changes (e.g., ACTIVE → CLEARED) are reflected.
|
|
1756
|
+
// Series ID format: ${alarmType}/${deviceId}-markPoint/markLine
|
|
1757
|
+
const alarm = alarmOrEvent;
|
|
1758
|
+
const alarmType = alarm.type;
|
|
1759
|
+
const datapointTargetId = datapoint.__target?.id;
|
|
1760
|
+
allDataSeries = allDataSeries.filter((series) => {
|
|
1761
|
+
const seriesId = series['id'];
|
|
1762
|
+
return !seriesId?.startsWith(`${alarmType}/${datapointTargetId}`);
|
|
1712
1763
|
});
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
// remove all matching alarm series which are in the array
|
|
1719
|
-
alarmSeries.forEach(series => {
|
|
1720
|
-
allDataSeries = allDataSeries.filter(s => s['id'] !== series['id']);
|
|
1721
|
-
});
|
|
1722
|
-
const newAlarmSeries = this.echartsOptionsService.getAlarmOrEventSeries(dp, renderType, false, [alarmOrEvent], 'alarm', displayOptions, alarmOrEvent.creationTime, null, true);
|
|
1723
|
-
allDataSeries.push(...newAlarmSeries);
|
|
1724
|
-
}
|
|
1725
|
-
else {
|
|
1726
|
-
const newAlarmSeries = this.echartsOptionsService.getAlarmOrEventSeries(dp, renderType, false, [alarmOrEvent], 'alarm', displayOptions, alarmOrEvent.id, null, true);
|
|
1727
|
-
allDataSeries.push(...newAlarmSeries);
|
|
1728
|
-
}
|
|
1764
|
+
// For alarms, pass null as id - we want one series per alarm type/device.
|
|
1765
|
+
// Series ID will be: alarmType/deviceId-markPoint (no unique suffix).
|
|
1766
|
+
// We already removed the old series above, so this replaces it.
|
|
1767
|
+
const newAlarmSeries = this.echartsOptionsService.getAlarmOrEventSeries(dp, renderType, false, [alarm], 'alarm', displayOptions, null, null, true);
|
|
1768
|
+
allDataSeries.push(...newAlarmSeries);
|
|
1729
1769
|
}
|
|
1730
1770
|
}
|
|
1731
|
-
|
|
1732
|
-
|
|
1771
|
+
}
|
|
1772
|
+
// Use replaceMerge for series to ensure removed alarm series don't persist.
|
|
1773
|
+
// Without this, ECharts merges the new series array with existing ones,
|
|
1774
|
+
// which can leave stale alarm/event series on the chart.
|
|
1733
1775
|
this.echartsInstance?.setOption({
|
|
1734
1776
|
dataZoom: [
|
|
1735
1777
|
{
|
|
@@ -1742,7 +1784,7 @@ class ChartRealtimeService {
|
|
|
1742
1784
|
max: this.currentTimeRange?.dateTo
|
|
1743
1785
|
},
|
|
1744
1786
|
series: allDataSeries
|
|
1745
|
-
});
|
|
1787
|
+
}, { replaceMerge: ['series'] });
|
|
1746
1788
|
}
|
|
1747
1789
|
/**
|
|
1748
1790
|
* Detects if a datapoint has measurements with future timestamps (out-of-sync).
|
|
@@ -2006,6 +2048,11 @@ class ChartsComponent {
|
|
|
2006
2048
|
this.updateActiveDatapoints = new EventEmitter();
|
|
2007
2049
|
this.updateAggregatedSliderDatapoint = new EventEmitter();
|
|
2008
2050
|
this.CHART_VIEW_CONTEXT = CHART_VIEW_CONTEXT;
|
|
2051
|
+
this.AGGREGATION_INTERVAL_MAP = {
|
|
2052
|
+
[aggregationType.MINUTELY]: '1m',
|
|
2053
|
+
[aggregationType.HOURLY]: '60m',
|
|
2054
|
+
[aggregationType.DAILY]: '1d'
|
|
2055
|
+
};
|
|
2009
2056
|
this.configChangedSubject = new BehaviorSubject(null);
|
|
2010
2057
|
this.measurementService = inject(MeasurementService);
|
|
2011
2058
|
this.echartsOptionsService = inject(EchartsOptionsService);
|
|
@@ -2254,6 +2301,7 @@ class ChartsComponent {
|
|
|
2254
2301
|
}
|
|
2255
2302
|
/**
|
|
2256
2303
|
* Toggles the visibility of a series in the chart based on the provided datapoint.
|
|
2304
|
+
* Uses explicit legendSelect/legendUnSelect based on __active state.
|
|
2257
2305
|
* @param datapoint - The datapoint to toggle visibility for.
|
|
2258
2306
|
*/
|
|
2259
2307
|
toggleDatapointSeriesVisibility(datapoint) {
|
|
@@ -2261,26 +2309,40 @@ class ChartsComponent {
|
|
|
2261
2309
|
const seriesToUpdate = series.find(s => s.datapointId === `${datapoint.__target?.id}${datapoint.fragment}${datapoint.series}`);
|
|
2262
2310
|
if (seriesToUpdate) {
|
|
2263
2311
|
this.echartsInstance.dispatchAction({
|
|
2264
|
-
type: '
|
|
2312
|
+
type: datapoint.__active ? 'legendSelect' : 'legendUnSelect',
|
|
2265
2313
|
name: seriesToUpdate.name
|
|
2266
2314
|
});
|
|
2267
2315
|
}
|
|
2268
2316
|
}
|
|
2269
2317
|
/**
|
|
2270
|
-
* Toggles the visibility of
|
|
2318
|
+
* Toggles the visibility of alarm/event series in the chart.
|
|
2319
|
+
* Uses explicit legendSelect/legendUnSelect based on __hidden state.
|
|
2320
|
+
* Targets specific device's series using type + deviceId.
|
|
2271
2321
|
* @param alarmOrEvent - The alarm or event to toggle visibility for.
|
|
2272
2322
|
*/
|
|
2273
2323
|
toggleAlarmEventSeriesVisibility(alarmOrEvent) {
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
if (seriesToUpdate) {
|
|
2277
|
-
seriesToUpdate.forEach(s => {
|
|
2278
|
-
this.echartsInstance.dispatchAction({
|
|
2279
|
-
type: 'legendToggleSelect',
|
|
2280
|
-
name: s.name
|
|
2281
|
-
});
|
|
2282
|
-
});
|
|
2324
|
+
if (!this.echartsInstance) {
|
|
2325
|
+
return;
|
|
2283
2326
|
}
|
|
2327
|
+
const options = this.echartsInstance.getOption();
|
|
2328
|
+
const allSeries = options.series;
|
|
2329
|
+
if (!allSeries || allSeries.length === 0) {
|
|
2330
|
+
return;
|
|
2331
|
+
}
|
|
2332
|
+
const type = alarmOrEvent.filters.type;
|
|
2333
|
+
const deviceId = alarmOrEvent.__target?.id;
|
|
2334
|
+
const actionType = alarmOrEvent.__hidden ? 'legendUnSelect' : 'legendSelect';
|
|
2335
|
+
// Series names are: ${type}/${deviceId}-markPoint and ${type}/${deviceId}-markLine
|
|
2336
|
+
const markPointName = `${type}/${deviceId}-markPoint`;
|
|
2337
|
+
const markLineName = `${type}/${deviceId}-markLine`;
|
|
2338
|
+
// Find series matching this specific alarm type + device
|
|
2339
|
+
const matchingSeries = allSeries.filter(s => s.name === markPointName || s.name === markLineName);
|
|
2340
|
+
matchingSeries.forEach(series => {
|
|
2341
|
+
this.echartsInstance.dispatchAction({
|
|
2342
|
+
type: actionType,
|
|
2343
|
+
name: series.name
|
|
2344
|
+
});
|
|
2345
|
+
});
|
|
2284
2346
|
}
|
|
2285
2347
|
getDefaultChartOptions() {
|
|
2286
2348
|
return {
|
|
@@ -2523,8 +2585,15 @@ class ChartsComponent {
|
|
|
2523
2585
|
...timeRange,
|
|
2524
2586
|
source: dp.__target?.id || '',
|
|
2525
2587
|
series: [`${dp.fragment}.${dp.series}`],
|
|
2526
|
-
...(this.config.aggregation &&
|
|
2588
|
+
...(this.config.aggregation &&
|
|
2589
|
+
(!this.config.showAdvancedChartOptions || dp.renderType === 'area') && {
|
|
2527
2590
|
aggregationType: this.config.aggregation
|
|
2591
|
+
}),
|
|
2592
|
+
...(this.config.aggregation &&
|
|
2593
|
+
this.config.showAdvancedChartOptions &&
|
|
2594
|
+
dp.renderType !== 'area' && {
|
|
2595
|
+
aggregationFunction: dp.renderType,
|
|
2596
|
+
aggregationInterval: this.AGGREGATION_INTERVAL_MAP[this.config.aggregation]
|
|
2528
2597
|
})
|
|
2529
2598
|
})).pipe(map(res => {
|
|
2530
2599
|
const values = res.data.values;
|
|
@@ -2556,11 +2625,18 @@ class ChartsComponent {
|
|
|
2556
2625
|
...(customTimeRange ? customTimeRange : timeRange),
|
|
2557
2626
|
source: aggregatedDatapoint.__target?.id || '',
|
|
2558
2627
|
series: [`${aggregatedDatapoint.fragment}.${aggregatedDatapoint.series}`],
|
|
2559
|
-
...(this.config.aggregation || customTimeRange
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2628
|
+
...((this.config.aggregation || customTimeRange) &&
|
|
2629
|
+
(!this.config.showAdvancedChartOptions || aggregatedDatapoint.renderType === 'area') && {
|
|
2630
|
+
aggregationType: customTimeRange
|
|
2631
|
+
? this.getAggregationTypeForTimeRange()
|
|
2632
|
+
: this.config.aggregation
|
|
2633
|
+
}),
|
|
2634
|
+
...((this.config.aggregation || customTimeRange) &&
|
|
2635
|
+
this.config.showAdvancedChartOptions &&
|
|
2636
|
+
aggregatedDatapoint.renderType !== 'area' && {
|
|
2637
|
+
aggregationFunction: aggregatedDatapoint.renderType,
|
|
2638
|
+
aggregationInterval: this.AGGREGATION_INTERVAL_MAP[customTimeRange ? this.getAggregationTypeForTimeRange() : this.config.aggregation]
|
|
2639
|
+
})
|
|
2564
2640
|
})).pipe(map(res => {
|
|
2565
2641
|
const values = res.data.values;
|
|
2566
2642
|
if (res.data.truncated && this.config.dateFrom) {
|