@oicl/openbridge-webcomponents 2.0.0-next.100 → 2.0.0-next.102
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/bundle/openbridge-webcomponents.bundle.js +2 -1
- package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
- package/custom-elements.json +291 -399
- package/dist/bars-graphs/donut-chart/donut-chart.d.ts +18 -16
- package/dist/bars-graphs/donut-chart/donut-chart.d.ts.map +1 -1
- package/dist/bars-graphs/donut-chart/donut-chart.js.map +1 -1
- package/dist/bars-graphs/pie-chart/pie-chart.d.ts +14 -12
- package/dist/bars-graphs/pie-chart/pie-chart.d.ts.map +1 -1
- package/dist/bars-graphs/pie-chart/pie-chart.js.map +1 -1
- package/dist/bars-graphs/polar-chart/polar-chart.d.ts +19 -16
- package/dist/bars-graphs/polar-chart/polar-chart.d.ts.map +1 -1
- package/dist/bars-graphs/polar-chart/polar-chart.js.map +1 -1
- package/dist/bars-graphs/radial-bar-chart/radial-bar-chart.d.ts +8 -8
- package/dist/bars-graphs/radial-bar-chart/radial-bar-chart.d.ts.map +1 -1
- package/dist/bars-graphs/radial-bar-chart/radial-bar-chart.js.map +1 -1
- package/dist/building-blocks/alert-list/alert-list.js +1 -1
- package/dist/building-blocks/alert-list/alert-list.js.map +1 -1
- package/dist/building-blocks/chart-line/chart-line-base.d.ts +8 -25
- package/dist/building-blocks/chart-line/chart-line-base.d.ts.map +1 -1
- package/dist/building-blocks/chart-line/chart-line-base.js.map +1 -1
- package/dist/integration-systems/integration-bar/integration-bar.d.ts +20 -24
- package/dist/integration-systems/integration-bar/integration-bar.d.ts.map +1 -1
- package/dist/integration-systems/integration-bar/integration-bar.js.map +1 -1
- package/dist/integration-systems/integration-button/integration-button.d.ts +15 -13
- package/dist/integration-systems/integration-button/integration-button.d.ts.map +1 -1
- package/dist/integration-systems/integration-button/integration-button.js.map +1 -1
- package/dist/navigation-instruments/compass/compass.d.ts +47 -30
- package/dist/navigation-instruments/compass/compass.d.ts.map +1 -1
- package/dist/navigation-instruments/compass/compass.js.map +1 -1
- package/dist/navigation-instruments/compass-flat/compass-flat.d.ts +8 -9
- package/dist/navigation-instruments/compass-flat/compass-flat.d.ts.map +1 -1
- package/dist/navigation-instruments/compass-flat/compass-flat.js.map +1 -1
- package/dist/navigation-instruments/gauge-trend/gauge-trend.d.ts +0 -5
- package/dist/navigation-instruments/gauge-trend/gauge-trend.d.ts.map +1 -1
- package/dist/navigation-instruments/gauge-trend/gauge-trend.js.map +1 -1
- package/dist/navigation-instruments/graph-mini/graph-mini.d.ts +1 -1
- package/dist/navigation-instruments/graph-mini/graph-mini.d.ts.map +1 -1
- package/dist/navigation-instruments/graph-mini/graph-mini.js.map +1 -1
- package/dist/navigation-instruments/indicator-graph/indicator-graph.d.ts +1 -1
- package/dist/navigation-instruments/indicator-graph/indicator-graph.d.ts.map +1 -1
- package/dist/navigation-instruments/indicator-graph/indicator-graph.js.map +1 -1
- package/dist/navigation-instruments/watch/watch.d.ts +16 -16
- package/dist/navigation-instruments/watch/watch.d.ts.map +1 -1
- package/dist/navigation-instruments/watch/watch.js +1 -0
- package/dist/navigation-instruments/watch/watch.js.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -31344,31 +31344,23 @@
|
|
|
31344
31344
|
"name": "ObcAreaGraph",
|
|
31345
31345
|
"members": [
|
|
31346
31346
|
{
|
|
31347
|
+
"kind": "field",
|
|
31348
|
+
"name": "fillMode",
|
|
31347
31349
|
"type": {
|
|
31348
|
-
"text": "
|
|
31350
|
+
"text": "AreaFillMode"
|
|
31349
31351
|
},
|
|
31350
31352
|
"description": "Fill rendering mode for area charts.\n- `'semitransparent'`: 50% alpha fill (default)\n- `'solid'`: Opaque fill\n- `'threshold'`: single-series only, falls back to semitransparent for multi-series",
|
|
31351
|
-
"
|
|
31352
|
-
"kind": "field",
|
|
31353
|
-
"attribute": "fillMode",
|
|
31354
|
-
"inheritedFrom": {
|
|
31355
|
-
"name": "ObcChartLineBase",
|
|
31356
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
31357
|
-
}
|
|
31353
|
+
"attribute": "fillMode"
|
|
31358
31354
|
},
|
|
31359
31355
|
{
|
|
31356
|
+
"kind": "field",
|
|
31357
|
+
"name": "stacked",
|
|
31360
31358
|
"type": {
|
|
31361
31359
|
"text": "boolean"
|
|
31362
31360
|
},
|
|
31363
|
-
"description": "Stack multi-series datasets vertically on y-axis.\nIgnored for single-series and threshold fill mode.",
|
|
31364
|
-
"name": "stacked",
|
|
31365
|
-
"kind": "field",
|
|
31366
31361
|
"default": "false",
|
|
31367
|
-
"
|
|
31368
|
-
"
|
|
31369
|
-
"name": "ObcChartLineBase",
|
|
31370
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
31371
|
-
}
|
|
31362
|
+
"description": "Stack multi-series datasets vertically on y-axis.\nIgnored for single-series and threshold fill mode.",
|
|
31363
|
+
"attribute": "stacked"
|
|
31372
31364
|
},
|
|
31373
31365
|
{
|
|
31374
31366
|
"kind": "method",
|
|
@@ -31419,10 +31411,10 @@
|
|
|
31419
31411
|
"kind": "field",
|
|
31420
31412
|
"name": "data",
|
|
31421
31413
|
"type": {
|
|
31422
|
-
"text": "
|
|
31414
|
+
"text": "ChartLineDataItem[]"
|
|
31423
31415
|
},
|
|
31424
31416
|
"default": "[]",
|
|
31425
|
-
"description": "
|
|
31417
|
+
"description": "Simple single-series data. `{label, value}` items for the category axis;\n`{x, value}` items for time/number axes (x: epoch ms, ISO string, Date,\nor Temporal object). Points are drawn in array order (no sorting).",
|
|
31426
31418
|
"inheritedFrom": {
|
|
31427
31419
|
"name": "ObcChartLineBase",
|
|
31428
31420
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -31432,10 +31424,10 @@
|
|
|
31432
31424
|
"kind": "field",
|
|
31433
31425
|
"name": "datasets",
|
|
31434
31426
|
"type": {
|
|
31435
|
-
"text": "ChartDataset<'line',
|
|
31427
|
+
"text": "ChartDataset<'line', ChartLinePoint[]>[] | undefined"
|
|
31436
31428
|
},
|
|
31437
31429
|
"default": "undefined",
|
|
31438
|
-
"description": "
|
|
31430
|
+
"description": "Chart.js-style datasets for multi-series use. If provided, takes precedence over `data`.",
|
|
31439
31431
|
"inheritedFrom": {
|
|
31440
31432
|
"name": "ObcChartLineBase",
|
|
31441
31433
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -31445,10 +31437,10 @@
|
|
|
31445
31437
|
"kind": "field",
|
|
31446
31438
|
"name": "labels",
|
|
31447
31439
|
"type": {
|
|
31448
|
-
"text": "(string|number)[]"
|
|
31440
|
+
"text": "(string | number)[] | undefined"
|
|
31449
31441
|
},
|
|
31450
31442
|
"default": "undefined",
|
|
31451
|
-
"description": "
|
|
31443
|
+
"description": "Optional explicit labels for the x-axis (category mode). If omitted labels are derived from `data`",
|
|
31452
31444
|
"inheritedFrom": {
|
|
31453
31445
|
"name": "ObcChartLineBase",
|
|
31454
31446
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -31461,7 +31453,7 @@
|
|
|
31461
31453
|
"text": "string[]"
|
|
31462
31454
|
},
|
|
31463
31455
|
"default": "[]",
|
|
31464
|
-
"description": "Custom color palette (CSS variable names or color strings).
|
|
31456
|
+
"description": "Custom color palette (CSS variable names or color strings).",
|
|
31465
31457
|
"inheritedFrom": {
|
|
31466
31458
|
"name": "ObcChartLineBase",
|
|
31467
31459
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -31474,7 +31466,7 @@
|
|
|
31474
31466
|
"text": "boolean"
|
|
31475
31467
|
},
|
|
31476
31468
|
"default": "false",
|
|
31477
|
-
"description": "Show HTML legend below chart with series labels and colors.
|
|
31469
|
+
"description": "Show HTML legend below chart with series labels and colors.",
|
|
31478
31470
|
"attribute": "legend",
|
|
31479
31471
|
"reflects": true,
|
|
31480
31472
|
"inheritedFrom": {
|
|
@@ -31489,7 +31481,7 @@
|
|
|
31489
31481
|
"text": "boolean"
|
|
31490
31482
|
},
|
|
31491
31483
|
"default": "false",
|
|
31492
|
-
"description": "Development mode: show visual debug overlay with dimension guides.
|
|
31484
|
+
"description": "Development mode: show visual debug overlay with dimension guides.",
|
|
31493
31485
|
"attribute": "showDebugOverlay",
|
|
31494
31486
|
"reflects": true,
|
|
31495
31487
|
"inheritedFrom": {
|
|
@@ -31519,7 +31511,7 @@
|
|
|
31519
31511
|
"text": "number"
|
|
31520
31512
|
},
|
|
31521
31513
|
"default": "320",
|
|
31522
|
-
"description": "
|
|
31514
|
+
"description": "Height of the chart in pixels. Default: 320.",
|
|
31523
31515
|
"attribute": "height",
|
|
31524
31516
|
"reflects": true,
|
|
31525
31517
|
"inheritedFrom": {
|
|
@@ -31560,9 +31552,9 @@
|
|
|
31560
31552
|
"kind": "field",
|
|
31561
31553
|
"name": "xAxisType",
|
|
31562
31554
|
"type": {
|
|
31563
|
-
"text": "
|
|
31555
|
+
"text": "XAxisType"
|
|
31564
31556
|
},
|
|
31565
|
-
"description": "X-axis mode
|
|
31557
|
+
"description": "X-axis mode: 'category' for labeled, evenly spaced data points; 'time'\nfor time-based data positioned proportionally; 'number' for plain\nnumeric x-values.",
|
|
31566
31558
|
"attribute": "xAxisType",
|
|
31567
31559
|
"inheritedFrom": {
|
|
31568
31560
|
"name": "ObcChartLineBase",
|
|
@@ -31573,9 +31565,9 @@
|
|
|
31573
31565
|
"kind": "field",
|
|
31574
31566
|
"name": "yAxisPosition",
|
|
31575
31567
|
"type": {
|
|
31576
|
-
"text": "
|
|
31568
|
+
"text": "YAxisPosition"
|
|
31577
31569
|
},
|
|
31578
|
-
"description": "Single y-axis position
|
|
31570
|
+
"description": "Single y-axis position ('left' or 'right'). For multiple y-axes, use yAxes instead.",
|
|
31579
31571
|
"attribute": "yAxisPosition",
|
|
31580
31572
|
"inheritedFrom": {
|
|
31581
31573
|
"name": "ObcChartLineBase",
|
|
@@ -31586,10 +31578,10 @@
|
|
|
31586
31578
|
"kind": "field",
|
|
31587
31579
|
"name": "yAxes",
|
|
31588
31580
|
"type": {
|
|
31589
|
-
"text": "
|
|
31581
|
+
"text": "ChartLineYAxisConfig[] | undefined"
|
|
31590
31582
|
},
|
|
31591
31583
|
"default": "undefined",
|
|
31592
|
-
"description": "Multiple y-axis definitions for complex
|
|
31584
|
+
"description": "Multiple y-axis definitions for complex multi-axis charts.",
|
|
31593
31585
|
"inheritedFrom": {
|
|
31594
31586
|
"name": "ObcChartLineBase",
|
|
31595
31587
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -31602,7 +31594,7 @@
|
|
|
31602
31594
|
"text": "boolean"
|
|
31603
31595
|
},
|
|
31604
31596
|
"default": "false",
|
|
31605
|
-
"description": "Show
|
|
31597
|
+
"description": "Show grid lines.",
|
|
31606
31598
|
"attribute": "showGrid",
|
|
31607
31599
|
"inheritedFrom": {
|
|
31608
31600
|
"name": "ObcChartLineBase",
|
|
@@ -31616,7 +31608,7 @@
|
|
|
31616
31608
|
"text": "boolean"
|
|
31617
31609
|
},
|
|
31618
31610
|
"default": "false",
|
|
31619
|
-
"description": "Show vertical grid lines (x-axis).
|
|
31611
|
+
"description": "Show vertical grid lines (x-axis). Default: false.",
|
|
31620
31612
|
"attribute": "showGridX",
|
|
31621
31613
|
"inheritedFrom": {
|
|
31622
31614
|
"name": "ObcChartLineBase",
|
|
@@ -31630,7 +31622,7 @@
|
|
|
31630
31622
|
"text": "boolean"
|
|
31631
31623
|
},
|
|
31632
31624
|
"default": "false",
|
|
31633
|
-
"description": "Show horizontal grid lines (y-axis).
|
|
31625
|
+
"description": "Show horizontal grid lines (y-axis). Default: false.",
|
|
31634
31626
|
"attribute": "showGridY",
|
|
31635
31627
|
"inheritedFrom": {
|
|
31636
31628
|
"name": "ObcChartLineBase",
|
|
@@ -31644,7 +31636,7 @@
|
|
|
31644
31636
|
"text": "boolean"
|
|
31645
31637
|
},
|
|
31646
31638
|
"default": "false",
|
|
31647
|
-
"description": "Show axis tick marks and labels.
|
|
31639
|
+
"description": "Show axis tick marks and labels.",
|
|
31648
31640
|
"attribute": "showTickMarks",
|
|
31649
31641
|
"inheritedFrom": {
|
|
31650
31642
|
"name": "ObcChartLineBase",
|
|
@@ -31699,7 +31691,7 @@
|
|
|
31699
31691
|
"text": "boolean"
|
|
31700
31692
|
},
|
|
31701
31693
|
"default": "false",
|
|
31702
|
-
"description": "Show point markers on data points. Default:
|
|
31694
|
+
"description": "Show point markers on data points. Default: false.",
|
|
31703
31695
|
"attribute": "showPoints",
|
|
31704
31696
|
"inheritedFrom": {
|
|
31705
31697
|
"name": "ObcChartLineBase",
|
|
@@ -31710,9 +31702,9 @@
|
|
|
31710
31702
|
"kind": "field",
|
|
31711
31703
|
"name": "lineMode",
|
|
31712
31704
|
"type": {
|
|
31713
|
-
"text": "
|
|
31705
|
+
"text": "LineMode"
|
|
31714
31706
|
},
|
|
31715
|
-
"description": "Line drawing style
|
|
31707
|
+
"description": "Line drawing style: 'smooth' (curved), 'straight', or 'stepped'.",
|
|
31716
31708
|
"attribute": "lineMode",
|
|
31717
31709
|
"inheritedFrom": {
|
|
31718
31710
|
"name": "ObcChartLineBase",
|
|
@@ -31726,7 +31718,7 @@
|
|
|
31726
31718
|
"text": "string"
|
|
31727
31719
|
},
|
|
31728
31720
|
"default": "''",
|
|
31729
|
-
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').
|
|
31721
|
+
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').",
|
|
31730
31722
|
"attribute": "unit",
|
|
31731
31723
|
"inheritedFrom": {
|
|
31732
31724
|
"name": "ObcChartLineBase",
|
|
@@ -31737,9 +31729,9 @@
|
|
|
31737
31729
|
"kind": "field",
|
|
31738
31730
|
"name": "timeDisplay",
|
|
31739
31731
|
"type": {
|
|
31740
|
-
"text": "
|
|
31732
|
+
"text": "TimeDisplay"
|
|
31741
31733
|
},
|
|
31742
|
-
"description": "Time axis label format
|
|
31734
|
+
"description": "Time axis label format: 'date' (full date/time) or 'minutes' (relative).",
|
|
31743
31735
|
"attribute": "timeDisplay",
|
|
31744
31736
|
"inheritedFrom": {
|
|
31745
31737
|
"name": "ObcChartLineBase",
|
|
@@ -31750,10 +31742,10 @@
|
|
|
31750
31742
|
"kind": "field",
|
|
31751
31743
|
"name": "xTicksLimit",
|
|
31752
31744
|
"type": {
|
|
31753
|
-
"text": "number"
|
|
31745
|
+
"text": "number | undefined"
|
|
31754
31746
|
},
|
|
31755
31747
|
"default": "undefined",
|
|
31756
|
-
"description": "
|
|
31748
|
+
"description": "Max number of x-axis ticks/grid lines. Useful for matching external axes.",
|
|
31757
31749
|
"attribute": "xTicksLimit",
|
|
31758
31750
|
"inheritedFrom": {
|
|
31759
31751
|
"name": "ObcChartLineBase",
|
|
@@ -31764,10 +31756,10 @@
|
|
|
31764
31756
|
"kind": "field",
|
|
31765
31757
|
"name": "xStepSize",
|
|
31766
31758
|
"type": {
|
|
31767
|
-
"text": "number"
|
|
31759
|
+
"text": "number | undefined"
|
|
31768
31760
|
},
|
|
31769
31761
|
"default": "undefined",
|
|
31770
|
-
"description": "Force
|
|
31762
|
+
"description": "Force x-axis tick interval. Useful for matching external axes.",
|
|
31771
31763
|
"attribute": "xStepSize",
|
|
31772
31764
|
"inheritedFrom": {
|
|
31773
31765
|
"name": "ObcChartLineBase",
|
|
@@ -31778,10 +31770,10 @@
|
|
|
31778
31770
|
"kind": "field",
|
|
31779
31771
|
"name": "yTicksLimit",
|
|
31780
31772
|
"type": {
|
|
31781
|
-
"text": "number"
|
|
31773
|
+
"text": "number | undefined"
|
|
31782
31774
|
},
|
|
31783
31775
|
"default": "undefined",
|
|
31784
|
-
"description": "
|
|
31776
|
+
"description": "Max number of y-axis ticks/grid lines. Useful for matching external axes.",
|
|
31785
31777
|
"attribute": "yTicksLimit",
|
|
31786
31778
|
"inheritedFrom": {
|
|
31787
31779
|
"name": "ObcChartLineBase",
|
|
@@ -31792,10 +31784,10 @@
|
|
|
31792
31784
|
"kind": "field",
|
|
31793
31785
|
"name": "yStepSize",
|
|
31794
31786
|
"type": {
|
|
31795
|
-
"text": "number"
|
|
31787
|
+
"text": "number | undefined"
|
|
31796
31788
|
},
|
|
31797
31789
|
"default": "undefined",
|
|
31798
|
-
"description": "Force
|
|
31790
|
+
"description": "Force y-axis tick interval. Useful for matching external axes.",
|
|
31799
31791
|
"attribute": "yStepSize",
|
|
31800
31792
|
"inheritedFrom": {
|
|
31801
31793
|
"name": "ObcChartLineBase",
|
|
@@ -32428,7 +32420,7 @@
|
|
|
32428
32420
|
"text": "boolean"
|
|
32429
32421
|
},
|
|
32430
32422
|
"default": "false",
|
|
32431
|
-
"description": "Show HTML legend below chart with series labels and colors.
|
|
32423
|
+
"description": "Show HTML legend below chart with series labels and colors.",
|
|
32432
32424
|
"fieldName": "legend",
|
|
32433
32425
|
"inheritedFrom": {
|
|
32434
32426
|
"name": "ObcChartLineBase",
|
|
@@ -32441,7 +32433,7 @@
|
|
|
32441
32433
|
"text": "boolean"
|
|
32442
32434
|
},
|
|
32443
32435
|
"default": "false",
|
|
32444
|
-
"description": "Development mode: show visual debug overlay with dimension guides.
|
|
32436
|
+
"description": "Development mode: show visual debug overlay with dimension guides.",
|
|
32445
32437
|
"fieldName": "showDebugOverlay",
|
|
32446
32438
|
"inheritedFrom": {
|
|
32447
32439
|
"name": "ObcChartLineBase",
|
|
@@ -32467,7 +32459,7 @@
|
|
|
32467
32459
|
"text": "number"
|
|
32468
32460
|
},
|
|
32469
32461
|
"default": "320",
|
|
32470
|
-
"description": "
|
|
32462
|
+
"description": "Height of the chart in pixels. Default: 320.",
|
|
32471
32463
|
"fieldName": "height",
|
|
32472
32464
|
"inheritedFrom": {
|
|
32473
32465
|
"name": "ObcChartLineBase",
|
|
@@ -32503,9 +32495,9 @@
|
|
|
32503
32495
|
{
|
|
32504
32496
|
"name": "xAxisType",
|
|
32505
32497
|
"type": {
|
|
32506
|
-
"text": "
|
|
32498
|
+
"text": "XAxisType"
|
|
32507
32499
|
},
|
|
32508
|
-
"description": "X-axis mode
|
|
32500
|
+
"description": "X-axis mode: 'category' for labeled, evenly spaced data points; 'time'\nfor time-based data positioned proportionally; 'number' for plain\nnumeric x-values.",
|
|
32509
32501
|
"fieldName": "xAxisType",
|
|
32510
32502
|
"inheritedFrom": {
|
|
32511
32503
|
"name": "ObcChartLineBase",
|
|
@@ -32515,9 +32507,9 @@
|
|
|
32515
32507
|
{
|
|
32516
32508
|
"name": "yAxisPosition",
|
|
32517
32509
|
"type": {
|
|
32518
|
-
"text": "
|
|
32510
|
+
"text": "YAxisPosition"
|
|
32519
32511
|
},
|
|
32520
|
-
"description": "Single y-axis position
|
|
32512
|
+
"description": "Single y-axis position ('left' or 'right'). For multiple y-axes, use yAxes instead.",
|
|
32521
32513
|
"fieldName": "yAxisPosition",
|
|
32522
32514
|
"inheritedFrom": {
|
|
32523
32515
|
"name": "ObcChartLineBase",
|
|
@@ -32530,7 +32522,7 @@
|
|
|
32530
32522
|
"text": "boolean"
|
|
32531
32523
|
},
|
|
32532
32524
|
"default": "false",
|
|
32533
|
-
"description": "Show
|
|
32525
|
+
"description": "Show grid lines.",
|
|
32534
32526
|
"fieldName": "showGrid",
|
|
32535
32527
|
"inheritedFrom": {
|
|
32536
32528
|
"name": "ObcChartLineBase",
|
|
@@ -32543,7 +32535,7 @@
|
|
|
32543
32535
|
"text": "boolean"
|
|
32544
32536
|
},
|
|
32545
32537
|
"default": "false",
|
|
32546
|
-
"description": "Show vertical grid lines (x-axis).
|
|
32538
|
+
"description": "Show vertical grid lines (x-axis). Default: false.",
|
|
32547
32539
|
"fieldName": "showGridX",
|
|
32548
32540
|
"inheritedFrom": {
|
|
32549
32541
|
"name": "ObcChartLineBase",
|
|
@@ -32556,7 +32548,7 @@
|
|
|
32556
32548
|
"text": "boolean"
|
|
32557
32549
|
},
|
|
32558
32550
|
"default": "false",
|
|
32559
|
-
"description": "Show horizontal grid lines (y-axis).
|
|
32551
|
+
"description": "Show horizontal grid lines (y-axis). Default: false.",
|
|
32560
32552
|
"fieldName": "showGridY",
|
|
32561
32553
|
"inheritedFrom": {
|
|
32562
32554
|
"name": "ObcChartLineBase",
|
|
@@ -32569,7 +32561,7 @@
|
|
|
32569
32561
|
"text": "boolean"
|
|
32570
32562
|
},
|
|
32571
32563
|
"default": "false",
|
|
32572
|
-
"description": "Show axis tick marks and labels.
|
|
32564
|
+
"description": "Show axis tick marks and labels.",
|
|
32573
32565
|
"fieldName": "showTickMarks",
|
|
32574
32566
|
"inheritedFrom": {
|
|
32575
32567
|
"name": "ObcChartLineBase",
|
|
@@ -32582,7 +32574,7 @@
|
|
|
32582
32574
|
"text": "boolean"
|
|
32583
32575
|
},
|
|
32584
32576
|
"default": "false",
|
|
32585
|
-
"description": "Show point markers on data points. Default:
|
|
32577
|
+
"description": "Show point markers on data points. Default: false.",
|
|
32586
32578
|
"fieldName": "showPoints",
|
|
32587
32579
|
"inheritedFrom": {
|
|
32588
32580
|
"name": "ObcChartLineBase",
|
|
@@ -32592,9 +32584,9 @@
|
|
|
32592
32584
|
{
|
|
32593
32585
|
"name": "lineMode",
|
|
32594
32586
|
"type": {
|
|
32595
|
-
"text": "
|
|
32587
|
+
"text": "LineMode"
|
|
32596
32588
|
},
|
|
32597
|
-
"description": "Line drawing style
|
|
32589
|
+
"description": "Line drawing style: 'smooth' (curved), 'straight', or 'stepped'.",
|
|
32598
32590
|
"fieldName": "lineMode",
|
|
32599
32591
|
"inheritedFrom": {
|
|
32600
32592
|
"name": "ObcChartLineBase",
|
|
@@ -32607,7 +32599,7 @@
|
|
|
32607
32599
|
"text": "string"
|
|
32608
32600
|
},
|
|
32609
32601
|
"default": "''",
|
|
32610
|
-
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').
|
|
32602
|
+
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').",
|
|
32611
32603
|
"fieldName": "unit",
|
|
32612
32604
|
"inheritedFrom": {
|
|
32613
32605
|
"name": "ObcChartLineBase",
|
|
@@ -32617,9 +32609,9 @@
|
|
|
32617
32609
|
{
|
|
32618
32610
|
"name": "timeDisplay",
|
|
32619
32611
|
"type": {
|
|
32620
|
-
"text": "
|
|
32612
|
+
"text": "TimeDisplay"
|
|
32621
32613
|
},
|
|
32622
|
-
"description": "Time axis label format
|
|
32614
|
+
"description": "Time axis label format: 'date' (full date/time) or 'minutes' (relative).",
|
|
32623
32615
|
"fieldName": "timeDisplay",
|
|
32624
32616
|
"inheritedFrom": {
|
|
32625
32617
|
"name": "ObcChartLineBase",
|
|
@@ -32629,10 +32621,10 @@
|
|
|
32629
32621
|
{
|
|
32630
32622
|
"name": "xTicksLimit",
|
|
32631
32623
|
"type": {
|
|
32632
|
-
"text": "number"
|
|
32624
|
+
"text": "number | undefined"
|
|
32633
32625
|
},
|
|
32634
32626
|
"default": "undefined",
|
|
32635
|
-
"description": "
|
|
32627
|
+
"description": "Max number of x-axis ticks/grid lines. Useful for matching external axes.",
|
|
32636
32628
|
"fieldName": "xTicksLimit",
|
|
32637
32629
|
"inheritedFrom": {
|
|
32638
32630
|
"name": "ObcChartLineBase",
|
|
@@ -32642,10 +32634,10 @@
|
|
|
32642
32634
|
{
|
|
32643
32635
|
"name": "xStepSize",
|
|
32644
32636
|
"type": {
|
|
32645
|
-
"text": "number"
|
|
32637
|
+
"text": "number | undefined"
|
|
32646
32638
|
},
|
|
32647
32639
|
"default": "undefined",
|
|
32648
|
-
"description": "Force
|
|
32640
|
+
"description": "Force x-axis tick interval. Useful for matching external axes.",
|
|
32649
32641
|
"fieldName": "xStepSize",
|
|
32650
32642
|
"inheritedFrom": {
|
|
32651
32643
|
"name": "ObcChartLineBase",
|
|
@@ -32655,10 +32647,10 @@
|
|
|
32655
32647
|
{
|
|
32656
32648
|
"name": "yTicksLimit",
|
|
32657
32649
|
"type": {
|
|
32658
|
-
"text": "number"
|
|
32650
|
+
"text": "number | undefined"
|
|
32659
32651
|
},
|
|
32660
32652
|
"default": "undefined",
|
|
32661
|
-
"description": "
|
|
32653
|
+
"description": "Max number of y-axis ticks/grid lines. Useful for matching external axes.",
|
|
32662
32654
|
"fieldName": "yTicksLimit",
|
|
32663
32655
|
"inheritedFrom": {
|
|
32664
32656
|
"name": "ObcChartLineBase",
|
|
@@ -32668,10 +32660,10 @@
|
|
|
32668
32660
|
{
|
|
32669
32661
|
"name": "yStepSize",
|
|
32670
32662
|
"type": {
|
|
32671
|
-
"text": "number"
|
|
32663
|
+
"text": "number | undefined"
|
|
32672
32664
|
},
|
|
32673
32665
|
"default": "undefined",
|
|
32674
|
-
"description": "Force
|
|
32666
|
+
"description": "Force y-axis tick interval. Useful for matching external axes.",
|
|
32675
32667
|
"fieldName": "yStepSize",
|
|
32676
32668
|
"inheritedFrom": {
|
|
32677
32669
|
"name": "ObcChartLineBase",
|
|
@@ -32807,7 +32799,7 @@
|
|
|
32807
32799
|
"kind": "field",
|
|
32808
32800
|
"name": "data",
|
|
32809
32801
|
"type": {
|
|
32810
|
-
"text": "
|
|
32802
|
+
"text": "DonutChartDataItem[]"
|
|
32811
32803
|
},
|
|
32812
32804
|
"default": "[]",
|
|
32813
32805
|
"description": "Chart data segments (set via JavaScript)"
|
|
@@ -32959,7 +32951,7 @@
|
|
|
32959
32951
|
"text": "number"
|
|
32960
32952
|
},
|
|
32961
32953
|
"default": "320",
|
|
32962
|
-
"description": "Fixed height of the chart in pixels (
|
|
32954
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
32963
32955
|
"attribute": "fixedHeight",
|
|
32964
32956
|
"reflects": true
|
|
32965
32957
|
},
|
|
@@ -33218,7 +33210,7 @@
|
|
|
33218
33210
|
"text": "number"
|
|
33219
33211
|
},
|
|
33220
33212
|
"default": "320",
|
|
33221
|
-
"description": "Fixed height of the chart in pixels (
|
|
33213
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
33222
33214
|
"fieldName": "fixedHeight"
|
|
33223
33215
|
}
|
|
33224
33216
|
],
|
|
@@ -33307,10 +33299,10 @@
|
|
|
33307
33299
|
"kind": "field",
|
|
33308
33300
|
"name": "data",
|
|
33309
33301
|
"type": {
|
|
33310
|
-
"text": "
|
|
33302
|
+
"text": "ChartLineDataItem[]"
|
|
33311
33303
|
},
|
|
33312
33304
|
"default": "[]",
|
|
33313
|
-
"description": "
|
|
33305
|
+
"description": "Simple single-series data. `{label, value}` items for the category axis;\n`{x, value}` items for time/number axes (x: epoch ms, ISO string, Date,\nor Temporal object). Points are drawn in array order (no sorting).",
|
|
33314
33306
|
"inheritedFrom": {
|
|
33315
33307
|
"name": "ObcChartLineBase",
|
|
33316
33308
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -33320,10 +33312,10 @@
|
|
|
33320
33312
|
"kind": "field",
|
|
33321
33313
|
"name": "datasets",
|
|
33322
33314
|
"type": {
|
|
33323
|
-
"text": "ChartDataset<'line',
|
|
33315
|
+
"text": "ChartDataset<'line', ChartLinePoint[]>[] | undefined"
|
|
33324
33316
|
},
|
|
33325
33317
|
"default": "undefined",
|
|
33326
|
-
"description": "
|
|
33318
|
+
"description": "Chart.js-style datasets for multi-series use. If provided, takes precedence over `data`.",
|
|
33327
33319
|
"inheritedFrom": {
|
|
33328
33320
|
"name": "ObcChartLineBase",
|
|
33329
33321
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -33333,10 +33325,10 @@
|
|
|
33333
33325
|
"kind": "field",
|
|
33334
33326
|
"name": "labels",
|
|
33335
33327
|
"type": {
|
|
33336
|
-
"text": "(string|number)[]"
|
|
33328
|
+
"text": "(string | number)[] | undefined"
|
|
33337
33329
|
},
|
|
33338
33330
|
"default": "undefined",
|
|
33339
|
-
"description": "
|
|
33331
|
+
"description": "Optional explicit labels for the x-axis (category mode). If omitted labels are derived from `data`",
|
|
33340
33332
|
"inheritedFrom": {
|
|
33341
33333
|
"name": "ObcChartLineBase",
|
|
33342
33334
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -33349,7 +33341,7 @@
|
|
|
33349
33341
|
"text": "string[]"
|
|
33350
33342
|
},
|
|
33351
33343
|
"default": "[]",
|
|
33352
|
-
"description": "Custom color palette (CSS variable names or color strings).
|
|
33344
|
+
"description": "Custom color palette (CSS variable names or color strings).",
|
|
33353
33345
|
"inheritedFrom": {
|
|
33354
33346
|
"name": "ObcChartLineBase",
|
|
33355
33347
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -33362,7 +33354,7 @@
|
|
|
33362
33354
|
"text": "boolean"
|
|
33363
33355
|
},
|
|
33364
33356
|
"default": "false",
|
|
33365
|
-
"description": "Show HTML legend below chart with series labels and colors.
|
|
33357
|
+
"description": "Show HTML legend below chart with series labels and colors.",
|
|
33366
33358
|
"attribute": "legend",
|
|
33367
33359
|
"reflects": true,
|
|
33368
33360
|
"inheritedFrom": {
|
|
@@ -33377,7 +33369,7 @@
|
|
|
33377
33369
|
"text": "boolean"
|
|
33378
33370
|
},
|
|
33379
33371
|
"default": "false",
|
|
33380
|
-
"description": "Development mode: show visual debug overlay with dimension guides.
|
|
33372
|
+
"description": "Development mode: show visual debug overlay with dimension guides.",
|
|
33381
33373
|
"attribute": "showDebugOverlay",
|
|
33382
33374
|
"reflects": true,
|
|
33383
33375
|
"inheritedFrom": {
|
|
@@ -33407,7 +33399,7 @@
|
|
|
33407
33399
|
"text": "number"
|
|
33408
33400
|
},
|
|
33409
33401
|
"default": "320",
|
|
33410
|
-
"description": "
|
|
33402
|
+
"description": "Height of the chart in pixels. Default: 320.",
|
|
33411
33403
|
"attribute": "height",
|
|
33412
33404
|
"reflects": true,
|
|
33413
33405
|
"inheritedFrom": {
|
|
@@ -33448,9 +33440,9 @@
|
|
|
33448
33440
|
"kind": "field",
|
|
33449
33441
|
"name": "xAxisType",
|
|
33450
33442
|
"type": {
|
|
33451
|
-
"text": "
|
|
33443
|
+
"text": "XAxisType"
|
|
33452
33444
|
},
|
|
33453
|
-
"description": "X-axis mode
|
|
33445
|
+
"description": "X-axis mode: 'category' for labeled, evenly spaced data points; 'time'\nfor time-based data positioned proportionally; 'number' for plain\nnumeric x-values.",
|
|
33454
33446
|
"attribute": "xAxisType",
|
|
33455
33447
|
"inheritedFrom": {
|
|
33456
33448
|
"name": "ObcChartLineBase",
|
|
@@ -33461,9 +33453,9 @@
|
|
|
33461
33453
|
"kind": "field",
|
|
33462
33454
|
"name": "yAxisPosition",
|
|
33463
33455
|
"type": {
|
|
33464
|
-
"text": "
|
|
33456
|
+
"text": "YAxisPosition"
|
|
33465
33457
|
},
|
|
33466
|
-
"description": "Single y-axis position
|
|
33458
|
+
"description": "Single y-axis position ('left' or 'right'). For multiple y-axes, use yAxes instead.",
|
|
33467
33459
|
"attribute": "yAxisPosition",
|
|
33468
33460
|
"inheritedFrom": {
|
|
33469
33461
|
"name": "ObcChartLineBase",
|
|
@@ -33474,10 +33466,10 @@
|
|
|
33474
33466
|
"kind": "field",
|
|
33475
33467
|
"name": "yAxes",
|
|
33476
33468
|
"type": {
|
|
33477
|
-
"text": "
|
|
33469
|
+
"text": "ChartLineYAxisConfig[] | undefined"
|
|
33478
33470
|
},
|
|
33479
33471
|
"default": "undefined",
|
|
33480
|
-
"description": "Multiple y-axis definitions for complex
|
|
33472
|
+
"description": "Multiple y-axis definitions for complex multi-axis charts.",
|
|
33481
33473
|
"inheritedFrom": {
|
|
33482
33474
|
"name": "ObcChartLineBase",
|
|
33483
33475
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -33490,7 +33482,7 @@
|
|
|
33490
33482
|
"text": "boolean"
|
|
33491
33483
|
},
|
|
33492
33484
|
"default": "false",
|
|
33493
|
-
"description": "Show
|
|
33485
|
+
"description": "Show grid lines.",
|
|
33494
33486
|
"attribute": "showGrid",
|
|
33495
33487
|
"inheritedFrom": {
|
|
33496
33488
|
"name": "ObcChartLineBase",
|
|
@@ -33504,7 +33496,7 @@
|
|
|
33504
33496
|
"text": "boolean"
|
|
33505
33497
|
},
|
|
33506
33498
|
"default": "false",
|
|
33507
|
-
"description": "Show vertical grid lines (x-axis).
|
|
33499
|
+
"description": "Show vertical grid lines (x-axis). Default: false.",
|
|
33508
33500
|
"attribute": "showGridX",
|
|
33509
33501
|
"inheritedFrom": {
|
|
33510
33502
|
"name": "ObcChartLineBase",
|
|
@@ -33518,7 +33510,7 @@
|
|
|
33518
33510
|
"text": "boolean"
|
|
33519
33511
|
},
|
|
33520
33512
|
"default": "false",
|
|
33521
|
-
"description": "Show horizontal grid lines (y-axis).
|
|
33513
|
+
"description": "Show horizontal grid lines (y-axis). Default: false.",
|
|
33522
33514
|
"attribute": "showGridY",
|
|
33523
33515
|
"inheritedFrom": {
|
|
33524
33516
|
"name": "ObcChartLineBase",
|
|
@@ -33532,7 +33524,7 @@
|
|
|
33532
33524
|
"text": "boolean"
|
|
33533
33525
|
},
|
|
33534
33526
|
"default": "false",
|
|
33535
|
-
"description": "Show axis tick marks and labels.
|
|
33527
|
+
"description": "Show axis tick marks and labels.",
|
|
33536
33528
|
"attribute": "showTickMarks",
|
|
33537
33529
|
"inheritedFrom": {
|
|
33538
33530
|
"name": "ObcChartLineBase",
|
|
@@ -33587,7 +33579,7 @@
|
|
|
33587
33579
|
"text": "boolean"
|
|
33588
33580
|
},
|
|
33589
33581
|
"default": "false",
|
|
33590
|
-
"description": "Show point markers on data points. Default:
|
|
33582
|
+
"description": "Show point markers on data points. Default: false.",
|
|
33591
33583
|
"attribute": "showPoints",
|
|
33592
33584
|
"inheritedFrom": {
|
|
33593
33585
|
"name": "ObcChartLineBase",
|
|
@@ -33598,9 +33590,9 @@
|
|
|
33598
33590
|
"kind": "field",
|
|
33599
33591
|
"name": "lineMode",
|
|
33600
33592
|
"type": {
|
|
33601
|
-
"text": "
|
|
33593
|
+
"text": "LineMode"
|
|
33602
33594
|
},
|
|
33603
|
-
"description": "Line drawing style
|
|
33595
|
+
"description": "Line drawing style: 'smooth' (curved), 'straight', or 'stepped'.",
|
|
33604
33596
|
"attribute": "lineMode",
|
|
33605
33597
|
"inheritedFrom": {
|
|
33606
33598
|
"name": "ObcChartLineBase",
|
|
@@ -33614,7 +33606,7 @@
|
|
|
33614
33606
|
"text": "string"
|
|
33615
33607
|
},
|
|
33616
33608
|
"default": "''",
|
|
33617
|
-
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').
|
|
33609
|
+
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').",
|
|
33618
33610
|
"attribute": "unit",
|
|
33619
33611
|
"inheritedFrom": {
|
|
33620
33612
|
"name": "ObcChartLineBase",
|
|
@@ -33625,9 +33617,9 @@
|
|
|
33625
33617
|
"kind": "field",
|
|
33626
33618
|
"name": "timeDisplay",
|
|
33627
33619
|
"type": {
|
|
33628
|
-
"text": "
|
|
33620
|
+
"text": "TimeDisplay"
|
|
33629
33621
|
},
|
|
33630
|
-
"description": "Time axis label format
|
|
33622
|
+
"description": "Time axis label format: 'date' (full date/time) or 'minutes' (relative).",
|
|
33631
33623
|
"attribute": "timeDisplay",
|
|
33632
33624
|
"inheritedFrom": {
|
|
33633
33625
|
"name": "ObcChartLineBase",
|
|
@@ -33638,10 +33630,10 @@
|
|
|
33638
33630
|
"kind": "field",
|
|
33639
33631
|
"name": "xTicksLimit",
|
|
33640
33632
|
"type": {
|
|
33641
|
-
"text": "number"
|
|
33633
|
+
"text": "number | undefined"
|
|
33642
33634
|
},
|
|
33643
33635
|
"default": "undefined",
|
|
33644
|
-
"description": "
|
|
33636
|
+
"description": "Max number of x-axis ticks/grid lines. Useful for matching external axes.",
|
|
33645
33637
|
"attribute": "xTicksLimit",
|
|
33646
33638
|
"inheritedFrom": {
|
|
33647
33639
|
"name": "ObcChartLineBase",
|
|
@@ -33652,10 +33644,10 @@
|
|
|
33652
33644
|
"kind": "field",
|
|
33653
33645
|
"name": "xStepSize",
|
|
33654
33646
|
"type": {
|
|
33655
|
-
"text": "number"
|
|
33647
|
+
"text": "number | undefined"
|
|
33656
33648
|
},
|
|
33657
33649
|
"default": "undefined",
|
|
33658
|
-
"description": "Force
|
|
33650
|
+
"description": "Force x-axis tick interval. Useful for matching external axes.",
|
|
33659
33651
|
"attribute": "xStepSize",
|
|
33660
33652
|
"inheritedFrom": {
|
|
33661
33653
|
"name": "ObcChartLineBase",
|
|
@@ -33666,10 +33658,10 @@
|
|
|
33666
33658
|
"kind": "field",
|
|
33667
33659
|
"name": "yTicksLimit",
|
|
33668
33660
|
"type": {
|
|
33669
|
-
"text": "number"
|
|
33661
|
+
"text": "number | undefined"
|
|
33670
33662
|
},
|
|
33671
33663
|
"default": "undefined",
|
|
33672
|
-
"description": "
|
|
33664
|
+
"description": "Max number of y-axis ticks/grid lines. Useful for matching external axes.",
|
|
33673
33665
|
"attribute": "yTicksLimit",
|
|
33674
33666
|
"inheritedFrom": {
|
|
33675
33667
|
"name": "ObcChartLineBase",
|
|
@@ -33680,10 +33672,10 @@
|
|
|
33680
33672
|
"kind": "field",
|
|
33681
33673
|
"name": "yStepSize",
|
|
33682
33674
|
"type": {
|
|
33683
|
-
"text": "number"
|
|
33675
|
+
"text": "number | undefined"
|
|
33684
33676
|
},
|
|
33685
33677
|
"default": "undefined",
|
|
33686
|
-
"description": "Force
|
|
33678
|
+
"description": "Force y-axis tick interval. Useful for matching external axes.",
|
|
33687
33679
|
"attribute": "yStepSize",
|
|
33688
33680
|
"inheritedFrom": {
|
|
33689
33681
|
"name": "ObcChartLineBase",
|
|
@@ -34290,30 +34282,6 @@
|
|
|
34290
34282
|
"name": "ObcChartLineBase",
|
|
34291
34283
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
34292
34284
|
}
|
|
34293
|
-
},
|
|
34294
|
-
{
|
|
34295
|
-
"type": {
|
|
34296
|
-
"text": "'semitransparent'|'solid'|'threshold'"
|
|
34297
|
-
},
|
|
34298
|
-
"description": "Fill rendering mode. `'semitransparent'` uses 50% alpha, `'solid'` uses opaque fill, `'threshold'` (single-series only) fills above/below midpoint with red/blue gradient. Default: `'semitransparent'`.",
|
|
34299
|
-
"name": "fillMode",
|
|
34300
|
-
"kind": "field",
|
|
34301
|
-
"inheritedFrom": {
|
|
34302
|
-
"name": "ObcChartLineBase",
|
|
34303
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
34304
|
-
}
|
|
34305
|
-
},
|
|
34306
|
-
{
|
|
34307
|
-
"type": {
|
|
34308
|
-
"text": "boolean"
|
|
34309
|
-
},
|
|
34310
|
-
"description": "Stack multi-series datasets vertically on y-axis. Ignored for single-series and threshold fill mode. Default: `false`.",
|
|
34311
|
-
"name": "stacked",
|
|
34312
|
-
"kind": "field",
|
|
34313
|
-
"inheritedFrom": {
|
|
34314
|
-
"name": "ObcChartLineBase",
|
|
34315
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
34316
|
-
}
|
|
34317
34285
|
}
|
|
34318
34286
|
],
|
|
34319
34287
|
"superclass": {
|
|
@@ -34329,7 +34297,7 @@
|
|
|
34329
34297
|
"text": "boolean"
|
|
34330
34298
|
},
|
|
34331
34299
|
"default": "false",
|
|
34332
|
-
"description": "Show HTML legend below chart with series labels and colors.
|
|
34300
|
+
"description": "Show HTML legend below chart with series labels and colors.",
|
|
34333
34301
|
"fieldName": "legend",
|
|
34334
34302
|
"inheritedFrom": {
|
|
34335
34303
|
"name": "ObcChartLineBase",
|
|
@@ -34342,7 +34310,7 @@
|
|
|
34342
34310
|
"text": "boolean"
|
|
34343
34311
|
},
|
|
34344
34312
|
"default": "false",
|
|
34345
|
-
"description": "Development mode: show visual debug overlay with dimension guides.
|
|
34313
|
+
"description": "Development mode: show visual debug overlay with dimension guides.",
|
|
34346
34314
|
"fieldName": "showDebugOverlay",
|
|
34347
34315
|
"inheritedFrom": {
|
|
34348
34316
|
"name": "ObcChartLineBase",
|
|
@@ -34368,7 +34336,7 @@
|
|
|
34368
34336
|
"text": "number"
|
|
34369
34337
|
},
|
|
34370
34338
|
"default": "320",
|
|
34371
|
-
"description": "
|
|
34339
|
+
"description": "Height of the chart in pixels. Default: 320.",
|
|
34372
34340
|
"fieldName": "height",
|
|
34373
34341
|
"inheritedFrom": {
|
|
34374
34342
|
"name": "ObcChartLineBase",
|
|
@@ -34404,9 +34372,9 @@
|
|
|
34404
34372
|
{
|
|
34405
34373
|
"name": "xAxisType",
|
|
34406
34374
|
"type": {
|
|
34407
|
-
"text": "
|
|
34375
|
+
"text": "XAxisType"
|
|
34408
34376
|
},
|
|
34409
|
-
"description": "X-axis mode
|
|
34377
|
+
"description": "X-axis mode: 'category' for labeled, evenly spaced data points; 'time'\nfor time-based data positioned proportionally; 'number' for plain\nnumeric x-values.",
|
|
34410
34378
|
"fieldName": "xAxisType",
|
|
34411
34379
|
"inheritedFrom": {
|
|
34412
34380
|
"name": "ObcChartLineBase",
|
|
@@ -34416,9 +34384,9 @@
|
|
|
34416
34384
|
{
|
|
34417
34385
|
"name": "yAxisPosition",
|
|
34418
34386
|
"type": {
|
|
34419
|
-
"text": "
|
|
34387
|
+
"text": "YAxisPosition"
|
|
34420
34388
|
},
|
|
34421
|
-
"description": "Single y-axis position
|
|
34389
|
+
"description": "Single y-axis position ('left' or 'right'). For multiple y-axes, use yAxes instead.",
|
|
34422
34390
|
"fieldName": "yAxisPosition",
|
|
34423
34391
|
"inheritedFrom": {
|
|
34424
34392
|
"name": "ObcChartLineBase",
|
|
@@ -34431,7 +34399,7 @@
|
|
|
34431
34399
|
"text": "boolean"
|
|
34432
34400
|
},
|
|
34433
34401
|
"default": "false",
|
|
34434
|
-
"description": "Show
|
|
34402
|
+
"description": "Show grid lines.",
|
|
34435
34403
|
"fieldName": "showGrid",
|
|
34436
34404
|
"inheritedFrom": {
|
|
34437
34405
|
"name": "ObcChartLineBase",
|
|
@@ -34444,7 +34412,7 @@
|
|
|
34444
34412
|
"text": "boolean"
|
|
34445
34413
|
},
|
|
34446
34414
|
"default": "false",
|
|
34447
|
-
"description": "Show vertical grid lines (x-axis).
|
|
34415
|
+
"description": "Show vertical grid lines (x-axis). Default: false.",
|
|
34448
34416
|
"fieldName": "showGridX",
|
|
34449
34417
|
"inheritedFrom": {
|
|
34450
34418
|
"name": "ObcChartLineBase",
|
|
@@ -34457,7 +34425,7 @@
|
|
|
34457
34425
|
"text": "boolean"
|
|
34458
34426
|
},
|
|
34459
34427
|
"default": "false",
|
|
34460
|
-
"description": "Show horizontal grid lines (y-axis).
|
|
34428
|
+
"description": "Show horizontal grid lines (y-axis). Default: false.",
|
|
34461
34429
|
"fieldName": "showGridY",
|
|
34462
34430
|
"inheritedFrom": {
|
|
34463
34431
|
"name": "ObcChartLineBase",
|
|
@@ -34470,7 +34438,7 @@
|
|
|
34470
34438
|
"text": "boolean"
|
|
34471
34439
|
},
|
|
34472
34440
|
"default": "false",
|
|
34473
|
-
"description": "Show axis tick marks and labels.
|
|
34441
|
+
"description": "Show axis tick marks and labels.",
|
|
34474
34442
|
"fieldName": "showTickMarks",
|
|
34475
34443
|
"inheritedFrom": {
|
|
34476
34444
|
"name": "ObcChartLineBase",
|
|
@@ -34483,7 +34451,7 @@
|
|
|
34483
34451
|
"text": "boolean"
|
|
34484
34452
|
},
|
|
34485
34453
|
"default": "false",
|
|
34486
|
-
"description": "Show point markers on data points. Default:
|
|
34454
|
+
"description": "Show point markers on data points. Default: false.",
|
|
34487
34455
|
"fieldName": "showPoints",
|
|
34488
34456
|
"inheritedFrom": {
|
|
34489
34457
|
"name": "ObcChartLineBase",
|
|
@@ -34493,9 +34461,9 @@
|
|
|
34493
34461
|
{
|
|
34494
34462
|
"name": "lineMode",
|
|
34495
34463
|
"type": {
|
|
34496
|
-
"text": "
|
|
34464
|
+
"text": "LineMode"
|
|
34497
34465
|
},
|
|
34498
|
-
"description": "Line drawing style
|
|
34466
|
+
"description": "Line drawing style: 'smooth' (curved), 'straight', or 'stepped'.",
|
|
34499
34467
|
"fieldName": "lineMode",
|
|
34500
34468
|
"inheritedFrom": {
|
|
34501
34469
|
"name": "ObcChartLineBase",
|
|
@@ -34508,7 +34476,7 @@
|
|
|
34508
34476
|
"text": "string"
|
|
34509
34477
|
},
|
|
34510
34478
|
"default": "''",
|
|
34511
|
-
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').
|
|
34479
|
+
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').",
|
|
34512
34480
|
"fieldName": "unit",
|
|
34513
34481
|
"inheritedFrom": {
|
|
34514
34482
|
"name": "ObcChartLineBase",
|
|
@@ -34518,9 +34486,9 @@
|
|
|
34518
34486
|
{
|
|
34519
34487
|
"name": "timeDisplay",
|
|
34520
34488
|
"type": {
|
|
34521
|
-
"text": "
|
|
34489
|
+
"text": "TimeDisplay"
|
|
34522
34490
|
},
|
|
34523
|
-
"description": "Time axis label format
|
|
34491
|
+
"description": "Time axis label format: 'date' (full date/time) or 'minutes' (relative).",
|
|
34524
34492
|
"fieldName": "timeDisplay",
|
|
34525
34493
|
"inheritedFrom": {
|
|
34526
34494
|
"name": "ObcChartLineBase",
|
|
@@ -34530,10 +34498,10 @@
|
|
|
34530
34498
|
{
|
|
34531
34499
|
"name": "xTicksLimit",
|
|
34532
34500
|
"type": {
|
|
34533
|
-
"text": "number"
|
|
34501
|
+
"text": "number | undefined"
|
|
34534
34502
|
},
|
|
34535
34503
|
"default": "undefined",
|
|
34536
|
-
"description": "
|
|
34504
|
+
"description": "Max number of x-axis ticks/grid lines. Useful for matching external axes.",
|
|
34537
34505
|
"fieldName": "xTicksLimit",
|
|
34538
34506
|
"inheritedFrom": {
|
|
34539
34507
|
"name": "ObcChartLineBase",
|
|
@@ -34543,10 +34511,10 @@
|
|
|
34543
34511
|
{
|
|
34544
34512
|
"name": "xStepSize",
|
|
34545
34513
|
"type": {
|
|
34546
|
-
"text": "number"
|
|
34514
|
+
"text": "number | undefined"
|
|
34547
34515
|
},
|
|
34548
34516
|
"default": "undefined",
|
|
34549
|
-
"description": "Force
|
|
34517
|
+
"description": "Force x-axis tick interval. Useful for matching external axes.",
|
|
34550
34518
|
"fieldName": "xStepSize",
|
|
34551
34519
|
"inheritedFrom": {
|
|
34552
34520
|
"name": "ObcChartLineBase",
|
|
@@ -34556,10 +34524,10 @@
|
|
|
34556
34524
|
{
|
|
34557
34525
|
"name": "yTicksLimit",
|
|
34558
34526
|
"type": {
|
|
34559
|
-
"text": "number"
|
|
34527
|
+
"text": "number | undefined"
|
|
34560
34528
|
},
|
|
34561
34529
|
"default": "undefined",
|
|
34562
|
-
"description": "
|
|
34530
|
+
"description": "Max number of y-axis ticks/grid lines. Useful for matching external axes.",
|
|
34563
34531
|
"fieldName": "yTicksLimit",
|
|
34564
34532
|
"inheritedFrom": {
|
|
34565
34533
|
"name": "ObcChartLineBase",
|
|
@@ -34569,10 +34537,10 @@
|
|
|
34569
34537
|
{
|
|
34570
34538
|
"name": "yStepSize",
|
|
34571
34539
|
"type": {
|
|
34572
|
-
"text": "number"
|
|
34540
|
+
"text": "number | undefined"
|
|
34573
34541
|
},
|
|
34574
34542
|
"default": "undefined",
|
|
34575
|
-
"description": "Force
|
|
34543
|
+
"description": "Force y-axis tick interval. Useful for matching external axes.",
|
|
34576
34544
|
"fieldName": "yStepSize",
|
|
34577
34545
|
"inheritedFrom": {
|
|
34578
34546
|
"name": "ObcChartLineBase",
|
|
@@ -34702,10 +34670,10 @@
|
|
|
34702
34670
|
"kind": "field",
|
|
34703
34671
|
"name": "data",
|
|
34704
34672
|
"type": {
|
|
34705
|
-
"text": "
|
|
34673
|
+
"text": "PieChartDataItem[]"
|
|
34706
34674
|
},
|
|
34707
34675
|
"default": "[]",
|
|
34708
|
-
"description": "Chart data segments with optional children subsegments for sunburst mode (set via JavaScript)"
|
|
34676
|
+
"description": "Chart data segments with optional children subsegments for sunburst mode (set via JavaScript)."
|
|
34709
34677
|
},
|
|
34710
34678
|
{
|
|
34711
34679
|
"kind": "field",
|
|
@@ -34813,7 +34781,7 @@
|
|
|
34813
34781
|
"text": "number"
|
|
34814
34782
|
},
|
|
34815
34783
|
"default": "320",
|
|
34816
|
-
"description": "Fixed height of the chart in pixels (
|
|
34784
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
34817
34785
|
"attribute": "fixedHeight",
|
|
34818
34786
|
"reflects": true
|
|
34819
34787
|
},
|
|
@@ -35028,7 +34996,7 @@
|
|
|
35028
34996
|
"text": "number"
|
|
35029
34997
|
},
|
|
35030
34998
|
"default": "320",
|
|
35031
|
-
"description": "Fixed height of the chart in pixels (
|
|
34999
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
35032
35000
|
"fieldName": "fixedHeight"
|
|
35033
35001
|
}
|
|
35034
35002
|
],
|
|
@@ -35072,7 +35040,7 @@
|
|
|
35072
35040
|
"kind": "field",
|
|
35073
35041
|
"name": "data",
|
|
35074
35042
|
"type": {
|
|
35075
|
-
"text": "
|
|
35043
|
+
"text": "PolarChartDataItem[]"
|
|
35076
35044
|
},
|
|
35077
35045
|
"default": "[]",
|
|
35078
35046
|
"description": "Chart data segments (set via JavaScript)"
|
|
@@ -35151,7 +35119,7 @@
|
|
|
35151
35119
|
"text": "string"
|
|
35152
35120
|
},
|
|
35153
35121
|
"default": "'°'",
|
|
35154
|
-
"description": "Unit string to append to outer labels, default: \"
|
|
35122
|
+
"description": "Unit string to append to outer labels, default: \"°\"",
|
|
35155
35123
|
"attribute": "outerLabelUnit"
|
|
35156
35124
|
},
|
|
35157
35125
|
{
|
|
@@ -35181,7 +35149,7 @@
|
|
|
35181
35149
|
"text": "number"
|
|
35182
35150
|
},
|
|
35183
35151
|
"default": "320",
|
|
35184
|
-
"description": "Fixed height of the chart in pixels (
|
|
35152
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
35185
35153
|
"attribute": "fixedHeight",
|
|
35186
35154
|
"reflects": true
|
|
35187
35155
|
},
|
|
@@ -35282,14 +35250,6 @@
|
|
|
35282
35250
|
"name": "updateLegend",
|
|
35283
35251
|
"privacy": "private",
|
|
35284
35252
|
"description": "Update the legend HTML content"
|
|
35285
|
-
},
|
|
35286
|
-
{
|
|
35287
|
-
"type": {
|
|
35288
|
-
"text": "boolean"
|
|
35289
|
-
},
|
|
35290
|
-
"description": "When true, visually trim sectors to the nearest discrete color band boundary. When false, show exact values with partial band fills (default: true)",
|
|
35291
|
-
"name": "trimToDiscreteStops",
|
|
35292
|
-
"kind": "field"
|
|
35293
35253
|
}
|
|
35294
35254
|
],
|
|
35295
35255
|
"attributes": [
|
|
@@ -35351,7 +35311,7 @@
|
|
|
35351
35311
|
"text": "string"
|
|
35352
35312
|
},
|
|
35353
35313
|
"default": "'°'",
|
|
35354
|
-
"description": "Unit string to append to outer labels, default: \"
|
|
35314
|
+
"description": "Unit string to append to outer labels, default: \"°\"",
|
|
35355
35315
|
"fieldName": "outerLabelUnit"
|
|
35356
35316
|
},
|
|
35357
35317
|
{
|
|
@@ -35378,7 +35338,7 @@
|
|
|
35378
35338
|
"text": "number"
|
|
35379
35339
|
},
|
|
35380
35340
|
"default": "320",
|
|
35381
|
-
"description": "Fixed height of the chart in pixels (
|
|
35341
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
35382
35342
|
"fieldName": "fixedHeight"
|
|
35383
35343
|
},
|
|
35384
35344
|
{
|
|
@@ -35511,7 +35471,7 @@
|
|
|
35511
35471
|
"text": "number"
|
|
35512
35472
|
},
|
|
35513
35473
|
"default": "320",
|
|
35514
|
-
"description": "Fixed height of the chart in pixels (
|
|
35474
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
35515
35475
|
"attribute": "fixedHeight",
|
|
35516
35476
|
"reflects": true
|
|
35517
35477
|
},
|
|
@@ -35664,7 +35624,7 @@
|
|
|
35664
35624
|
"text": "number"
|
|
35665
35625
|
},
|
|
35666
35626
|
"default": "320",
|
|
35667
|
-
"description": "Fixed height of the chart in pixels (
|
|
35627
|
+
"description": "Fixed height of the chart in pixels (determines chart circumference), default: 320. The chart's circumference is always based on this fixed height to match other radial instruments.",
|
|
35668
35628
|
"fieldName": "fixedHeight"
|
|
35669
35629
|
},
|
|
35670
35630
|
{
|
|
@@ -71515,38 +71475,6 @@
|
|
|
71515
71475
|
"kind": "method",
|
|
71516
71476
|
"name": "onButtonsSlotChange",
|
|
71517
71477
|
"privacy": "private"
|
|
71518
|
-
},
|
|
71519
|
-
{
|
|
71520
|
-
"type": {
|
|
71521
|
-
"text": "IntegrationBarType"
|
|
71522
|
-
},
|
|
71523
|
-
"description": "Integration bar mode for fleet/vessel presentation",
|
|
71524
|
-
"name": "type",
|
|
71525
|
-
"kind": "field"
|
|
71526
|
-
},
|
|
71527
|
-
{
|
|
71528
|
-
"type": {
|
|
71529
|
-
"text": "string"
|
|
71530
|
-
},
|
|
71531
|
-
"description": "Selected vessel value",
|
|
71532
|
-
"name": "selectedVesselValue",
|
|
71533
|
-
"kind": "field"
|
|
71534
|
-
},
|
|
71535
|
-
{
|
|
71536
|
-
"type": {
|
|
71537
|
-
"text": "string"
|
|
71538
|
-
},
|
|
71539
|
-
"description": "Active vessel value while selection is pending",
|
|
71540
|
-
"name": "activeVesselValue",
|
|
71541
|
-
"kind": "field"
|
|
71542
|
-
},
|
|
71543
|
-
{
|
|
71544
|
-
"type": {
|
|
71545
|
-
"text": "{value: string; label: string}[]"
|
|
71546
|
-
},
|
|
71547
|
-
"description": "Available vessel options",
|
|
71548
|
-
"name": "vesselSelectorOptions",
|
|
71549
|
-
"kind": "field"
|
|
71550
71478
|
}
|
|
71551
71479
|
],
|
|
71552
71480
|
"events": [
|
|
@@ -71896,6 +71824,7 @@
|
|
|
71896
71824
|
"text": "boolean"
|
|
71897
71825
|
},
|
|
71898
71826
|
"default": "false",
|
|
71827
|
+
"description": "Shows the `status` slot.",
|
|
71899
71828
|
"attribute": "hasStatus"
|
|
71900
71829
|
},
|
|
71901
71830
|
{
|
|
@@ -72004,14 +71933,6 @@
|
|
|
72004
71933
|
{
|
|
72005
71934
|
"kind": "method",
|
|
72006
71935
|
"name": "renderHug"
|
|
72007
|
-
},
|
|
72008
|
-
{
|
|
72009
|
-
"type": {
|
|
72010
|
-
"text": "boolean"
|
|
72011
|
-
},
|
|
72012
|
-
"description": "Shows the `status` slot.",
|
|
72013
|
-
"name": "hasstatus",
|
|
72014
|
-
"kind": "field"
|
|
72015
71936
|
}
|
|
72016
71937
|
],
|
|
72017
71938
|
"events": [
|
|
@@ -72054,6 +71975,7 @@
|
|
|
72054
71975
|
"text": "boolean"
|
|
72055
71976
|
},
|
|
72056
71977
|
"default": "false",
|
|
71978
|
+
"description": "Shows the `status` slot.",
|
|
72057
71979
|
"fieldName": "hasStatus"
|
|
72058
71980
|
},
|
|
72059
71981
|
{
|
|
@@ -74035,7 +73957,7 @@
|
|
|
74035
73957
|
"kind": "field",
|
|
74036
73958
|
"name": "rotType",
|
|
74037
73959
|
"type": {
|
|
74038
|
-
"text": "RotType|undefined"
|
|
73960
|
+
"text": "RotType | undefined"
|
|
74039
73961
|
},
|
|
74040
73962
|
"description": "ROT display mode: `'dots'`, `'bar'`, or `undefined` (hidden).",
|
|
74041
73963
|
"attribute": "rotType"
|
|
@@ -74044,9 +73966,9 @@
|
|
|
74044
73966
|
"kind": "field",
|
|
74045
73967
|
"name": "rateOfTurnDegreesPerMinute",
|
|
74046
73968
|
"type": {
|
|
74047
|
-
"text": "number|undefined"
|
|
73969
|
+
"text": "number | undefined"
|
|
74048
73970
|
},
|
|
74049
|
-
"description": "Measured rate of turn in degrees per minute (positive = starboard)
|
|
73971
|
+
"description": "Measured rate of turn in degrees per minute (positive = starboard).\nWhen `undefined`, falls back to the deprecated `rotationsPerMinute`.",
|
|
74050
73972
|
"attribute": "rateOfTurnDegreesPerMinute"
|
|
74051
73973
|
},
|
|
74052
73974
|
{
|
|
@@ -74056,7 +73978,7 @@
|
|
|
74056
73978
|
"text": "number"
|
|
74057
73979
|
},
|
|
74058
73980
|
"default": "18",
|
|
74059
|
-
"description": "Visual amplification
|
|
73981
|
+
"description": "Visual amplification applied only to the spinning dot animation.",
|
|
74060
73982
|
"attribute": "rotDotAnimationFactor"
|
|
74061
73983
|
},
|
|
74062
73984
|
{
|
|
@@ -74066,8 +73988,8 @@
|
|
|
74066
73988
|
"text": "number"
|
|
74067
73989
|
},
|
|
74068
73990
|
"default": "1",
|
|
74069
|
-
"deprecated": "Use `rateOfTurnDegreesPerMinute` instead.",
|
|
74070
73991
|
"description": "**Deprecated.** Use `rateOfTurnDegreesPerMinute` instead.",
|
|
73992
|
+
"deprecated": "Use `rateOfTurnDegreesPerMinute` instead.",
|
|
74071
73993
|
"attribute": "rotationsPerMinute"
|
|
74072
73994
|
},
|
|
74073
73995
|
{
|
|
@@ -74077,7 +73999,7 @@
|
|
|
74077
73999
|
"text": "number"
|
|
74078
74000
|
},
|
|
74079
74001
|
"default": "60",
|
|
74080
|
-
"description": "Bar-extent reference value in **degrees per minute**. Default `60
|
|
74002
|
+
"description": "Bar-extent reference value in **degrees per minute**. Default `60`\nper ES-TRIN 2025/1 Art. 3.02.",
|
|
74081
74003
|
"attribute": "rotMaxValue"
|
|
74082
74004
|
},
|
|
74083
74005
|
{
|
|
@@ -74357,7 +74279,7 @@
|
|
|
74357
74279
|
{
|
|
74358
74280
|
"name": "rotType",
|
|
74359
74281
|
"type": {
|
|
74360
|
-
"text": "RotType|undefined"
|
|
74282
|
+
"text": "RotType | undefined"
|
|
74361
74283
|
},
|
|
74362
74284
|
"description": "ROT display mode: `'dots'`, `'bar'`, or `undefined` (hidden).",
|
|
74363
74285
|
"fieldName": "rotType"
|
|
@@ -74365,9 +74287,9 @@
|
|
|
74365
74287
|
{
|
|
74366
74288
|
"name": "rateOfTurnDegreesPerMinute",
|
|
74367
74289
|
"type": {
|
|
74368
|
-
"text": "number|undefined"
|
|
74290
|
+
"text": "number | undefined"
|
|
74369
74291
|
},
|
|
74370
|
-
"description": "Measured rate of turn in degrees per minute (positive = starboard)
|
|
74292
|
+
"description": "Measured rate of turn in degrees per minute (positive = starboard).\nWhen `undefined`, falls back to the deprecated `rotationsPerMinute`.",
|
|
74371
74293
|
"fieldName": "rateOfTurnDegreesPerMinute"
|
|
74372
74294
|
},
|
|
74373
74295
|
{
|
|
@@ -74376,7 +74298,7 @@
|
|
|
74376
74298
|
"text": "number"
|
|
74377
74299
|
},
|
|
74378
74300
|
"default": "18",
|
|
74379
|
-
"description": "Visual amplification
|
|
74301
|
+
"description": "Visual amplification applied only to the spinning dot animation.",
|
|
74380
74302
|
"fieldName": "rotDotAnimationFactor"
|
|
74381
74303
|
},
|
|
74382
74304
|
{
|
|
@@ -74385,8 +74307,8 @@
|
|
|
74385
74307
|
"text": "number"
|
|
74386
74308
|
},
|
|
74387
74309
|
"default": "1",
|
|
74388
|
-
"deprecated": "Use `rateOfTurnDegreesPerMinute` instead.",
|
|
74389
74310
|
"description": "**Deprecated.** Use `rateOfTurnDegreesPerMinute` instead.",
|
|
74311
|
+
"deprecated": "Use `rateOfTurnDegreesPerMinute` instead.",
|
|
74390
74312
|
"fieldName": "rotationsPerMinute"
|
|
74391
74313
|
},
|
|
74392
74314
|
{
|
|
@@ -74395,7 +74317,7 @@
|
|
|
74395
74317
|
"text": "number"
|
|
74396
74318
|
},
|
|
74397
74319
|
"default": "60",
|
|
74398
|
-
"description": "Bar-extent reference value in **degrees per minute**. Default `60
|
|
74320
|
+
"description": "Bar-extent reference value in **degrees per minute**. Default `60`\nper ES-TRIN 2025/1 Art. 3.02.",
|
|
74399
74321
|
"fieldName": "rotMaxValue"
|
|
74400
74322
|
},
|
|
74401
74323
|
{
|
|
@@ -75451,7 +75373,7 @@
|
|
|
75451
75373
|
"declarations": [
|
|
75452
75374
|
{
|
|
75453
75375
|
"kind": "class",
|
|
75454
|
-
"description": "`<obc-compass>` – Full-featured compass with HDG/COG arrows, rate-of-turn indicator, and environmental overlays.\n\nRenders a circular compass instrument that displays heading (HDG) and\ncourse-over-ground (COG) as rotating arrows over a triple-ring watch face.\nIt supports wind and current indicators, a vessel silhouette, heading\nsetpoint with auto at-setpoint detection, advice zones, and a rate-of-turn\n(ROT) dot indicator. The compass can be oriented north-up, heading-up, or\ncourse-up.\n\n## Features\n\n- **Direction modes**: `northUp` (default), `headingUp`, or `courseUp`\n via the `direction` property.\n- **HDG / COG arrows**: Two styled arrows overlay the watch face,\n rotating independently.\n- **Heading setpoint**: Optional setpoint marker with auto at-setpoint\n detection via `headingSetpoint`, `atHeadingSetpoint`, and deadband\n tuning properties.\n- **Advice zones**: Pass `headingAdvices` to render caution/alert arcs;\n triggered state is derived from whether the current heading falls\n inside the advice range.\n- **Rate of turn**: Animated ROT indicator driven by\n `rateOfTurnDegreesPerMinute` (deg/min, the maritime / AIS convention).\n Supports spinning dots (`rotType=\"dots\"`) — the dot animation is\n amplified by `rotDotAnimationFactor` so small physical values still\n read at a glance — and a banana-shaped arc bar (`rotType=\"bar\"`)\n showing the
|
|
75376
|
+
"description": "`<obc-compass>` – Full-featured compass with HDG/COG arrows, rate-of-turn indicator, and environmental overlays.\n\nRenders a circular compass instrument that displays heading (HDG) and\ncourse-over-ground (COG) as rotating arrows over a triple-ring watch face.\nIt supports wind and current indicators, a vessel silhouette, heading\nsetpoint with auto at-setpoint detection, advice zones, and a rate-of-turn\n(ROT) dot indicator. The compass can be oriented north-up, heading-up, or\ncourse-up.\n\n## Features\n\n- **Direction modes**: `northUp` (default), `headingUp`, or `courseUp`\n via the `direction` property.\n- **HDG / COG arrows**: Two styled arrows overlay the watch face,\n rotating independently.\n- **Heading setpoint**: Optional setpoint marker with auto at-setpoint\n detection via `headingSetpoint`, `atHeadingSetpoint`, and deadband\n tuning properties.\n- **Advice zones**: Pass `headingAdvices` to render caution/alert arcs;\n triggered state is derived from whether the current heading falls\n inside the advice range.\n- **Rate of turn**: Animated ROT indicator driven by\n `rateOfTurnDegreesPerMinute` (deg/min, the maritime / AIS convention).\n Supports spinning dots (`rotType=\"dots\"`) — the dot animation is\n amplified by `rotDotAnimationFactor` so small physical values still\n read at a glance — and a banana-shaped arc bar (`rotType=\"bar\"`)\n showing the rate of turn as an arc anchored at the current heading.\n Bar extent is driven by the physical value only (gain is not applied).\n Position on the outer scale ring or inner circle via `rotPosition`.\n- **Environmental overlays**: Wind speed/direction and current\n speed/direction indicators on the watch face.\n- **Vessel image**: Configurable vessel silhouette centered on the\n compass, rotating with heading.\n- **Color priority**: Set `priority` to `Priority.enhanced` to use the\n blue/enhanced color palette instead of the default gray/regular palette\n (default: `Priority.regular`).\n\n## Usage Guidelines\n\n- Set `heading` and `courseOverGround` to the current sensor values\n in degrees.\n- Use `direction` to control the compass orientation mode.\n- Use `headingSetpoint` to show a target heading marker.\n- Pass `headingAdvices` as an array of `AngleAdvice` objects for\n caution/alert zones.\n- Set `currentWindSpeedKnots` / `windFromDirection` and `currentSpeed` /\n `currentFromDirection` to display environmental indicators.\n\n## Example\n\n```html\n<obc-compass\n heading=\"45\"\n courseOverGround=\"50\"\n direction=\"northUp\"\n headingSetpoint=\"90\"\n priority=\"regular\"\n vesselImage=\"genericTop\"\n></obc-compass>\n```",
|
|
75455
75377
|
"name": "ObcCompass",
|
|
75456
75378
|
"members": [
|
|
75457
75379
|
{
|
|
@@ -75562,7 +75484,7 @@
|
|
|
75562
75484
|
"kind": "field",
|
|
75563
75485
|
"name": "headingAdvices",
|
|
75564
75486
|
"type": {
|
|
75565
|
-
"text": "
|
|
75487
|
+
"text": "AngleAdvice[]"
|
|
75566
75488
|
},
|
|
75567
75489
|
"default": "[]",
|
|
75568
75490
|
"description": "An array of angle advices for the compass."
|
|
@@ -75620,9 +75542,9 @@
|
|
|
75620
75542
|
"kind": "field",
|
|
75621
75543
|
"name": "rateOfTurnDegreesPerMinute",
|
|
75622
75544
|
"type": {
|
|
75623
|
-
"text": "number|undefined"
|
|
75545
|
+
"text": "number | undefined"
|
|
75624
75546
|
},
|
|
75625
|
-
"description": "Measured rate of turn in degrees per minute (
|
|
75547
|
+
"description": "Measured rate of turn in degrees per minute (positive = starboard).\nDrives both the bar extent and (after multiplication by\n`rotDotAnimationFactor`) the spinning dot animation.\nWhen `undefined`, falls back to the deprecated `rotationsPerMinute`.",
|
|
75626
75548
|
"attribute": "rateOfTurnDegreesPerMinute"
|
|
75627
75549
|
},
|
|
75628
75550
|
{
|
|
@@ -75632,7 +75554,7 @@
|
|
|
75632
75554
|
"text": "number"
|
|
75633
75555
|
},
|
|
75634
75556
|
"default": "18",
|
|
75635
|
-
"description": "Visual amplification
|
|
75557
|
+
"description": "Visual amplification applied only to the spinning dot animation\n(not to the bar extent). Default `18` keeps the legacy visual feel\n(≈1 rpm at 20°/min).",
|
|
75636
75558
|
"attribute": "rotDotAnimationFactor"
|
|
75637
75559
|
},
|
|
75638
75560
|
{
|
|
@@ -75642,8 +75564,8 @@
|
|
|
75642
75564
|
"text": "number"
|
|
75643
75565
|
},
|
|
75644
75566
|
"default": "1",
|
|
75567
|
+
"description": "Legacy rate-of-turn input, in rotations per minute. When\n`rateOfTurnDegreesPerMinute` is `undefined`, this value is used\n(unconverted) as the fallback ROT, driving both the spinning dot ring\nand the bar extent.",
|
|
75645
75568
|
"deprecated": "Use `rateOfTurnDegreesPerMinute` (and optionally\n`rotDotAnimationFactor`) instead. Takes effect only when\n`rateOfTurnDegreesPerMinute` is `undefined`.",
|
|
75646
|
-
"description": "**Deprecated.** Use `rateOfTurnDegreesPerMinute` instead. Kept as a backward-compatible fallback when `rateOfTurnDegreesPerMinute` is `undefined`.",
|
|
75647
75569
|
"attribute": "rotationsPerMinute"
|
|
75648
75570
|
},
|
|
75649
75571
|
{
|
|
@@ -75652,7 +75574,7 @@
|
|
|
75652
75574
|
"type": {
|
|
75653
75575
|
"text": "RotType"
|
|
75654
75576
|
},
|
|
75655
|
-
"description": "ROT display mode: `'dots'` (spinning dots, default) or `'bar'` (arc
|
|
75577
|
+
"description": "ROT display mode: `'dots'` (spinning dots, default) or `'bar'` (a rate-of-turn arc anchored at the current heading, its length proportional to the rate of turn).",
|
|
75656
75578
|
"attribute": "rotType"
|
|
75657
75579
|
},
|
|
75658
75580
|
{
|
|
@@ -75970,9 +75892,9 @@
|
|
|
75970
75892
|
{
|
|
75971
75893
|
"name": "rateOfTurnDegreesPerMinute",
|
|
75972
75894
|
"type": {
|
|
75973
|
-
"text": "number|undefined"
|
|
75895
|
+
"text": "number | undefined"
|
|
75974
75896
|
},
|
|
75975
|
-
"description": "Measured rate of turn in degrees per minute (
|
|
75897
|
+
"description": "Measured rate of turn in degrees per minute (positive = starboard).\nDrives both the bar extent and (after multiplication by\n`rotDotAnimationFactor`) the spinning dot animation.\nWhen `undefined`, falls back to the deprecated `rotationsPerMinute`.",
|
|
75976
75898
|
"fieldName": "rateOfTurnDegreesPerMinute"
|
|
75977
75899
|
},
|
|
75978
75900
|
{
|
|
@@ -75981,7 +75903,7 @@
|
|
|
75981
75903
|
"text": "number"
|
|
75982
75904
|
},
|
|
75983
75905
|
"default": "18",
|
|
75984
|
-
"description": "Visual amplification
|
|
75906
|
+
"description": "Visual amplification applied only to the spinning dot animation\n(not to the bar extent). Default `18` keeps the legacy visual feel\n(≈1 rpm at 20°/min).",
|
|
75985
75907
|
"fieldName": "rotDotAnimationFactor"
|
|
75986
75908
|
},
|
|
75987
75909
|
{
|
|
@@ -75990,8 +75912,8 @@
|
|
|
75990
75912
|
"text": "number"
|
|
75991
75913
|
},
|
|
75992
75914
|
"default": "1",
|
|
75915
|
+
"description": "Legacy rate-of-turn input, in rotations per minute. When\n`rateOfTurnDegreesPerMinute` is `undefined`, this value is used\n(unconverted) as the fallback ROT, driving both the spinning dot ring\nand the bar extent.",
|
|
75993
75916
|
"deprecated": "Use `rateOfTurnDegreesPerMinute` (and optionally\n`rotDotAnimationFactor`) instead. Takes effect only when\n`rateOfTurnDegreesPerMinute` is `undefined`.",
|
|
75994
|
-
"description": "**Deprecated.** Use `rateOfTurnDegreesPerMinute` instead. Kept as a backward-compatible fallback when `rateOfTurnDegreesPerMinute` is `undefined`.",
|
|
75995
75917
|
"fieldName": "rotationsPerMinute"
|
|
75996
75918
|
},
|
|
75997
75919
|
{
|
|
@@ -75999,7 +75921,7 @@
|
|
|
75999
75921
|
"type": {
|
|
76000
75922
|
"text": "RotType"
|
|
76001
75923
|
},
|
|
76002
|
-
"description": "ROT display mode: `'dots'` (spinning dots, default) or `'bar'` (arc
|
|
75924
|
+
"description": "ROT display mode: `'dots'` (spinning dots, default) or `'bar'` (a rate-of-turn arc anchored at the current heading, its length proportional to the rate of turn).",
|
|
76003
75925
|
"fieldName": "rotType"
|
|
76004
75926
|
},
|
|
76005
75927
|
{
|
|
@@ -78996,7 +78918,7 @@
|
|
|
78996
78918
|
"declarations": [
|
|
78997
78919
|
{
|
|
78998
78920
|
"kind": "class",
|
|
78999
|
-
"description": "Gauge Trend - A navigation instrument combining a line/area chart with an integrated vertical scale.\n\nThis is a high-level, self-contained component that combines:\n- A line/area chart (based on `ObcChartLineBase`) with configurable fill mode\n- An integrated vertical scale (`obc-bar-vertical`) on the right side\n\nThe component is designed for displaying time-series or categorical trend data alongside a calibrated\nvertical measurement scale, commonly used in maritime navigation instruments.\n\n## Architecture\n\nInternally composed of:\n- **Base**: `ObcChartLineBase` (line/area graph functionality)\n- **Right scale**: `obc-bar-vertical` (external scale component)\n\n## Locked Configuration (not user-configurable)\n- Fixed aspect ratio scaling: always enabled\n- Instrument mode: always enabled (8px border radius)\n- X-axis type: auto-detected — 'category' for `{label, value}` data,\n 'time' for `{x, value}` data (uneven intervals position proportionally).\n Assigning `xAxisType` explicitly disables auto-detection.\n- Line mode: always 'smooth'\n- Grid, tick marks, points, legend: always hidden\n- Scale advice position: always 'inner'\n- Scale state: automatically inherits from `state` property\n\n## Usage Examples\n\n### Basic gauge trend with default area fill\n```html\n<obc-gauge-trend\n .data=${[\n {label: 'Jan', value: 3.5},\n {label: 'Feb', value: 4.2},\n {label: 'Mar', value: 5.0}\n ]}\n .minValue=${3}\n .maxValue=${7}\n .value=${5}\n .width=${480}\n .height=${480}\n></obc-gauge-trend>\n```\n\n### Line-only (no fill) - default\n```html\n<obc-gauge-trend\n .data=${chartData}\n></obc-gauge-trend>\n```\n\n### With area fill\n```html\n<obc-gauge-trend\n .chartFill=${true}\n .data=${chartData}\n></obc-gauge-trend>\n```\n\n### With enhanced colors and setpoint\n```html\n<obc-gauge-trend\n .enhanced=${true}\n .state=${'in-command'}\n .setpoint=${5.5}\n .value=${5.2}\n .hasBar=${true}\n .hasScale=${true}\n></obc-gauge-trend>\n```\n\n### With advice overlays\n```html\n<obc-gauge-trend\n .hasAdvice=${true}\n .advice=${[\n {min: 3, max: 5, type: 'caution', hinted: true},\n {min: 6, max: 7, type: 'advice', hinted: false}\n ]}\n></obc-gauge-trend>\n```\n\n### Time-based data with uneven intervals\n```html\n<obc-gauge-trend\n .data=${[\n {x: '2026-07-06T10:00:00Z', value: 3.5},\n {x: '2026-07-06T10:03:00Z', value: 4.2},\n {x: '2026-07-06T10:15:00Z', value: 5.0}\n ]}\n></obc-gauge-trend>\n
|
|
78921
|
+
"description": "Gauge Trend - A navigation instrument combining a line/area chart with an integrated vertical scale.\n\nThis is a high-level, self-contained component that combines:\n- A line/area chart (based on `ObcChartLineBase`) with configurable fill mode\n- An integrated vertical scale (`obc-bar-vertical`) on the right side\n\nThe component is designed for displaying time-series or categorical trend data alongside a calibrated\nvertical measurement scale, commonly used in maritime navigation instruments.\n\n## Architecture\n\nInternally composed of:\n- **Base**: `ObcChartLineBase` (line/area graph functionality)\n- **Right scale**: `obc-bar-vertical` (external scale component)\n\n## Locked Configuration (not user-configurable)\n- Fixed aspect ratio scaling: always enabled\n- Instrument mode: always enabled (8px border radius)\n- X-axis type: auto-detected — 'category' for `{label, value}` data,\n 'time' for `{x, value}` data (uneven intervals position proportionally).\n Assigning `xAxisType` explicitly disables auto-detection.\n- Line mode: always 'smooth'\n- Grid, tick marks, points, legend: always hidden\n- Scale advice position: always 'inner'\n- Scale state: automatically inherits from `state` property\n\n## Usage Examples\n\n### Basic gauge trend with default area fill\n```html\n<obc-gauge-trend\n .data=${[\n {label: 'Jan', value: 3.5},\n {label: 'Feb', value: 4.2},\n {label: 'Mar', value: 5.0}\n ]}\n .minValue=${3}\n .maxValue=${7}\n .value=${5}\n .width=${480}\n .height=${480}\n></obc-gauge-trend>\n```\n\n### Line-only (no fill) - default\n```html\n<obc-gauge-trend\n .data=${chartData}\n></obc-gauge-trend>\n```\n\n### With area fill\n```html\n<obc-gauge-trend\n .chartFill=${true}\n .data=${chartData}\n></obc-gauge-trend>\n```\n\n### With enhanced colors and setpoint\n```html\n<obc-gauge-trend\n .enhanced=${true}\n .state=${'in-command'}\n .setpoint=${5.5}\n .value=${5.2}\n .hasBar=${true}\n .hasScale=${true}\n></obc-gauge-trend>\n```\n\n### With advice overlays\n```html\n<obc-gauge-trend\n .hasAdvice=${true}\n .advice=${[\n {min: 3, max: 5, type: 'caution', hinted: true},\n {min: 6, max: 7, type: 'advice', hinted: false}\n ]}\n></obc-gauge-trend>\n```\n\n### Time-based data with uneven intervals\n```html\n<obc-gauge-trend\n .data=${[\n {x: '2026-07-06T10:00:00Z', value: 3.5},\n {x: '2026-07-06T10:03:00Z', value: 4.2},\n {x: '2026-07-06T10:15:00Z', value: 5.0}\n ]}\n></obc-gauge-trend>\n```\n\n\nSetpoint properties are inherited from SetpointMixin.\nThese are forwarded to the internal `obc-bar-vertical` scale:\n`setpoint`, `newSetpoint`, `touching`, `atSetpoint`, `autoAtSetpoint`,\n`autoAtSetpointDeadband`, `setpointAtZeroDeadband`, `setpointOverride`.\nSee SetpointMixinInterface for full documentation.",
|
|
79000
78922
|
"name": "ObcGaugeTrend",
|
|
79001
78923
|
"members": [
|
|
79002
78924
|
{
|
|
@@ -79138,17 +79060,13 @@
|
|
|
79138
79060
|
"attribute": "hasAdvice"
|
|
79139
79061
|
},
|
|
79140
79062
|
{
|
|
79063
|
+
"kind": "field",
|
|
79064
|
+
"name": "fillMode",
|
|
79141
79065
|
"type": {
|
|
79142
|
-
"text": "
|
|
79066
|
+
"text": "FillMode"
|
|
79143
79067
|
},
|
|
79144
79068
|
"description": "Fill mode for the bar.\n- `'fill'`: Bar fills from `fillMin` to `value` — the bar visually tracks the current value.\n The `fillMax` property is **ignored** in this mode.\n- `'tint'`: Bar fills from `fillMin` to `fillMax` — an explicit highlighted range.\n Use this when you want to show a fixed range independent of the current value.\n\nIn both modes, `fillMin` is the origin point (e.g., 0 in a -100..100 scale).",
|
|
79145
|
-
"
|
|
79146
|
-
"kind": "field",
|
|
79147
|
-
"attribute": "fillMode",
|
|
79148
|
-
"inheritedFrom": {
|
|
79149
|
-
"name": "ObcChartLineBase",
|
|
79150
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79151
|
-
}
|
|
79069
|
+
"attribute": "fillMode"
|
|
79152
79070
|
},
|
|
79153
79071
|
{
|
|
79154
79072
|
"kind": "field",
|
|
@@ -79216,7 +79134,7 @@
|
|
|
79216
79134
|
"text": "boolean"
|
|
79217
79135
|
},
|
|
79218
79136
|
"default": "false",
|
|
79219
|
-
"description": "Enable chart area fill
|
|
79137
|
+
"description": "Enable chart area fill.\nWhen true, fills the area under the line with semitransparent color.\nWhen false (default), renders as line-only chart.",
|
|
79220
79138
|
"attribute": "chartFill"
|
|
79221
79139
|
},
|
|
79222
79140
|
{
|
|
@@ -79271,7 +79189,7 @@
|
|
|
79271
79189
|
"text": "boolean"
|
|
79272
79190
|
},
|
|
79273
79191
|
"default": "false",
|
|
79274
|
-
"description": "Show HTML legend below chart with series labels and colors.
|
|
79192
|
+
"description": "Show HTML legend below chart with series labels and colors.",
|
|
79275
79193
|
"attribute": "legend",
|
|
79276
79194
|
"reflects": true,
|
|
79277
79195
|
"inheritedFrom": {
|
|
@@ -79286,7 +79204,7 @@
|
|
|
79286
79204
|
"text": "boolean"
|
|
79287
79205
|
},
|
|
79288
79206
|
"default": "false",
|
|
79289
|
-
"description": "Development mode: show visual debug overlay with dimension guides.
|
|
79207
|
+
"description": "Development mode: show visual debug overlay with dimension guides.",
|
|
79290
79208
|
"attribute": "showDebugOverlay",
|
|
79291
79209
|
"reflects": true,
|
|
79292
79210
|
"inheritedFrom": {
|
|
@@ -79301,7 +79219,7 @@
|
|
|
79301
79219
|
"text": "boolean"
|
|
79302
79220
|
},
|
|
79303
79221
|
"default": "false",
|
|
79304
|
-
"description": "Show
|
|
79222
|
+
"description": "Show grid lines.",
|
|
79305
79223
|
"attribute": "showGrid",
|
|
79306
79224
|
"inheritedFrom": {
|
|
79307
79225
|
"name": "ObcChartLineBase",
|
|
@@ -79315,7 +79233,7 @@
|
|
|
79315
79233
|
"text": "boolean"
|
|
79316
79234
|
},
|
|
79317
79235
|
"default": "false",
|
|
79318
|
-
"description": "Show axis tick marks and labels.
|
|
79236
|
+
"description": "Show axis tick marks and labels.",
|
|
79319
79237
|
"attribute": "showTickMarks",
|
|
79320
79238
|
"inheritedFrom": {
|
|
79321
79239
|
"name": "ObcChartLineBase",
|
|
@@ -79329,7 +79247,7 @@
|
|
|
79329
79247
|
"text": "boolean"
|
|
79330
79248
|
},
|
|
79331
79249
|
"default": "false",
|
|
79332
|
-
"description": "Show point markers on data points. Default:
|
|
79250
|
+
"description": "Show point markers on data points. Default: false.",
|
|
79333
79251
|
"attribute": "showPoints",
|
|
79334
79252
|
"inheritedFrom": {
|
|
79335
79253
|
"name": "ObcChartLineBase",
|
|
@@ -79340,9 +79258,9 @@
|
|
|
79340
79258
|
"kind": "field",
|
|
79341
79259
|
"name": "xAxisType",
|
|
79342
79260
|
"type": {
|
|
79343
|
-
"text": "
|
|
79261
|
+
"text": "XAxisType"
|
|
79344
79262
|
},
|
|
79345
|
-
"description": "X-axis mode
|
|
79263
|
+
"description": "X-axis mode: 'category' for labeled, evenly spaced data points; 'time'\nfor time-based data positioned proportionally; 'number' for plain\nnumeric x-values.",
|
|
79346
79264
|
"attribute": "xAxisType",
|
|
79347
79265
|
"inheritedFrom": {
|
|
79348
79266
|
"name": "ObcChartLineBase",
|
|
@@ -79353,9 +79271,9 @@
|
|
|
79353
79271
|
"kind": "field",
|
|
79354
79272
|
"name": "yAxisPosition",
|
|
79355
79273
|
"type": {
|
|
79356
|
-
"text": "
|
|
79274
|
+
"text": "YAxisPosition"
|
|
79357
79275
|
},
|
|
79358
|
-
"description": "Single y-axis position
|
|
79276
|
+
"description": "Single y-axis position ('left' or 'right'). For multiple y-axes, use yAxes instead.",
|
|
79359
79277
|
"attribute": "yAxisPosition",
|
|
79360
79278
|
"inheritedFrom": {
|
|
79361
79279
|
"name": "ObcChartLineBase",
|
|
@@ -79366,9 +79284,9 @@
|
|
|
79366
79284
|
"kind": "field",
|
|
79367
79285
|
"name": "lineMode",
|
|
79368
79286
|
"type": {
|
|
79369
|
-
"text": "
|
|
79287
|
+
"text": "LineMode"
|
|
79370
79288
|
},
|
|
79371
|
-
"description": "Line drawing style
|
|
79289
|
+
"description": "Line drawing style: 'smooth' (curved), 'straight', or 'stepped'.",
|
|
79372
79290
|
"attribute": "lineMode",
|
|
79373
79291
|
"inheritedFrom": {
|
|
79374
79292
|
"name": "ObcChartLineBase",
|
|
@@ -79382,7 +79300,7 @@
|
|
|
79382
79300
|
"text": "string"
|
|
79383
79301
|
},
|
|
79384
79302
|
"default": "''",
|
|
79385
|
-
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').
|
|
79303
|
+
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').",
|
|
79386
79304
|
"attribute": "unit",
|
|
79387
79305
|
"inheritedFrom": {
|
|
79388
79306
|
"name": "ObcChartLineBase",
|
|
@@ -79393,9 +79311,9 @@
|
|
|
79393
79311
|
"kind": "field",
|
|
79394
79312
|
"name": "timeDisplay",
|
|
79395
79313
|
"type": {
|
|
79396
|
-
"text": "
|
|
79314
|
+
"text": "TimeDisplay"
|
|
79397
79315
|
},
|
|
79398
|
-
"description": "Time axis label format
|
|
79316
|
+
"description": "Time axis label format: 'date' (full date/time) or 'minutes' (relative).",
|
|
79399
79317
|
"attribute": "timeDisplay",
|
|
79400
79318
|
"inheritedFrom": {
|
|
79401
79319
|
"name": "ObcChartLineBase",
|
|
@@ -79477,61 +79395,10 @@
|
|
|
79477
79395
|
"kind": "field",
|
|
79478
79396
|
"name": "yAxes",
|
|
79479
79397
|
"type": {
|
|
79480
|
-
"text": "
|
|
79398
|
+
"text": "ChartLineYAxisConfig[] | undefined"
|
|
79481
79399
|
},
|
|
79482
79400
|
"default": "[ { id: 'y', position: 'left', min: this.chartMinValue ?? this.minValue, max: this.chartMaxValue ?? this.maxValue, }, ]",
|
|
79483
|
-
"description": "Multiple y-axis definitions for complex
|
|
79484
|
-
"inheritedFrom": {
|
|
79485
|
-
"name": "ObcChartLineBase",
|
|
79486
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79487
|
-
}
|
|
79488
|
-
},
|
|
79489
|
-
{
|
|
79490
|
-
"kind": "field",
|
|
79491
|
-
"name": "width",
|
|
79492
|
-
"type": {
|
|
79493
|
-
"text": "number"
|
|
79494
|
-
},
|
|
79495
|
-
"default": "480",
|
|
79496
|
-
"description": "Chart width in pixels (defines aspect ratio)",
|
|
79497
|
-
"attribute": "width",
|
|
79498
|
-
"reflects": true,
|
|
79499
|
-
"inheritedFrom": {
|
|
79500
|
-
"name": "ObcChartLineBase",
|
|
79501
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79502
|
-
}
|
|
79503
|
-
},
|
|
79504
|
-
{
|
|
79505
|
-
"kind": "field",
|
|
79506
|
-
"name": "height",
|
|
79507
|
-
"type": {
|
|
79508
|
-
"text": "number"
|
|
79509
|
-
},
|
|
79510
|
-
"default": "320",
|
|
79511
|
-
"description": "Chart height in pixels (defines aspect ratio)",
|
|
79512
|
-
"attribute": "height",
|
|
79513
|
-
"reflects": true,
|
|
79514
|
-
"inheritedFrom": {
|
|
79515
|
-
"name": "ObcChartLineBase",
|
|
79516
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79517
|
-
}
|
|
79518
|
-
},
|
|
79519
|
-
{
|
|
79520
|
-
"type": {
|
|
79521
|
-
"text": "boolean"
|
|
79522
|
-
},
|
|
79523
|
-
"description": "Use enhanced color palette for chart and scales",
|
|
79524
|
-
"name": "enhanced",
|
|
79525
|
-
"kind": "field"
|
|
79526
|
-
},
|
|
79527
|
-
{
|
|
79528
|
-
"kind": "field",
|
|
79529
|
-
"name": "state",
|
|
79530
|
-
"type": {
|
|
79531
|
-
"text": "InstrumentState"
|
|
79532
|
-
},
|
|
79533
|
-
"description": "Instrument state (automatically applied to scale)",
|
|
79534
|
-
"attribute": "state",
|
|
79401
|
+
"description": "Multiple y-axis definitions for complex multi-axis charts.",
|
|
79535
79402
|
"inheritedFrom": {
|
|
79536
79403
|
"name": "ObcChartLineBase",
|
|
79537
79404
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -79725,10 +79592,10 @@
|
|
|
79725
79592
|
"kind": "field",
|
|
79726
79593
|
"name": "data",
|
|
79727
79594
|
"type": {
|
|
79728
|
-
"text": "
|
|
79595
|
+
"text": "ChartLineDataItem[]"
|
|
79729
79596
|
},
|
|
79730
79597
|
"default": "[]",
|
|
79731
|
-
"description": "
|
|
79598
|
+
"description": "Simple single-series data. `{label, value}` items for the category axis;\n`{x, value}` items for time/number axes (x: epoch ms, ISO string, Date,\nor Temporal object). Points are drawn in array order (no sorting).",
|
|
79732
79599
|
"inheritedFrom": {
|
|
79733
79600
|
"name": "ObcChartLineBase",
|
|
79734
79601
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -79738,10 +79605,10 @@
|
|
|
79738
79605
|
"kind": "field",
|
|
79739
79606
|
"name": "datasets",
|
|
79740
79607
|
"type": {
|
|
79741
|
-
"text": "ChartDataset<'line',
|
|
79608
|
+
"text": "ChartDataset<'line', ChartLinePoint[]>[] | undefined"
|
|
79742
79609
|
},
|
|
79743
79610
|
"default": "undefined",
|
|
79744
|
-
"description": "
|
|
79611
|
+
"description": "Chart.js-style datasets for multi-series use. If provided, takes precedence over `data`.",
|
|
79745
79612
|
"inheritedFrom": {
|
|
79746
79613
|
"name": "ObcChartLineBase",
|
|
79747
79614
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -79751,10 +79618,10 @@
|
|
|
79751
79618
|
"kind": "field",
|
|
79752
79619
|
"name": "labels",
|
|
79753
79620
|
"type": {
|
|
79754
|
-
"text": "(string|number)[]"
|
|
79621
|
+
"text": "(string | number)[] | undefined"
|
|
79755
79622
|
},
|
|
79756
79623
|
"default": "undefined",
|
|
79757
|
-
"description": "
|
|
79624
|
+
"description": "Optional explicit labels for the x-axis (category mode). If omitted labels are derived from `data`",
|
|
79758
79625
|
"inheritedFrom": {
|
|
79759
79626
|
"name": "ObcChartLineBase",
|
|
79760
79627
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -79767,7 +79634,37 @@
|
|
|
79767
79634
|
"text": "string[]"
|
|
79768
79635
|
},
|
|
79769
79636
|
"default": "[]",
|
|
79770
|
-
"description": "Custom color palette (CSS variable names or color strings).
|
|
79637
|
+
"description": "Custom color palette (CSS variable names or color strings).",
|
|
79638
|
+
"inheritedFrom": {
|
|
79639
|
+
"name": "ObcChartLineBase",
|
|
79640
|
+
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79641
|
+
}
|
|
79642
|
+
},
|
|
79643
|
+
{
|
|
79644
|
+
"kind": "field",
|
|
79645
|
+
"name": "width",
|
|
79646
|
+
"type": {
|
|
79647
|
+
"text": "number"
|
|
79648
|
+
},
|
|
79649
|
+
"default": "480",
|
|
79650
|
+
"description": "Width of the chart in pixels. Default: 480.",
|
|
79651
|
+
"attribute": "width",
|
|
79652
|
+
"reflects": true,
|
|
79653
|
+
"inheritedFrom": {
|
|
79654
|
+
"name": "ObcChartLineBase",
|
|
79655
|
+
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79656
|
+
}
|
|
79657
|
+
},
|
|
79658
|
+
{
|
|
79659
|
+
"kind": "field",
|
|
79660
|
+
"name": "height",
|
|
79661
|
+
"type": {
|
|
79662
|
+
"text": "number"
|
|
79663
|
+
},
|
|
79664
|
+
"default": "320",
|
|
79665
|
+
"description": "Height of the chart in pixels. Default: 320.",
|
|
79666
|
+
"attribute": "height",
|
|
79667
|
+
"reflects": true,
|
|
79771
79668
|
"inheritedFrom": {
|
|
79772
79669
|
"name": "ObcChartLineBase",
|
|
79773
79670
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
@@ -79794,7 +79691,7 @@
|
|
|
79794
79691
|
"text": "boolean"
|
|
79795
79692
|
},
|
|
79796
79693
|
"default": "false",
|
|
79797
|
-
"description": "Show vertical grid lines (x-axis).
|
|
79694
|
+
"description": "Show vertical grid lines (x-axis). Default: false.",
|
|
79798
79695
|
"attribute": "showGridX",
|
|
79799
79696
|
"inheritedFrom": {
|
|
79800
79697
|
"name": "ObcChartLineBase",
|
|
@@ -79808,7 +79705,7 @@
|
|
|
79808
79705
|
"text": "boolean"
|
|
79809
79706
|
},
|
|
79810
79707
|
"default": "false",
|
|
79811
|
-
"description": "Show horizontal grid lines (y-axis).
|
|
79708
|
+
"description": "Show horizontal grid lines (y-axis). Default: false.",
|
|
79812
79709
|
"attribute": "showGridY",
|
|
79813
79710
|
"inheritedFrom": {
|
|
79814
79711
|
"name": "ObcChartLineBase",
|
|
@@ -79860,10 +79757,10 @@
|
|
|
79860
79757
|
"kind": "field",
|
|
79861
79758
|
"name": "xTicksLimit",
|
|
79862
79759
|
"type": {
|
|
79863
|
-
"text": "number"
|
|
79760
|
+
"text": "number | undefined"
|
|
79864
79761
|
},
|
|
79865
79762
|
"default": "undefined",
|
|
79866
|
-
"description": "
|
|
79763
|
+
"description": "Max number of x-axis ticks/grid lines. Useful for matching external axes.",
|
|
79867
79764
|
"attribute": "xTicksLimit",
|
|
79868
79765
|
"inheritedFrom": {
|
|
79869
79766
|
"name": "ObcChartLineBase",
|
|
@@ -79874,10 +79771,10 @@
|
|
|
79874
79771
|
"kind": "field",
|
|
79875
79772
|
"name": "xStepSize",
|
|
79876
79773
|
"type": {
|
|
79877
|
-
"text": "number"
|
|
79774
|
+
"text": "number | undefined"
|
|
79878
79775
|
},
|
|
79879
79776
|
"default": "undefined",
|
|
79880
|
-
"description": "Force
|
|
79777
|
+
"description": "Force x-axis tick interval. Useful for matching external axes.",
|
|
79881
79778
|
"attribute": "xStepSize",
|
|
79882
79779
|
"inheritedFrom": {
|
|
79883
79780
|
"name": "ObcChartLineBase",
|
|
@@ -79888,10 +79785,10 @@
|
|
|
79888
79785
|
"kind": "field",
|
|
79889
79786
|
"name": "yTicksLimit",
|
|
79890
79787
|
"type": {
|
|
79891
|
-
"text": "number"
|
|
79788
|
+
"text": "number | undefined"
|
|
79892
79789
|
},
|
|
79893
79790
|
"default": "undefined",
|
|
79894
|
-
"description": "
|
|
79791
|
+
"description": "Max number of y-axis ticks/grid lines. Useful for matching external axes.",
|
|
79895
79792
|
"attribute": "yTicksLimit",
|
|
79896
79793
|
"inheritedFrom": {
|
|
79897
79794
|
"name": "ObcChartLineBase",
|
|
@@ -79902,16 +79799,29 @@
|
|
|
79902
79799
|
"kind": "field",
|
|
79903
79800
|
"name": "yStepSize",
|
|
79904
79801
|
"type": {
|
|
79905
|
-
"text": "number"
|
|
79802
|
+
"text": "number | undefined"
|
|
79906
79803
|
},
|
|
79907
79804
|
"default": "undefined",
|
|
79908
|
-
"description": "Force
|
|
79805
|
+
"description": "Force y-axis tick interval. Useful for matching external axes.",
|
|
79909
79806
|
"attribute": "yStepSize",
|
|
79910
79807
|
"inheritedFrom": {
|
|
79911
79808
|
"name": "ObcChartLineBase",
|
|
79912
79809
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79913
79810
|
}
|
|
79914
79811
|
},
|
|
79812
|
+
{
|
|
79813
|
+
"kind": "field",
|
|
79814
|
+
"name": "state",
|
|
79815
|
+
"type": {
|
|
79816
|
+
"text": "InstrumentState"
|
|
79817
|
+
},
|
|
79818
|
+
"description": "Instrument state affecting colors of external scales.",
|
|
79819
|
+
"attribute": "state",
|
|
79820
|
+
"inheritedFrom": {
|
|
79821
|
+
"name": "ObcChartLineBase",
|
|
79822
|
+
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
79823
|
+
}
|
|
79824
|
+
},
|
|
79915
79825
|
{
|
|
79916
79826
|
"kind": "field",
|
|
79917
79827
|
"name": "priority",
|
|
@@ -80443,18 +80353,6 @@
|
|
|
80443
80353
|
"name": "ObcChartLineBase",
|
|
80444
80354
|
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
80445
80355
|
}
|
|
80446
|
-
},
|
|
80447
|
-
{
|
|
80448
|
-
"type": {
|
|
80449
|
-
"text": "boolean"
|
|
80450
|
-
},
|
|
80451
|
-
"description": "Stack multi-series datasets vertically on y-axis. Ignored for single-series and threshold fill mode. Default: `false`.",
|
|
80452
|
-
"name": "stacked",
|
|
80453
|
-
"kind": "field",
|
|
80454
|
-
"inheritedFrom": {
|
|
80455
|
-
"name": "ObcChartLineBase",
|
|
80456
|
-
"module": "src/building-blocks/chart-line/chart-line-base.ts"
|
|
80457
|
-
}
|
|
80458
80356
|
}
|
|
80459
80357
|
],
|
|
80460
80358
|
"attributes": [
|
|
@@ -80597,7 +80495,7 @@
|
|
|
80597
80495
|
"text": "boolean"
|
|
80598
80496
|
},
|
|
80599
80497
|
"default": "false",
|
|
80600
|
-
"description": "Enable chart area fill
|
|
80498
|
+
"description": "Enable chart area fill.\nWhen true, fills the area under the line with semitransparent color.\nWhen false (default), renders as line-only chart.",
|
|
80601
80499
|
"fieldName": "chartFill"
|
|
80602
80500
|
},
|
|
80603
80501
|
{
|
|
@@ -80695,7 +80593,7 @@
|
|
|
80695
80593
|
"text": "boolean"
|
|
80696
80594
|
},
|
|
80697
80595
|
"default": "false",
|
|
80698
|
-
"description": "Show HTML legend below chart with series labels and colors.
|
|
80596
|
+
"description": "Show HTML legend below chart with series labels and colors.",
|
|
80699
80597
|
"fieldName": "legend",
|
|
80700
80598
|
"inheritedFrom": {
|
|
80701
80599
|
"name": "ObcChartLineBase",
|
|
@@ -80708,7 +80606,7 @@
|
|
|
80708
80606
|
"text": "boolean"
|
|
80709
80607
|
},
|
|
80710
80608
|
"default": "false",
|
|
80711
|
-
"description": "Development mode: show visual debug overlay with dimension guides.
|
|
80609
|
+
"description": "Development mode: show visual debug overlay with dimension guides.",
|
|
80712
80610
|
"fieldName": "showDebugOverlay",
|
|
80713
80611
|
"inheritedFrom": {
|
|
80714
80612
|
"name": "ObcChartLineBase",
|
|
@@ -80734,7 +80632,7 @@
|
|
|
80734
80632
|
"text": "number"
|
|
80735
80633
|
},
|
|
80736
80634
|
"default": "320",
|
|
80737
|
-
"description": "
|
|
80635
|
+
"description": "Height of the chart in pixels. Default: 320.",
|
|
80738
80636
|
"fieldName": "height",
|
|
80739
80637
|
"inheritedFrom": {
|
|
80740
80638
|
"name": "ObcChartLineBase",
|
|
@@ -80770,9 +80668,9 @@
|
|
|
80770
80668
|
{
|
|
80771
80669
|
"name": "xAxisType",
|
|
80772
80670
|
"type": {
|
|
80773
|
-
"text": "
|
|
80671
|
+
"text": "XAxisType"
|
|
80774
80672
|
},
|
|
80775
|
-
"description": "X-axis mode
|
|
80673
|
+
"description": "X-axis mode: 'category' for labeled, evenly spaced data points; 'time'\nfor time-based data positioned proportionally; 'number' for plain\nnumeric x-values.",
|
|
80776
80674
|
"fieldName": "xAxisType",
|
|
80777
80675
|
"inheritedFrom": {
|
|
80778
80676
|
"name": "ObcChartLineBase",
|
|
@@ -80782,9 +80680,9 @@
|
|
|
80782
80680
|
{
|
|
80783
80681
|
"name": "yAxisPosition",
|
|
80784
80682
|
"type": {
|
|
80785
|
-
"text": "
|
|
80683
|
+
"text": "YAxisPosition"
|
|
80786
80684
|
},
|
|
80787
|
-
"description": "Single y-axis position
|
|
80685
|
+
"description": "Single y-axis position ('left' or 'right'). For multiple y-axes, use yAxes instead.",
|
|
80788
80686
|
"fieldName": "yAxisPosition",
|
|
80789
80687
|
"inheritedFrom": {
|
|
80790
80688
|
"name": "ObcChartLineBase",
|
|
@@ -80797,7 +80695,7 @@
|
|
|
80797
80695
|
"text": "boolean"
|
|
80798
80696
|
},
|
|
80799
80697
|
"default": "false",
|
|
80800
|
-
"description": "Show
|
|
80698
|
+
"description": "Show grid lines.",
|
|
80801
80699
|
"fieldName": "showGrid",
|
|
80802
80700
|
"inheritedFrom": {
|
|
80803
80701
|
"name": "ObcChartLineBase",
|
|
@@ -80810,7 +80708,7 @@
|
|
|
80810
80708
|
"text": "boolean"
|
|
80811
80709
|
},
|
|
80812
80710
|
"default": "false",
|
|
80813
|
-
"description": "Show vertical grid lines (x-axis).
|
|
80711
|
+
"description": "Show vertical grid lines (x-axis). Default: false.",
|
|
80814
80712
|
"fieldName": "showGridX",
|
|
80815
80713
|
"inheritedFrom": {
|
|
80816
80714
|
"name": "ObcChartLineBase",
|
|
@@ -80823,7 +80721,7 @@
|
|
|
80823
80721
|
"text": "boolean"
|
|
80824
80722
|
},
|
|
80825
80723
|
"default": "false",
|
|
80826
|
-
"description": "Show horizontal grid lines (y-axis).
|
|
80724
|
+
"description": "Show horizontal grid lines (y-axis). Default: false.",
|
|
80827
80725
|
"fieldName": "showGridY",
|
|
80828
80726
|
"inheritedFrom": {
|
|
80829
80727
|
"name": "ObcChartLineBase",
|
|
@@ -80836,7 +80734,7 @@
|
|
|
80836
80734
|
"text": "boolean"
|
|
80837
80735
|
},
|
|
80838
80736
|
"default": "false",
|
|
80839
|
-
"description": "Show axis tick marks and labels.
|
|
80737
|
+
"description": "Show axis tick marks and labels.",
|
|
80840
80738
|
"fieldName": "showTickMarks",
|
|
80841
80739
|
"inheritedFrom": {
|
|
80842
80740
|
"name": "ObcChartLineBase",
|
|
@@ -80849,7 +80747,7 @@
|
|
|
80849
80747
|
"text": "boolean"
|
|
80850
80748
|
},
|
|
80851
80749
|
"default": "false",
|
|
80852
|
-
"description": "Show point markers on data points. Default:
|
|
80750
|
+
"description": "Show point markers on data points. Default: false.",
|
|
80853
80751
|
"fieldName": "showPoints",
|
|
80854
80752
|
"inheritedFrom": {
|
|
80855
80753
|
"name": "ObcChartLineBase",
|
|
@@ -80859,9 +80757,9 @@
|
|
|
80859
80757
|
{
|
|
80860
80758
|
"name": "lineMode",
|
|
80861
80759
|
"type": {
|
|
80862
|
-
"text": "
|
|
80760
|
+
"text": "LineMode"
|
|
80863
80761
|
},
|
|
80864
|
-
"description": "Line drawing style
|
|
80762
|
+
"description": "Line drawing style: 'smooth' (curved), 'straight', or 'stepped'.",
|
|
80865
80763
|
"fieldName": "lineMode",
|
|
80866
80764
|
"inheritedFrom": {
|
|
80867
80765
|
"name": "ObcChartLineBase",
|
|
@@ -80874,7 +80772,7 @@
|
|
|
80874
80772
|
"text": "string"
|
|
80875
80773
|
},
|
|
80876
80774
|
"default": "''",
|
|
80877
|
-
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').
|
|
80775
|
+
"description": "Unit label displayed in tooltips (e.g., 'kW', 'kg', '%').",
|
|
80878
80776
|
"fieldName": "unit",
|
|
80879
80777
|
"inheritedFrom": {
|
|
80880
80778
|
"name": "ObcChartLineBase",
|
|
@@ -80884,9 +80782,9 @@
|
|
|
80884
80782
|
{
|
|
80885
80783
|
"name": "timeDisplay",
|
|
80886
80784
|
"type": {
|
|
80887
|
-
"text": "
|
|
80785
|
+
"text": "TimeDisplay"
|
|
80888
80786
|
},
|
|
80889
|
-
"description": "Time axis label format
|
|
80787
|
+
"description": "Time axis label format: 'date' (full date/time) or 'minutes' (relative).",
|
|
80890
80788
|
"fieldName": "timeDisplay",
|
|
80891
80789
|
"inheritedFrom": {
|
|
80892
80790
|
"name": "ObcChartLineBase",
|
|
@@ -80896,10 +80794,10 @@
|
|
|
80896
80794
|
{
|
|
80897
80795
|
"name": "xTicksLimit",
|
|
80898
80796
|
"type": {
|
|
80899
|
-
"text": "number"
|
|
80797
|
+
"text": "number | undefined"
|
|
80900
80798
|
},
|
|
80901
80799
|
"default": "undefined",
|
|
80902
|
-
"description": "
|
|
80800
|
+
"description": "Max number of x-axis ticks/grid lines. Useful for matching external axes.",
|
|
80903
80801
|
"fieldName": "xTicksLimit",
|
|
80904
80802
|
"inheritedFrom": {
|
|
80905
80803
|
"name": "ObcChartLineBase",
|
|
@@ -80909,10 +80807,10 @@
|
|
|
80909
80807
|
{
|
|
80910
80808
|
"name": "xStepSize",
|
|
80911
80809
|
"type": {
|
|
80912
|
-
"text": "number"
|
|
80810
|
+
"text": "number | undefined"
|
|
80913
80811
|
},
|
|
80914
80812
|
"default": "undefined",
|
|
80915
|
-
"description": "Force
|
|
80813
|
+
"description": "Force x-axis tick interval. Useful for matching external axes.",
|
|
80916
80814
|
"fieldName": "xStepSize",
|
|
80917
80815
|
"inheritedFrom": {
|
|
80918
80816
|
"name": "ObcChartLineBase",
|
|
@@ -80922,10 +80820,10 @@
|
|
|
80922
80820
|
{
|
|
80923
80821
|
"name": "yTicksLimit",
|
|
80924
80822
|
"type": {
|
|
80925
|
-
"text": "number"
|
|
80823
|
+
"text": "number | undefined"
|
|
80926
80824
|
},
|
|
80927
80825
|
"default": "undefined",
|
|
80928
|
-
"description": "
|
|
80826
|
+
"description": "Max number of y-axis ticks/grid lines. Useful for matching external axes.",
|
|
80929
80827
|
"fieldName": "yTicksLimit",
|
|
80930
80828
|
"inheritedFrom": {
|
|
80931
80829
|
"name": "ObcChartLineBase",
|
|
@@ -80935,10 +80833,10 @@
|
|
|
80935
80833
|
{
|
|
80936
80834
|
"name": "yStepSize",
|
|
80937
80835
|
"type": {
|
|
80938
|
-
"text": "number"
|
|
80836
|
+
"text": "number | undefined"
|
|
80939
80837
|
},
|
|
80940
80838
|
"default": "undefined",
|
|
80941
|
-
"description": "Force
|
|
80839
|
+
"description": "Force y-axis tick interval. Useful for matching external axes.",
|
|
80942
80840
|
"fieldName": "yStepSize",
|
|
80943
80841
|
"inheritedFrom": {
|
|
80944
80842
|
"name": "ObcChartLineBase",
|
|
@@ -81927,7 +81825,7 @@
|
|
|
81927
81825
|
"kind": "field",
|
|
81928
81826
|
"name": "data",
|
|
81929
81827
|
"type": {
|
|
81930
|
-
"text": "
|
|
81828
|
+
"text": "[number[], number[]]"
|
|
81931
81829
|
},
|
|
81932
81830
|
"default": "[[], []]",
|
|
81933
81831
|
"description": "The data to display in the graph, first array is the x values, second array is the y values",
|
|
@@ -82001,7 +81899,7 @@
|
|
|
82001
81899
|
{
|
|
82002
81900
|
"name": "data",
|
|
82003
81901
|
"type": {
|
|
82004
|
-
"text": "
|
|
81902
|
+
"text": "[number[], number[]]"
|
|
82005
81903
|
},
|
|
82006
81904
|
"default": "[[], []]",
|
|
82007
81905
|
"description": "The data to display in the graph, first array is the x values, second array is the y values",
|
|
@@ -82949,7 +82847,7 @@
|
|
|
82949
82847
|
"kind": "field",
|
|
82950
82848
|
"name": "data",
|
|
82951
82849
|
"type": {
|
|
82952
|
-
"text": "
|
|
82850
|
+
"text": "[number[], number[]]"
|
|
82953
82851
|
},
|
|
82954
82852
|
"default": "[[], []]",
|
|
82955
82853
|
"description": "The data to display in the graph, first array is the x values, second array is the y values",
|
|
@@ -83103,7 +83001,7 @@
|
|
|
83103
83001
|
{
|
|
83104
83002
|
"name": "data",
|
|
83105
83003
|
"type": {
|
|
83106
|
-
"text": "
|
|
83004
|
+
"text": "[number[], number[]]"
|
|
83107
83005
|
},
|
|
83108
83006
|
"default": "[[], []]",
|
|
83109
83007
|
"description": "The data to display in the graph, first array is the x values, second array is the y values",
|
|
@@ -93479,7 +93377,7 @@
|
|
|
93479
93377
|
"kind": "field",
|
|
93480
93378
|
"name": "angleSetpoint",
|
|
93481
93379
|
"type": {
|
|
93482
|
-
"text": "number|undefined"
|
|
93380
|
+
"text": "number | undefined"
|
|
93483
93381
|
},
|
|
93484
93382
|
"description": "Setpoint angle in degrees (0° = 12 o'clock)",
|
|
93485
93383
|
"attribute": "angleSetpoint"
|
|
@@ -93488,7 +93386,7 @@
|
|
|
93488
93386
|
"kind": "field",
|
|
93489
93387
|
"name": "newAngleSetpoint",
|
|
93490
93388
|
"type": {
|
|
93491
|
-
"text": "number|undefined"
|
|
93389
|
+
"text": "number | undefined"
|
|
93492
93390
|
},
|
|
93493
93391
|
"description": "New setpoint being adjusted (focus mode)",
|
|
93494
93392
|
"attribute": "newAngleSetpoint"
|
|
@@ -93827,7 +93725,7 @@
|
|
|
93827
93725
|
"kind": "field",
|
|
93828
93726
|
"name": "arcFrame",
|
|
93829
93727
|
"type": {
|
|
93830
|
-
"text": "ZoomToFitArcFrame|undefined"
|
|
93728
|
+
"text": "ZoomToFitArcFrame | undefined"
|
|
93831
93729
|
},
|
|
93832
93730
|
"description": "Pre-computed zoom-to-fit arc frame. When set, the watch skips its own `computeZoomToFitArcFrame()` call and uses these values directly. Consumer instruments (e.g. rudder, instrument-radial) should compute the frame once and pass it here to avoid redundant computation. If you pass `arcFrame`, you own keeping it in sync with `areas` / `watchCircleType` — obc-watch will NOT recompute it, so a stale frame renders stale geometry."
|
|
93833
93731
|
},
|
|
@@ -93844,7 +93742,7 @@
|
|
|
93844
93742
|
"kind": "field",
|
|
93845
93743
|
"name": "rotType",
|
|
93846
93744
|
"type": {
|
|
93847
|
-
"text": "RotType|undefined"
|
|
93745
|
+
"text": "RotType | undefined"
|
|
93848
93746
|
},
|
|
93849
93747
|
"description": "ROT visualization type: `'dots'` (spinning dots) or `'bar'` (arc bar with clipped dots). Undefined hides the ROT layer.",
|
|
93850
93748
|
"attribute": "rotType"
|
|
@@ -93882,7 +93780,7 @@
|
|
|
93882
93780
|
"kind": "field",
|
|
93883
93781
|
"name": "rotPriority",
|
|
93884
93782
|
"type": {
|
|
93885
|
-
"text": "Priority|undefined"
|
|
93783
|
+
"text": "Priority | undefined"
|
|
93886
93784
|
},
|
|
93887
93785
|
"description": "Override priority for ROT color derivation. When set, ROT colors use this instead of the main `priority`. Useful when the ROT element has independent priority (e.g. compass per-element priority).",
|
|
93888
93786
|
"attribute": "rotPriority"
|
|
@@ -93909,7 +93807,7 @@
|
|
|
93909
93807
|
"kind": "field",
|
|
93910
93808
|
"name": "rateOfTurnDegreesPerMinute",
|
|
93911
93809
|
"type": {
|
|
93912
|
-
"text": "number|undefined"
|
|
93810
|
+
"text": "number | undefined"
|
|
93913
93811
|
},
|
|
93914
93812
|
"description": "Measured rate of turn in degrees per minute (the maritime/AIS convention, see ES-TRIN 2025/1 Art. 3.02 and ITU-R M.1371). Sign controls direction (positive = starboard/clockwise). When defined, this drives both the dot animation (multiplied by `rotDotAnimationFactor`) and the port/starboard direction sign.",
|
|
93915
93813
|
"attribute": "rateOfTurnDegreesPerMinute"
|
|
@@ -93928,10 +93826,7 @@
|
|
|
93928
93826
|
"kind": "field",
|
|
93929
93827
|
"name": "rotationsPerMinute",
|
|
93930
93828
|
"deprecated": "Use `rateOfTurnDegreesPerMinute` (and optionally `rotDotAnimationFactor`) instead.\nKept as a backward-compatible alias; takes effect only when\n`rateOfTurnDegreesPerMinute` is `undefined`.",
|
|
93931
|
-
"
|
|
93932
|
-
"text": "number"
|
|
93933
|
-
},
|
|
93934
|
-
"description": "**Deprecated.** Spin speed of the ROT dot ring in rotations per minute. Sign controls direction (positive = clockwise). Use `rateOfTurnDegreesPerMinute` instead.",
|
|
93829
|
+
"description": "Legacy spin speed of the ROT dot ring, in rotations per minute (sign controls direction; positive = clockwise).",
|
|
93935
93830
|
"attribute": "rotationsPerMinute"
|
|
93936
93831
|
},
|
|
93937
93832
|
{
|
|
@@ -94190,7 +94085,7 @@
|
|
|
94190
94085
|
{
|
|
94191
94086
|
"name": "angleSetpoint",
|
|
94192
94087
|
"type": {
|
|
94193
|
-
"text": "number|undefined"
|
|
94088
|
+
"text": "number | undefined"
|
|
94194
94089
|
},
|
|
94195
94090
|
"description": "Setpoint angle in degrees (0° = 12 o'clock)",
|
|
94196
94091
|
"fieldName": "angleSetpoint"
|
|
@@ -94198,7 +94093,7 @@
|
|
|
94198
94093
|
{
|
|
94199
94094
|
"name": "newAngleSetpoint",
|
|
94200
94095
|
"type": {
|
|
94201
|
-
"text": "number|undefined"
|
|
94096
|
+
"text": "number | undefined"
|
|
94202
94097
|
},
|
|
94203
94098
|
"description": "New setpoint being adjusted (focus mode)",
|
|
94204
94099
|
"fieldName": "newAngleSetpoint"
|
|
@@ -94433,7 +94328,7 @@
|
|
|
94433
94328
|
{
|
|
94434
94329
|
"name": "rotType",
|
|
94435
94330
|
"type": {
|
|
94436
|
-
"text": "RotType|undefined"
|
|
94331
|
+
"text": "RotType | undefined"
|
|
94437
94332
|
},
|
|
94438
94333
|
"description": "ROT visualization type: `'dots'` (spinning dots) or `'bar'` (arc bar with clipped dots). Undefined hides the ROT layer.",
|
|
94439
94334
|
"fieldName": "rotType"
|
|
@@ -94467,7 +94362,7 @@
|
|
|
94467
94362
|
{
|
|
94468
94363
|
"name": "rotPriority",
|
|
94469
94364
|
"type": {
|
|
94470
|
-
"text": "Priority|undefined"
|
|
94365
|
+
"text": "Priority | undefined"
|
|
94471
94366
|
},
|
|
94472
94367
|
"description": "Override priority for ROT color derivation. When set, ROT colors use this instead of the main `priority`. Useful when the ROT element has independent priority (e.g. compass per-element priority).",
|
|
94473
94368
|
"fieldName": "rotPriority"
|
|
@@ -94491,7 +94386,7 @@
|
|
|
94491
94386
|
{
|
|
94492
94387
|
"name": "rateOfTurnDegreesPerMinute",
|
|
94493
94388
|
"type": {
|
|
94494
|
-
"text": "number|undefined"
|
|
94389
|
+
"text": "number | undefined"
|
|
94495
94390
|
},
|
|
94496
94391
|
"description": "Measured rate of turn in degrees per minute (the maritime/AIS convention, see ES-TRIN 2025/1 Art. 3.02 and ITU-R M.1371). Sign controls direction (positive = starboard/clockwise). When defined, this drives both the dot animation (multiplied by `rotDotAnimationFactor`) and the port/starboard direction sign.",
|
|
94497
94392
|
"fieldName": "rateOfTurnDegreesPerMinute"
|
|
@@ -94508,10 +94403,7 @@
|
|
|
94508
94403
|
{
|
|
94509
94404
|
"name": "rotationsPerMinute",
|
|
94510
94405
|
"deprecated": "Use `rateOfTurnDegreesPerMinute` (and optionally `rotDotAnimationFactor`) instead.\nKept as a backward-compatible alias; takes effect only when\n`rateOfTurnDegreesPerMinute` is `undefined`.",
|
|
94511
|
-
"
|
|
94512
|
-
"text": "number"
|
|
94513
|
-
},
|
|
94514
|
-
"description": "**Deprecated.** Spin speed of the ROT dot ring in rotations per minute. Sign controls direction (positive = clockwise). Use `rateOfTurnDegreesPerMinute` instead.",
|
|
94406
|
+
"description": "Legacy spin speed of the ROT dot ring, in rotations per minute (sign controls direction; positive = clockwise).",
|
|
94515
94407
|
"fieldName": "rotationsPerMinute"
|
|
94516
94408
|
}
|
|
94517
94409
|
],
|