semiotic 3.8.4 → 3.8.6
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/CLAUDE.md +9 -5
- package/README.md +52 -46
- package/ai/behaviorContracts.cjs +2 -2
- package/ai/componentMetadata.cjs +2 -2
- package/ai/dist/mcp-server.js +6 -2
- package/ai/examples.md +211 -2
- package/ai/schema.json +1388 -14
- package/ai/surface-manifest.json +8 -4
- package/ai/system-prompt.md +1 -1
- package/dist/chunk-chartContainerDataAudit-FEOD5GTQ.module.min.js +2 -0
- package/dist/chunk-chunk-2CHN2TA3.module.min.js +1 -0
- package/dist/chunk-chunk-2JGJ5GUG.module.min.js +1 -0
- package/dist/chunk-chunk-3NGIKFD6.module.min.js +1 -0
- package/dist/chunk-chunk-3SHB24AG.module.min.js +1 -0
- package/dist/chunk-chunk-4MMOOYTX.module.min.js +2 -0
- package/dist/chunk-chunk-75OTQSXS.module.min.js +1 -0
- package/dist/chunk-chunk-A5GRQUOF.module.min.js +1 -0
- package/dist/chunk-chunk-AAF5LZAU.module.min.js +2 -0
- package/dist/{chunk-chunk-LQBSXO7K.module.min.js → chunk-chunk-ARZGA4LJ.module.min.js} +1 -1
- package/dist/chunk-chunk-CAFLML4L.module.min.js +2 -0
- package/dist/chunk-chunk-CO5KQMGH.module.min.js +1 -0
- package/dist/chunk-chunk-FHBN7OEB.module.min.js +2 -0
- package/dist/{chunk-chunk-KQ546MKE.module.min.js → chunk-chunk-GFTVACTO.module.min.js} +1 -1
- package/dist/chunk-chunk-IP2UE74X.module.min.js +1 -0
- package/dist/chunk-chunk-ITDWLZXV.module.min.js +2 -0
- package/dist/chunk-chunk-LPSPATPC.module.min.js +1 -0
- package/dist/chunk-chunk-OM6NWS4H.module.min.js +2 -0
- package/dist/chunk-chunk-PX5YQGDP.module.min.js +2 -0
- package/dist/chunk-chunk-Q2BS46W2.module.min.js +2 -0
- package/dist/{chunk-chunk-FBGHXL72.module.min.js → chunk-chunk-RA7JCG7D.module.min.js} +1 -1
- package/dist/chunk-chunk-RNUHEXZA.module.min.js +2 -0
- package/dist/chunk-chunk-ROZWKEUG.module.min.js +1 -0
- package/dist/chunk-chunk-SMVD3EQJ.module.min.js +2 -0
- package/dist/chunk-chunk-T2FKJD4O.module.min.js +2 -0
- package/dist/chunk-chunk-UDREYOLV.module.min.js +1 -0
- package/dist/chunk-chunk-VOWE3SAP.module.min.js +2 -0
- package/dist/chunk-chunk-VQPNBUSW.module.min.js +2 -0
- package/dist/{chunk-chunk-7RYBCTK5.module.min.js → chunk-chunk-WAWCIHFJ.module.min.js} +1 -1
- package/dist/{chunk-chunk-F7WFPD4O.module.min.js → chunk-chunk-WYARAXHR.module.min.js} +1 -1
- package/dist/{chunk-chunk-JDXT6ORT.module.min.js → chunk-chunk-XP3OHHFX.module.min.js} +1 -1
- package/dist/chunk-chunk-XV3KGYTR.module.min.js +2 -0
- package/dist/chunk-chunk-YC2IVEPX.module.min.js +1 -0
- package/dist/chunk-chunk-ZXIXAPRE.module.min.js +2 -0
- package/dist/components/ChartContainer.d.ts +10 -0
- package/dist/components/ai/chartCapabilities.d.ts +3 -1
- package/dist/components/ai/chartCapabilityTypes.d.ts +14 -0
- package/dist/components/chartContainerDataAudit.d.ts +10 -0
- package/dist/components/charts/custom/XYCustomChart.d.ts +3 -0
- package/dist/components/charts/geo/DistanceCartogram.d.ts +30 -4
- package/dist/components/charts/index.d.ts +4 -0
- package/dist/components/charts/network/ForceDirectedGraph.d.ts +36 -1
- package/dist/components/charts/ordinal/BarChart.d.ts +7 -14
- package/dist/components/charts/ordinal/GaugeChart.d.ts +3 -0
- package/dist/components/charts/ordinal/GroupedBarChart.d.ts +3 -0
- package/dist/components/charts/ordinal/StackedBarChart.d.ts +3 -0
- package/dist/components/charts/ordinal/SwimlaneChart.d.ts +4 -14
- package/dist/components/charts/physics/CrucibleChart.capability.d.ts +8 -0
- package/dist/components/charts/physics/CrucibleChart.d.ts +63 -0
- package/dist/components/charts/physics/crucibleBodyRenderers.d.ts +27 -0
- package/dist/components/charts/physics/crucibleChartProps.d.ts +90 -0
- package/dist/components/charts/physics/crucibleChrome.d.ts +47 -0
- package/dist/components/charts/physics/crucibleController.d.ts +59 -0
- package/dist/components/charts/physics/crucibleEffects.d.ts +30 -0
- package/dist/components/charts/physics/cruciblePhysics.d.ts +54 -0
- package/dist/components/charts/physics/crucibleProgram.d.ts +38 -0
- package/dist/components/charts/physics/crucibleTypes.d.ts +415 -0
- package/dist/components/charts/shared/chartSpecCore.d.ts +10 -4
- package/dist/components/charts/shared/crucibleWireSchema.d.ts +5 -0
- package/dist/components/charts/shared/diagnoseTypes.d.ts +10 -0
- package/dist/components/charts/shared/gaugeGradient.d.ts +4 -8
- package/dist/components/charts/shared/gradient.d.ts +35 -0
- package/dist/components/charts/shared/hatchFill.d.ts +3 -10
- package/dist/components/charts/shared/hooks.d.ts +2 -50
- package/dist/components/charts/shared/knownChartComponents.d.ts +1 -1
- package/dist/components/charts/shared/streamPropsHelpers.d.ts +1 -2
- package/dist/components/charts/shared/useChartLegend.d.ts +58 -0
- package/dist/components/charts/shared/useChartSetup.d.ts +5 -0
- package/dist/components/charts/shared/useCustomChartSetup.d.ts +6 -1
- package/dist/components/charts/shared/useNetworkChartSetup.d.ts +1 -0
- package/dist/components/charts/shared/useStreamingLegend.d.ts +1 -1
- package/dist/components/charts/xy/AreaChart.d.ts +25 -42
- package/dist/components/charts/xy/BumpChart.capability.d.ts +11 -0
- package/dist/components/charts/xy/BumpChart.d.ts +161 -0
- package/dist/components/charts/xy/DifferenceChart.d.ts +3 -10
- package/dist/components/charts/xy/Heatmap.d.ts +3 -0
- package/dist/components/charts/xy/LineChart.d.ts +6 -8
- package/dist/components/data/auditData.d.ts +51 -0
- package/dist/components/data/dataAuditPresentation.d.ts +18 -0
- package/dist/components/data/dataAuditSources.d.ts +9 -0
- package/dist/components/data/numericContracts.d.ts +59 -0
- package/dist/components/data/numericFieldProfiler.d.ts +23 -0
- package/dist/components/geometry/bumpRibbonGeometry.d.ts +36 -0
- package/dist/components/legendLayout.d.ts +19 -1
- package/dist/components/recipes/netEnsembleLayout.d.ts +167 -0
- package/dist/components/recipes/netEnsembleOverlays.d.ts +20 -0
- package/dist/components/recipes/wordTrails.d.ts +156 -0
- package/dist/components/recipes/wordTrailsProgressiveReveal.d.ts +42 -0
- package/dist/components/semiotic-ai-core.d.ts +3 -0
- package/dist/components/semiotic-ai-data-audit.d.ts +4 -0
- package/dist/components/semiotic-ai.d.ts +9 -6
- package/dist/components/semiotic-geo.d.ts +1 -0
- package/dist/components/semiotic-network.d.ts +1 -0
- package/dist/components/semiotic-ordinal.d.ts +2 -0
- package/dist/components/semiotic-physics.d.ts +2 -0
- package/dist/components/semiotic-realtime-core.d.ts +1 -0
- package/dist/components/semiotic-recipes-core.d.ts +4 -0
- package/dist/components/semiotic-server-edge.d.ts +1 -1
- package/dist/components/semiotic-server.d.ts +1 -1
- package/dist/components/semiotic-utils-core.d.ts +3 -0
- package/dist/components/semiotic-xy.d.ts +4 -0
- package/dist/components/semiotic.d.ts +5 -5
- package/dist/components/server/renderEvidence.d.ts +27 -0
- package/dist/components/server/serverChartConfigs.d.ts +2 -0
- package/dist/components/server/serverChartConfigsPhysics.d.ts +9 -0
- package/dist/components/server/serverChartConfigsXY.d.ts +1 -0
- package/dist/components/server/staticAnnotations.d.ts +12 -0
- package/dist/components/server/staticLegend.d.ts +4 -2
- package/dist/components/server/staticSVGChrome.d.ts +4 -4
- package/dist/components/stream/GeoPipelineStore.d.ts +1 -0
- package/dist/components/stream/GeoSVGOverlay.d.ts +11 -10
- package/dist/components/stream/NetworkSVGOverlay.d.ts +2 -6
- package/dist/components/stream/OrdinalSVGOverlay.d.ts +2 -6
- package/dist/components/stream/SVGOverlay.d.ts +2 -6
- package/dist/components/stream/StalenessBadge.d.ts +2 -6
- package/dist/components/stream/geoCartogram.d.ts +7 -0
- package/dist/components/stream/geoTypes.d.ts +20 -8
- package/dist/components/stream/legendRenderer.d.ts +2 -6
- package/dist/components/stream/networkFrameHandleTypes.d.ts +4 -0
- package/dist/components/stream/ordinalTypes.d.ts +7 -31
- package/dist/components/stream/physics/PhysicsKernel.d.ts +1 -0
- package/dist/components/stream/physics/PhysicsSVGOverlay.d.ts +2 -6
- package/dist/components/stream/physics/PhysicsSettledSVG.d.ts +8 -0
- package/dist/components/stream/physics/StreamPhysicsTypes.d.ts +2 -6
- package/dist/components/stream/pipelineConfig.d.ts +7 -15
- package/dist/components/stream/renderers/canvasRenderHelpers.d.ts +9 -69
- package/dist/components/stream/renderers/cornerRadii.d.ts +2 -9
- package/dist/components/stream/renderers/thresholdLineSegments.d.ts +12 -0
- package/dist/components/stream/sceneToSVGShared.d.ts +3 -5
- package/dist/components/stream/types.d.ts +32 -56
- package/dist/components/stream/xySceneBuilders/areaGradient.d.ts +4 -20
- package/dist/components/stream/xySceneBuilders/types.d.ts +6 -6
- package/dist/components/types/legendTypes.d.ts +15 -6
- package/dist/components/useChartContainerDataAudit.d.ts +7 -0
- package/dist/geo.min.js +1 -1
- package/dist/geo.module.min.js +1 -1
- package/dist/network.min.js +1 -1
- package/dist/network.module.min.js +1 -1
- package/dist/ordinal.min.js +1 -1
- package/dist/ordinal.module.min.js +1 -1
- package/dist/physics.min.js +1 -1
- package/dist/physics.module.min.js +1 -1
- package/dist/physicsWorker.js +1 -1
- package/dist/realtime.min.js +1 -1
- package/dist/realtime.module.min.js +1 -1
- package/dist/semiotic-ai-core.d.ts +3 -0
- package/dist/semiotic-ai-core.min.js +1 -1
- package/dist/semiotic-ai-core.module.min.js +1 -1
- package/dist/semiotic-ai.d.ts +9 -6
- package/dist/semiotic-ai.min.js +1 -1
- package/dist/semiotic-ai.module.min.js +1 -1
- package/dist/semiotic-experimental.min.js +1 -1
- package/dist/semiotic-experimental.module.min.js +1 -1
- package/dist/semiotic-geo.d.ts +1 -0
- package/dist/semiotic-network.d.ts +1 -0
- package/dist/semiotic-ordinal.d.ts +2 -0
- package/dist/semiotic-physics.d.ts +2 -0
- package/dist/semiotic-realtime-core.d.ts +1 -0
- package/dist/semiotic-realtime-core.min.js +1 -1
- package/dist/semiotic-realtime-core.module.min.js +1 -1
- package/dist/semiotic-recipes-core.d.ts +4 -0
- package/dist/semiotic-recipes-core.min.js +1 -1
- package/dist/semiotic-recipes-core.module.min.js +1 -1
- package/dist/semiotic-recipes.min.js +1 -1
- package/dist/semiotic-recipes.module.min.js +1 -1
- package/dist/semiotic-server-edge.d.ts +1 -1
- package/dist/semiotic-server-edge.min.js +1 -1
- package/dist/semiotic-server-edge.module.min.js +1 -1
- package/dist/semiotic-server-node.min.js +1 -1
- package/dist/semiotic-server-node.module.min.js +1 -1
- package/dist/semiotic-server.d.ts +1 -1
- package/dist/semiotic-utils-core.d.ts +3 -0
- package/dist/semiotic-utils-core.min.js +1 -1
- package/dist/semiotic-utils-core.module.min.js +1 -1
- package/dist/semiotic-utils.min.js +1 -1
- package/dist/semiotic-utils.module.min.js +1 -1
- package/dist/semiotic-xy.d.ts +4 -0
- package/dist/semiotic.d.ts +5 -5
- package/dist/semiotic.min.js +1 -1
- package/dist/semiotic.module.min.js +1 -1
- package/dist/server.min.js +1 -1
- package/dist/server.module.min.js +1 -1
- package/dist/xy.min.js +1 -1
- package/dist/xy.module.min.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-chunk-3ILKBVVQ.module.min.js +0 -1
- package/dist/chunk-chunk-6TPGFL7M.module.min.js +0 -2
- package/dist/chunk-chunk-7KZJUTKP.module.min.js +0 -2
- package/dist/chunk-chunk-ANYDWOZF.module.min.js +0 -1
- package/dist/chunk-chunk-AQPQN2HH.module.min.js +0 -2
- package/dist/chunk-chunk-ASKSE5F5.module.min.js +0 -1
- package/dist/chunk-chunk-AVBI6GDT.module.min.js +0 -1
- package/dist/chunk-chunk-B3DRZPBK.module.min.js +0 -2
- package/dist/chunk-chunk-BFHUYEOS.module.min.js +0 -2
- package/dist/chunk-chunk-C57LR3YG.module.min.js +0 -1
- package/dist/chunk-chunk-F5V4UIE6.module.min.js +0 -2
- package/dist/chunk-chunk-FP44FHFO.module.min.js +0 -2
- package/dist/chunk-chunk-HKXUAEPJ.module.min.js +0 -2
- package/dist/chunk-chunk-ICEXPNDC.module.min.js +0 -2
- package/dist/chunk-chunk-JMVEIZXP.module.min.js +0 -1
- package/dist/chunk-chunk-KHCOJMGK.module.min.js +0 -1
- package/dist/chunk-chunk-LRIFN2HK.module.min.js +0 -1
- package/dist/chunk-chunk-MFHF4J2Z.module.min.js +0 -1
- package/dist/chunk-chunk-N6VKKF3A.module.min.js +0 -2
- package/dist/chunk-chunk-NEVE562N.module.min.js +0 -1
- package/dist/chunk-chunk-NKZ75IM5.module.min.js +0 -2
- package/dist/chunk-chunk-PLIDPQNG.module.min.js +0 -2
- package/dist/chunk-chunk-QGZGZI4X.module.min.js +0 -1
- package/dist/chunk-chunk-RP7WTID5.module.min.js +0 -1
- package/dist/chunk-chunk-S7KLNUO6.module.min.js +0 -1
- package/dist/chunk-chunk-SR4ZXOWR.module.min.js +0 -2
- package/dist/chunk-statisticalOverlays-QGDLRUHX.module.min.js +0 -1
- package/dist/chunk-statisticalOverlays-T77OKLDY.module.min.js +0 -1
package/ai/schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"name": "semiotic",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.6",
|
|
5
5
|
"description": "React data visualization library for charts, networks, and beyond",
|
|
6
6
|
"tools": [
|
|
7
7
|
{
|
|
@@ -304,6 +304,10 @@
|
|
|
304
304
|
"description": "Opacity of the filled area (0-1)",
|
|
305
305
|
"default": 0.3
|
|
306
306
|
},
|
|
307
|
+
"lineGradient": {
|
|
308
|
+
"type": "object",
|
|
309
|
+
"description": "Left-to-right stroke gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
310
|
+
},
|
|
307
311
|
"forecast": {
|
|
308
312
|
"type": "object",
|
|
309
313
|
"description": "Forecast overlay config — tagged training/observed/forecast region with optional envelope. See ForecastConfig."
|
|
@@ -601,15 +605,21 @@
|
|
|
601
605
|
"default": "monotoneX"
|
|
602
606
|
},
|
|
603
607
|
"gradientFill": {
|
|
604
|
-
"type":
|
|
605
|
-
|
|
606
|
-
"object"
|
|
607
|
-
],
|
|
608
|
-
"description": "Renderer-space area gradient. true uses default opacity; object supports opacity or colorStops."
|
|
608
|
+
"type": "object",
|
|
609
|
+
"description": "Line-to-baseline gradient: { stops: [{ offset: 0-1, color?, opacity? }] }. Offset 0 is the line/top and offset 1 is the baseline."
|
|
609
610
|
},
|
|
610
611
|
"semanticGradient": {
|
|
611
|
-
"type": "
|
|
612
|
-
"description": "
|
|
612
|
+
"type": "object",
|
|
613
|
+
"description": "Value-anchored gradient: { stops: [{ offset: 0-1, color?, opacity? }] }. Offset 0 is the y-domain minimum and offset 1 is the maximum. Takes precedence over gradientFill."
|
|
614
|
+
},
|
|
615
|
+
"semanticLine": {
|
|
616
|
+
"type": "boolean",
|
|
617
|
+
"description": "Mirror semanticGradient on the area's top-edge stroke as solid, hard-edged value bands. Set false to keep the normal stroke or lineGradient.",
|
|
618
|
+
"default": true
|
|
619
|
+
},
|
|
620
|
+
"lineGradient": {
|
|
621
|
+
"type": "object",
|
|
622
|
+
"description": "Left-to-right stroke gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
613
623
|
},
|
|
614
624
|
"areaOpacity": {
|
|
615
625
|
"type": "number",
|
|
@@ -3224,6 +3234,10 @@
|
|
|
3224
3234
|
"type": "number",
|
|
3225
3235
|
"default": 40
|
|
3226
3236
|
},
|
|
3237
|
+
"gradientFill": {
|
|
3238
|
+
"type": "object",
|
|
3239
|
+
"description": "Tip-to-base gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
3240
|
+
},
|
|
3227
3241
|
"regression": {
|
|
3228
3242
|
"type": [
|
|
3229
3243
|
"boolean",
|
|
@@ -3495,6 +3509,10 @@
|
|
|
3495
3509
|
"barPadding": {
|
|
3496
3510
|
"type": "number",
|
|
3497
3511
|
"default": 40
|
|
3512
|
+
},
|
|
3513
|
+
"gradientFill": {
|
|
3514
|
+
"type": "object",
|
|
3515
|
+
"description": "Tip-to-base gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
3498
3516
|
}
|
|
3499
3517
|
},
|
|
3500
3518
|
"required": [
|
|
@@ -4033,6 +4051,10 @@
|
|
|
4033
4051
|
"barPadding": {
|
|
4034
4052
|
"type": "number",
|
|
4035
4053
|
"default": 60
|
|
4054
|
+
},
|
|
4055
|
+
"gradientFill": {
|
|
4056
|
+
"type": "object",
|
|
4057
|
+
"description": "Tip-to-base gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
4036
4058
|
}
|
|
4037
4059
|
},
|
|
4038
4060
|
"required": [
|
|
@@ -6319,7 +6341,7 @@
|
|
|
6319
6341
|
},
|
|
6320
6342
|
"gradientFill": {
|
|
6321
6343
|
"type": "object",
|
|
6322
|
-
"description": "
|
|
6344
|
+
"description": "Sweep gradient: { stops: [{ offset: 0-1, color?, opacity? }] }. Offset 0 is the sweep start and offset 1 is the sweep end."
|
|
6323
6345
|
},
|
|
6324
6346
|
"arcWidth": {
|
|
6325
6347
|
"type": "number",
|
|
@@ -9835,6 +9857,10 @@
|
|
|
9835
9857
|
"type": "number",
|
|
9836
9858
|
"description": "Rounded corner radius (px) applied to the outermost ends of each lane — left+right for horizontal, top+bottom for vertical. Middle segments stay square; single-segment lanes round all four corners."
|
|
9837
9859
|
},
|
|
9860
|
+
"gradientFill": {
|
|
9861
|
+
"type": "object",
|
|
9862
|
+
"description": "Tip-to-base gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
9863
|
+
},
|
|
9838
9864
|
"brush": {
|
|
9839
9865
|
"type": "boolean",
|
|
9840
9866
|
"description": "Enable value-axis brush selection"
|
|
@@ -11206,6 +11232,14 @@
|
|
|
11206
11232
|
"showRingLabels": {
|
|
11207
11233
|
"type": "boolean",
|
|
11208
11234
|
"description": "Show numeric distance-ring labels; defaults off in context and sparkline modes."
|
|
11235
|
+
},
|
|
11236
|
+
"cartogramLayout": {
|
|
11237
|
+
"type": "string",
|
|
11238
|
+
"enum": [
|
|
11239
|
+
"radial",
|
|
11240
|
+
"strip"
|
|
11241
|
+
],
|
|
11242
|
+
"description": "Cost encoding: radial polar cartogram (default) or strip (Langren 1D cost axis). Sparkline mode defaults to strip."
|
|
11209
11243
|
}
|
|
11210
11244
|
},
|
|
11211
11245
|
"required": [
|
|
@@ -11888,11 +11922,8 @@
|
|
|
11888
11922
|
"default": 0.6
|
|
11889
11923
|
},
|
|
11890
11924
|
"gradientFill": {
|
|
11891
|
-
"type":
|
|
11892
|
-
|
|
11893
|
-
"object"
|
|
11894
|
-
],
|
|
11895
|
-
"description": "Tip→base gradient across each segment; same shape as AreaChart.gradientFill"
|
|
11925
|
+
"type": "object",
|
|
11926
|
+
"description": "Tip-to-base gradient: { stops: [{ offset: 0-1, color?, opacity? }] }."
|
|
11896
11927
|
},
|
|
11897
11928
|
"xExtent": {
|
|
11898
11929
|
"type": "array",
|
|
@@ -13527,6 +13558,1349 @@
|
|
|
13527
13558
|
]
|
|
13528
13559
|
}
|
|
13529
13560
|
}
|
|
13561
|
+
},
|
|
13562
|
+
{
|
|
13563
|
+
"type": "function",
|
|
13564
|
+
"function": {
|
|
13565
|
+
"name": "CrucibleChart",
|
|
13566
|
+
"description": "Physics-backed authored treatment chart. A bounded source charge passes through explicit phases and events into declared product molds and reason-labelled outlets; physics presents formation and separation but never discovers the program or products.",
|
|
13567
|
+
"parameters": {
|
|
13568
|
+
"type": "object",
|
|
13569
|
+
"properties": {
|
|
13570
|
+
"data": {
|
|
13571
|
+
"type": "array",
|
|
13572
|
+
"description": "Array of source records. Each record becomes one or more simulated bodies."
|
|
13573
|
+
},
|
|
13574
|
+
"size": {
|
|
13575
|
+
"type": "array",
|
|
13576
|
+
"description": "[width, height] in pixels"
|
|
13577
|
+
},
|
|
13578
|
+
"width": {
|
|
13579
|
+
"type": "number",
|
|
13580
|
+
"description": "Alias for size[0]"
|
|
13581
|
+
},
|
|
13582
|
+
"height": {
|
|
13583
|
+
"type": "number",
|
|
13584
|
+
"description": "Alias for size[1]"
|
|
13585
|
+
},
|
|
13586
|
+
"className": {
|
|
13587
|
+
"type": "string"
|
|
13588
|
+
},
|
|
13589
|
+
"title": {
|
|
13590
|
+
"type": "string"
|
|
13591
|
+
},
|
|
13592
|
+
"responsiveWidth": {
|
|
13593
|
+
"type": "boolean"
|
|
13594
|
+
},
|
|
13595
|
+
"responsiveHeight": {
|
|
13596
|
+
"type": "boolean"
|
|
13597
|
+
},
|
|
13598
|
+
"colorBy": {
|
|
13599
|
+
"type": "string",
|
|
13600
|
+
"description": "Color sources by category, status, outlet, product, or a categorical accessor.",
|
|
13601
|
+
"default": "category",
|
|
13602
|
+
"x-semiotic-runtime-types": [
|
|
13603
|
+
"string",
|
|
13604
|
+
"function"
|
|
13605
|
+
]
|
|
13606
|
+
},
|
|
13607
|
+
"seed": {
|
|
13608
|
+
"type": [
|
|
13609
|
+
"number",
|
|
13610
|
+
"string"
|
|
13611
|
+
],
|
|
13612
|
+
"description": "Deterministic placement seed. It cannot change events, products, or destinations.",
|
|
13613
|
+
"default": 1
|
|
13614
|
+
},
|
|
13615
|
+
"ballRadius": {
|
|
13616
|
+
"type": "number",
|
|
13617
|
+
"description": "Radius of each simulated circular body in pixels."
|
|
13618
|
+
},
|
|
13619
|
+
"hoverRadius": {
|
|
13620
|
+
"type": "number",
|
|
13621
|
+
"description": "Pixel hit radius for body hover tooltips."
|
|
13622
|
+
},
|
|
13623
|
+
"paused": {
|
|
13624
|
+
"type": "boolean",
|
|
13625
|
+
"description": "Pause semantic playback without altering authored time or terminal accounting.",
|
|
13626
|
+
"default": false
|
|
13627
|
+
},
|
|
13628
|
+
"tooltip": {
|
|
13629
|
+
"type": [
|
|
13630
|
+
"boolean",
|
|
13631
|
+
"object"
|
|
13632
|
+
],
|
|
13633
|
+
"description": "Tooltip content function/config, true for the default body tooltip, or false to disable hover tooltips.",
|
|
13634
|
+
"x-semiotic-runtime-types": [
|
|
13635
|
+
"boolean",
|
|
13636
|
+
"function",
|
|
13637
|
+
"object"
|
|
13638
|
+
]
|
|
13639
|
+
},
|
|
13640
|
+
"description": {
|
|
13641
|
+
"type": "string",
|
|
13642
|
+
"description": "Accessible description of the authored charge, treatment, and terminal accounting."
|
|
13643
|
+
},
|
|
13644
|
+
"summary": {
|
|
13645
|
+
"type": "string",
|
|
13646
|
+
"description": "Screen-reader summary of the final products, outlets, and any conservation result."
|
|
13647
|
+
},
|
|
13648
|
+
"phases": {
|
|
13649
|
+
"type": "array",
|
|
13650
|
+
"description": "Required ordered furnace program. Supply unique phase ids, positive durations, labels, and optional authored motion/intensity; phases are never inferred from data.",
|
|
13651
|
+
"minItems": 1,
|
|
13652
|
+
"items": {
|
|
13653
|
+
"type": "object",
|
|
13654
|
+
"properties": {
|
|
13655
|
+
"id": {
|
|
13656
|
+
"type": "string"
|
|
13657
|
+
},
|
|
13658
|
+
"duration": {
|
|
13659
|
+
"type": "number",
|
|
13660
|
+
"exclusiveMinimum": 0
|
|
13661
|
+
},
|
|
13662
|
+
"label": {
|
|
13663
|
+
"type": "string"
|
|
13664
|
+
},
|
|
13665
|
+
"description": {
|
|
13666
|
+
"type": "string"
|
|
13667
|
+
},
|
|
13668
|
+
"intensity": {
|
|
13669
|
+
"type": "number"
|
|
13670
|
+
},
|
|
13671
|
+
"motion": {
|
|
13672
|
+
"type": "string",
|
|
13673
|
+
"enum": [
|
|
13674
|
+
"charge",
|
|
13675
|
+
"mix",
|
|
13676
|
+
"hold",
|
|
13677
|
+
"press",
|
|
13678
|
+
"bind",
|
|
13679
|
+
"separate",
|
|
13680
|
+
"pour",
|
|
13681
|
+
"quench"
|
|
13682
|
+
]
|
|
13683
|
+
},
|
|
13684
|
+
"color": {
|
|
13685
|
+
"type": "string"
|
|
13686
|
+
},
|
|
13687
|
+
"metrics": {
|
|
13688
|
+
"type": "object"
|
|
13689
|
+
}
|
|
13690
|
+
},
|
|
13691
|
+
"required": [
|
|
13692
|
+
"id",
|
|
13693
|
+
"duration"
|
|
13694
|
+
],
|
|
13695
|
+
"additionalProperties": false
|
|
13696
|
+
}
|
|
13697
|
+
},
|
|
13698
|
+
"products": {
|
|
13699
|
+
"type": "array",
|
|
13700
|
+
"description": "Declared product molds referenced by combine, contribute, complete-product, and split effects. Products are never inferred from collisions or flat rows.",
|
|
13701
|
+
"items": {
|
|
13702
|
+
"type": "object",
|
|
13703
|
+
"properties": {
|
|
13704
|
+
"id": {
|
|
13705
|
+
"type": "string"
|
|
13706
|
+
},
|
|
13707
|
+
"label": {
|
|
13708
|
+
"type": "string"
|
|
13709
|
+
},
|
|
13710
|
+
"description": {
|
|
13711
|
+
"type": "string"
|
|
13712
|
+
},
|
|
13713
|
+
"category": {
|
|
13714
|
+
"type": "string"
|
|
13715
|
+
},
|
|
13716
|
+
"amount": {
|
|
13717
|
+
"type": "number",
|
|
13718
|
+
"minimum": 0
|
|
13719
|
+
},
|
|
13720
|
+
"color": {
|
|
13721
|
+
"type": "string"
|
|
13722
|
+
},
|
|
13723
|
+
"metrics": {
|
|
13724
|
+
"type": "object",
|
|
13725
|
+
"additionalProperties": {
|
|
13726
|
+
"type": "number"
|
|
13727
|
+
}
|
|
13728
|
+
},
|
|
13729
|
+
"outletId": {
|
|
13730
|
+
"type": "string"
|
|
13731
|
+
},
|
|
13732
|
+
"order": {
|
|
13733
|
+
"type": "number"
|
|
13734
|
+
}
|
|
13735
|
+
},
|
|
13736
|
+
"required": [
|
|
13737
|
+
"id"
|
|
13738
|
+
],
|
|
13739
|
+
"additionalProperties": false
|
|
13740
|
+
}
|
|
13741
|
+
},
|
|
13742
|
+
"events": {
|
|
13743
|
+
"type": "array",
|
|
13744
|
+
"description": "Serializable authored event tape. Each event has a stable id, a time or phase/progress position, and explicit effects.",
|
|
13745
|
+
"items": {
|
|
13746
|
+
"type": "object",
|
|
13747
|
+
"properties": {
|
|
13748
|
+
"id": {
|
|
13749
|
+
"type": "string"
|
|
13750
|
+
},
|
|
13751
|
+
"at": {
|
|
13752
|
+
"oneOf": [
|
|
13753
|
+
{
|
|
13754
|
+
"type": "object",
|
|
13755
|
+
"properties": {
|
|
13756
|
+
"time": {
|
|
13757
|
+
"type": "number",
|
|
13758
|
+
"minimum": 0
|
|
13759
|
+
}
|
|
13760
|
+
},
|
|
13761
|
+
"required": [
|
|
13762
|
+
"time"
|
|
13763
|
+
],
|
|
13764
|
+
"additionalProperties": false
|
|
13765
|
+
},
|
|
13766
|
+
{
|
|
13767
|
+
"type": "object",
|
|
13768
|
+
"properties": {
|
|
13769
|
+
"phaseId": {
|
|
13770
|
+
"type": "string"
|
|
13771
|
+
},
|
|
13772
|
+
"progress": {
|
|
13773
|
+
"type": "number",
|
|
13774
|
+
"minimum": 0,
|
|
13775
|
+
"maximum": 1
|
|
13776
|
+
}
|
|
13777
|
+
},
|
|
13778
|
+
"required": [
|
|
13779
|
+
"phaseId"
|
|
13780
|
+
],
|
|
13781
|
+
"additionalProperties": false
|
|
13782
|
+
}
|
|
13783
|
+
]
|
|
13784
|
+
},
|
|
13785
|
+
"effects": {
|
|
13786
|
+
"type": "array",
|
|
13787
|
+
"items": {
|
|
13788
|
+
"oneOf": [
|
|
13789
|
+
{
|
|
13790
|
+
"type": "object",
|
|
13791
|
+
"description": "Change the explicit semantic state of selected source components.",
|
|
13792
|
+
"properties": {
|
|
13793
|
+
"type": {
|
|
13794
|
+
"const": "set-state"
|
|
13795
|
+
},
|
|
13796
|
+
"select": {
|
|
13797
|
+
"type": "object",
|
|
13798
|
+
"properties": {
|
|
13799
|
+
"ids": {
|
|
13800
|
+
"type": "array",
|
|
13801
|
+
"items": {
|
|
13802
|
+
"type": "string"
|
|
13803
|
+
},
|
|
13804
|
+
"minItems": 1
|
|
13805
|
+
},
|
|
13806
|
+
"categories": {
|
|
13807
|
+
"type": "array",
|
|
13808
|
+
"items": {
|
|
13809
|
+
"type": "string"
|
|
13810
|
+
},
|
|
13811
|
+
"minItems": 1
|
|
13812
|
+
},
|
|
13813
|
+
"statuses": {
|
|
13814
|
+
"type": "array",
|
|
13815
|
+
"items": {
|
|
13816
|
+
"type": "string",
|
|
13817
|
+
"enum": [
|
|
13818
|
+
"queued",
|
|
13819
|
+
"active",
|
|
13820
|
+
"transformed",
|
|
13821
|
+
"consumed",
|
|
13822
|
+
"retained",
|
|
13823
|
+
"ejected",
|
|
13824
|
+
"failed",
|
|
13825
|
+
"recovered"
|
|
13826
|
+
]
|
|
13827
|
+
},
|
|
13828
|
+
"minItems": 1
|
|
13829
|
+
},
|
|
13830
|
+
"outletIds": {
|
|
13831
|
+
"type": "array",
|
|
13832
|
+
"items": {
|
|
13833
|
+
"type": "string"
|
|
13834
|
+
},
|
|
13835
|
+
"minItems": 1
|
|
13836
|
+
},
|
|
13837
|
+
"count": {
|
|
13838
|
+
"type": "integer",
|
|
13839
|
+
"minimum": 0
|
|
13840
|
+
}
|
|
13841
|
+
},
|
|
13842
|
+
"additionalProperties": false
|
|
13843
|
+
},
|
|
13844
|
+
"state": {
|
|
13845
|
+
"type": "string",
|
|
13846
|
+
"enum": [
|
|
13847
|
+
"queued",
|
|
13848
|
+
"active",
|
|
13849
|
+
"transformed",
|
|
13850
|
+
"retained",
|
|
13851
|
+
"ejected",
|
|
13852
|
+
"failed",
|
|
13853
|
+
"recovered"
|
|
13854
|
+
]
|
|
13855
|
+
},
|
|
13856
|
+
"outletId": {
|
|
13857
|
+
"type": "string"
|
|
13858
|
+
},
|
|
13859
|
+
"reason": {
|
|
13860
|
+
"type": "string"
|
|
13861
|
+
},
|
|
13862
|
+
"metricsDelta": {
|
|
13863
|
+
"type": "object",
|
|
13864
|
+
"additionalProperties": {
|
|
13865
|
+
"type": "number"
|
|
13866
|
+
}
|
|
13867
|
+
}
|
|
13868
|
+
},
|
|
13869
|
+
"required": [
|
|
13870
|
+
"type",
|
|
13871
|
+
"select",
|
|
13872
|
+
"state"
|
|
13873
|
+
],
|
|
13874
|
+
"additionalProperties": false
|
|
13875
|
+
},
|
|
13876
|
+
{
|
|
13877
|
+
"type": "object",
|
|
13878
|
+
"description": "Author a visible relation; physics never discovers one.",
|
|
13879
|
+
"properties": {
|
|
13880
|
+
"type": {
|
|
13881
|
+
"const": "set-relation"
|
|
13882
|
+
},
|
|
13883
|
+
"relation": {
|
|
13884
|
+
"type": "object",
|
|
13885
|
+
"properties": {
|
|
13886
|
+
"id": {
|
|
13887
|
+
"type": "string"
|
|
13888
|
+
},
|
|
13889
|
+
"sourceIds": {
|
|
13890
|
+
"type": "array",
|
|
13891
|
+
"items": {
|
|
13892
|
+
"type": "string"
|
|
13893
|
+
},
|
|
13894
|
+
"minItems": 2
|
|
13895
|
+
},
|
|
13896
|
+
"label": {
|
|
13897
|
+
"type": "string"
|
|
13898
|
+
},
|
|
13899
|
+
"category": {
|
|
13900
|
+
"type": "string"
|
|
13901
|
+
},
|
|
13902
|
+
"strength": {
|
|
13903
|
+
"type": "number"
|
|
13904
|
+
},
|
|
13905
|
+
"metrics": {
|
|
13906
|
+
"type": "object",
|
|
13907
|
+
"additionalProperties": {
|
|
13908
|
+
"type": "number"
|
|
13909
|
+
}
|
|
13910
|
+
}
|
|
13911
|
+
},
|
|
13912
|
+
"required": [
|
|
13913
|
+
"id",
|
|
13914
|
+
"sourceIds"
|
|
13915
|
+
],
|
|
13916
|
+
"additionalProperties": false
|
|
13917
|
+
}
|
|
13918
|
+
},
|
|
13919
|
+
"required": [
|
|
13920
|
+
"type",
|
|
13921
|
+
"relation"
|
|
13922
|
+
],
|
|
13923
|
+
"additionalProperties": false
|
|
13924
|
+
},
|
|
13925
|
+
{
|
|
13926
|
+
"type": "object",
|
|
13927
|
+
"description": "Resolve previously authored relations.",
|
|
13928
|
+
"properties": {
|
|
13929
|
+
"type": {
|
|
13930
|
+
"const": "resolve-relation"
|
|
13931
|
+
},
|
|
13932
|
+
"relationIds": {
|
|
13933
|
+
"type": "array",
|
|
13934
|
+
"items": {
|
|
13935
|
+
"type": "string"
|
|
13936
|
+
},
|
|
13937
|
+
"minItems": 1
|
|
13938
|
+
},
|
|
13939
|
+
"resolution": {
|
|
13940
|
+
"type": "string",
|
|
13941
|
+
"enum": [
|
|
13942
|
+
"combined",
|
|
13943
|
+
"rejected",
|
|
13944
|
+
"expired"
|
|
13945
|
+
]
|
|
13946
|
+
},
|
|
13947
|
+
"reason": {
|
|
13948
|
+
"type": "string"
|
|
13949
|
+
}
|
|
13950
|
+
},
|
|
13951
|
+
"required": [
|
|
13952
|
+
"type",
|
|
13953
|
+
"relationIds",
|
|
13954
|
+
"resolution"
|
|
13955
|
+
],
|
|
13956
|
+
"additionalProperties": false
|
|
13957
|
+
},
|
|
13958
|
+
{
|
|
13959
|
+
"type": "object",
|
|
13960
|
+
"description": "Combine named sources into a declared product. Set complete=false before later contribute effects.",
|
|
13961
|
+
"properties": {
|
|
13962
|
+
"type": {
|
|
13963
|
+
"const": "combine"
|
|
13964
|
+
},
|
|
13965
|
+
"sourceIds": {
|
|
13966
|
+
"type": "array",
|
|
13967
|
+
"items": {
|
|
13968
|
+
"type": "string"
|
|
13969
|
+
},
|
|
13970
|
+
"minItems": 1
|
|
13971
|
+
},
|
|
13972
|
+
"productId": {
|
|
13973
|
+
"type": "string"
|
|
13974
|
+
},
|
|
13975
|
+
"basisRelationIds": {
|
|
13976
|
+
"type": "array",
|
|
13977
|
+
"items": {
|
|
13978
|
+
"type": "string"
|
|
13979
|
+
},
|
|
13980
|
+
"minItems": 1
|
|
13981
|
+
},
|
|
13982
|
+
"loss": {
|
|
13983
|
+
"type": "object",
|
|
13984
|
+
"properties": {
|
|
13985
|
+
"amount": {
|
|
13986
|
+
"type": "number",
|
|
13987
|
+
"minimum": 0
|
|
13988
|
+
},
|
|
13989
|
+
"metrics": {
|
|
13990
|
+
"type": "object",
|
|
13991
|
+
"additionalProperties": {
|
|
13992
|
+
"type": "number"
|
|
13993
|
+
}
|
|
13994
|
+
},
|
|
13995
|
+
"label": {
|
|
13996
|
+
"type": "string"
|
|
13997
|
+
}
|
|
13998
|
+
},
|
|
13999
|
+
"additionalProperties": false
|
|
14000
|
+
},
|
|
14001
|
+
"complete": {
|
|
14002
|
+
"type": "boolean",
|
|
14003
|
+
"default": true
|
|
14004
|
+
}
|
|
14005
|
+
},
|
|
14006
|
+
"required": [
|
|
14007
|
+
"type",
|
|
14008
|
+
"sourceIds",
|
|
14009
|
+
"productId"
|
|
14010
|
+
],
|
|
14011
|
+
"additionalProperties": false
|
|
14012
|
+
},
|
|
14013
|
+
{
|
|
14014
|
+
"type": "object",
|
|
14015
|
+
"description": "Add named sources to an explicitly forming product.",
|
|
14016
|
+
"properties": {
|
|
14017
|
+
"type": {
|
|
14018
|
+
"const": "contribute"
|
|
14019
|
+
},
|
|
14020
|
+
"sourceIds": {
|
|
14021
|
+
"type": "array",
|
|
14022
|
+
"items": {
|
|
14023
|
+
"type": "string"
|
|
14024
|
+
},
|
|
14025
|
+
"minItems": 1
|
|
14026
|
+
},
|
|
14027
|
+
"productId": {
|
|
14028
|
+
"type": "string"
|
|
14029
|
+
},
|
|
14030
|
+
"basisRelationIds": {
|
|
14031
|
+
"type": "array",
|
|
14032
|
+
"items": {
|
|
14033
|
+
"type": "string"
|
|
14034
|
+
},
|
|
14035
|
+
"minItems": 1
|
|
14036
|
+
},
|
|
14037
|
+
"loss": {
|
|
14038
|
+
"type": "object",
|
|
14039
|
+
"properties": {
|
|
14040
|
+
"amount": {
|
|
14041
|
+
"type": "number",
|
|
14042
|
+
"minimum": 0
|
|
14043
|
+
},
|
|
14044
|
+
"metrics": {
|
|
14045
|
+
"type": "object",
|
|
14046
|
+
"additionalProperties": {
|
|
14047
|
+
"type": "number"
|
|
14048
|
+
}
|
|
14049
|
+
},
|
|
14050
|
+
"label": {
|
|
14051
|
+
"type": "string"
|
|
14052
|
+
}
|
|
14053
|
+
},
|
|
14054
|
+
"additionalProperties": false
|
|
14055
|
+
}
|
|
14056
|
+
},
|
|
14057
|
+
"required": [
|
|
14058
|
+
"type",
|
|
14059
|
+
"sourceIds",
|
|
14060
|
+
"productId"
|
|
14061
|
+
],
|
|
14062
|
+
"additionalProperties": false
|
|
14063
|
+
},
|
|
14064
|
+
{
|
|
14065
|
+
"type": "object",
|
|
14066
|
+
"description": "Complete a forming product and optionally route it to a declared outlet.",
|
|
14067
|
+
"properties": {
|
|
14068
|
+
"type": {
|
|
14069
|
+
"const": "complete-product"
|
|
14070
|
+
},
|
|
14071
|
+
"productId": {
|
|
14072
|
+
"type": "string"
|
|
14073
|
+
},
|
|
14074
|
+
"outletId": {
|
|
14075
|
+
"type": "string"
|
|
14076
|
+
},
|
|
14077
|
+
"reason": {
|
|
14078
|
+
"type": "string"
|
|
14079
|
+
}
|
|
14080
|
+
},
|
|
14081
|
+
"required": [
|
|
14082
|
+
"type",
|
|
14083
|
+
"productId"
|
|
14084
|
+
],
|
|
14085
|
+
"additionalProperties": false
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"type": "object",
|
|
14089
|
+
"description": "Split one named source into explicit product allocations.",
|
|
14090
|
+
"properties": {
|
|
14091
|
+
"type": {
|
|
14092
|
+
"const": "split"
|
|
14093
|
+
},
|
|
14094
|
+
"sourceId": {
|
|
14095
|
+
"type": "string"
|
|
14096
|
+
},
|
|
14097
|
+
"products": {
|
|
14098
|
+
"type": "array",
|
|
14099
|
+
"items": {
|
|
14100
|
+
"type": "object",
|
|
14101
|
+
"properties": {
|
|
14102
|
+
"productId": {
|
|
14103
|
+
"type": "string"
|
|
14104
|
+
},
|
|
14105
|
+
"amount": {
|
|
14106
|
+
"type": "number",
|
|
14107
|
+
"minimum": 0
|
|
14108
|
+
},
|
|
14109
|
+
"metrics": {
|
|
14110
|
+
"type": "object",
|
|
14111
|
+
"additionalProperties": {
|
|
14112
|
+
"type": "number"
|
|
14113
|
+
}
|
|
14114
|
+
}
|
|
14115
|
+
},
|
|
14116
|
+
"required": [
|
|
14117
|
+
"productId"
|
|
14118
|
+
],
|
|
14119
|
+
"additionalProperties": false
|
|
14120
|
+
},
|
|
14121
|
+
"minItems": 1
|
|
14122
|
+
},
|
|
14123
|
+
"loss": {
|
|
14124
|
+
"type": "object",
|
|
14125
|
+
"properties": {
|
|
14126
|
+
"amount": {
|
|
14127
|
+
"type": "number",
|
|
14128
|
+
"minimum": 0
|
|
14129
|
+
},
|
|
14130
|
+
"metrics": {
|
|
14131
|
+
"type": "object",
|
|
14132
|
+
"additionalProperties": {
|
|
14133
|
+
"type": "number"
|
|
14134
|
+
}
|
|
14135
|
+
},
|
|
14136
|
+
"label": {
|
|
14137
|
+
"type": "string"
|
|
14138
|
+
}
|
|
14139
|
+
},
|
|
14140
|
+
"additionalProperties": false
|
|
14141
|
+
}
|
|
14142
|
+
},
|
|
14143
|
+
"required": [
|
|
14144
|
+
"type",
|
|
14145
|
+
"sourceId",
|
|
14146
|
+
"products"
|
|
14147
|
+
],
|
|
14148
|
+
"additionalProperties": false
|
|
14149
|
+
},
|
|
14150
|
+
{
|
|
14151
|
+
"type": "object",
|
|
14152
|
+
"description": "Route selected source components to a declared outlet with a reason.",
|
|
14153
|
+
"properties": {
|
|
14154
|
+
"type": {
|
|
14155
|
+
"const": "eject"
|
|
14156
|
+
},
|
|
14157
|
+
"select": {
|
|
14158
|
+
"type": "object",
|
|
14159
|
+
"properties": {
|
|
14160
|
+
"ids": {
|
|
14161
|
+
"type": "array",
|
|
14162
|
+
"items": {
|
|
14163
|
+
"type": "string"
|
|
14164
|
+
},
|
|
14165
|
+
"minItems": 1
|
|
14166
|
+
},
|
|
14167
|
+
"categories": {
|
|
14168
|
+
"type": "array",
|
|
14169
|
+
"items": {
|
|
14170
|
+
"type": "string"
|
|
14171
|
+
},
|
|
14172
|
+
"minItems": 1
|
|
14173
|
+
},
|
|
14174
|
+
"statuses": {
|
|
14175
|
+
"type": "array",
|
|
14176
|
+
"items": {
|
|
14177
|
+
"type": "string",
|
|
14178
|
+
"enum": [
|
|
14179
|
+
"queued",
|
|
14180
|
+
"active",
|
|
14181
|
+
"transformed",
|
|
14182
|
+
"consumed",
|
|
14183
|
+
"retained",
|
|
14184
|
+
"ejected",
|
|
14185
|
+
"failed",
|
|
14186
|
+
"recovered"
|
|
14187
|
+
]
|
|
14188
|
+
},
|
|
14189
|
+
"minItems": 1
|
|
14190
|
+
},
|
|
14191
|
+
"outletIds": {
|
|
14192
|
+
"type": "array",
|
|
14193
|
+
"items": {
|
|
14194
|
+
"type": "string"
|
|
14195
|
+
},
|
|
14196
|
+
"minItems": 1
|
|
14197
|
+
},
|
|
14198
|
+
"count": {
|
|
14199
|
+
"type": "integer",
|
|
14200
|
+
"minimum": 0
|
|
14201
|
+
}
|
|
14202
|
+
},
|
|
14203
|
+
"additionalProperties": false
|
|
14204
|
+
},
|
|
14205
|
+
"outletId": {
|
|
14206
|
+
"type": "string"
|
|
14207
|
+
},
|
|
14208
|
+
"state": {
|
|
14209
|
+
"type": "string",
|
|
14210
|
+
"enum": [
|
|
14211
|
+
"ejected",
|
|
14212
|
+
"failed",
|
|
14213
|
+
"retained",
|
|
14214
|
+
"recovered"
|
|
14215
|
+
]
|
|
14216
|
+
},
|
|
14217
|
+
"reason": {
|
|
14218
|
+
"type": "string"
|
|
14219
|
+
}
|
|
14220
|
+
},
|
|
14221
|
+
"required": [
|
|
14222
|
+
"type",
|
|
14223
|
+
"select",
|
|
14224
|
+
"outletId"
|
|
14225
|
+
],
|
|
14226
|
+
"additionalProperties": false
|
|
14227
|
+
},
|
|
14228
|
+
{
|
|
14229
|
+
"type": "object",
|
|
14230
|
+
"description": "Apply an explicit numeric metric delta to the run, sources, or products.",
|
|
14231
|
+
"properties": {
|
|
14232
|
+
"type": {
|
|
14233
|
+
"const": "set-metric"
|
|
14234
|
+
},
|
|
14235
|
+
"target": {
|
|
14236
|
+
"oneOf": [
|
|
14237
|
+
{
|
|
14238
|
+
"const": "run"
|
|
14239
|
+
},
|
|
14240
|
+
{
|
|
14241
|
+
"type": "object",
|
|
14242
|
+
"properties": {
|
|
14243
|
+
"components": {
|
|
14244
|
+
"type": "object",
|
|
14245
|
+
"properties": {
|
|
14246
|
+
"ids": {
|
|
14247
|
+
"type": "array",
|
|
14248
|
+
"items": {
|
|
14249
|
+
"type": "string"
|
|
14250
|
+
},
|
|
14251
|
+
"minItems": 1
|
|
14252
|
+
},
|
|
14253
|
+
"categories": {
|
|
14254
|
+
"type": "array",
|
|
14255
|
+
"items": {
|
|
14256
|
+
"type": "string"
|
|
14257
|
+
},
|
|
14258
|
+
"minItems": 1
|
|
14259
|
+
},
|
|
14260
|
+
"statuses": {
|
|
14261
|
+
"type": "array",
|
|
14262
|
+
"items": {
|
|
14263
|
+
"type": "string",
|
|
14264
|
+
"enum": [
|
|
14265
|
+
"queued",
|
|
14266
|
+
"active",
|
|
14267
|
+
"transformed",
|
|
14268
|
+
"consumed",
|
|
14269
|
+
"retained",
|
|
14270
|
+
"ejected",
|
|
14271
|
+
"failed",
|
|
14272
|
+
"recovered"
|
|
14273
|
+
]
|
|
14274
|
+
},
|
|
14275
|
+
"minItems": 1
|
|
14276
|
+
},
|
|
14277
|
+
"outletIds": {
|
|
14278
|
+
"type": "array",
|
|
14279
|
+
"items": {
|
|
14280
|
+
"type": "string"
|
|
14281
|
+
},
|
|
14282
|
+
"minItems": 1
|
|
14283
|
+
},
|
|
14284
|
+
"count": {
|
|
14285
|
+
"type": "integer",
|
|
14286
|
+
"minimum": 0
|
|
14287
|
+
}
|
|
14288
|
+
},
|
|
14289
|
+
"additionalProperties": false
|
|
14290
|
+
}
|
|
14291
|
+
},
|
|
14292
|
+
"required": [
|
|
14293
|
+
"components"
|
|
14294
|
+
],
|
|
14295
|
+
"additionalProperties": false
|
|
14296
|
+
},
|
|
14297
|
+
{
|
|
14298
|
+
"type": "object",
|
|
14299
|
+
"properties": {
|
|
14300
|
+
"productIds": {
|
|
14301
|
+
"type": "array",
|
|
14302
|
+
"items": {
|
|
14303
|
+
"type": "string"
|
|
14304
|
+
},
|
|
14305
|
+
"minItems": 1
|
|
14306
|
+
}
|
|
14307
|
+
},
|
|
14308
|
+
"required": [
|
|
14309
|
+
"productIds"
|
|
14310
|
+
],
|
|
14311
|
+
"additionalProperties": false
|
|
14312
|
+
}
|
|
14313
|
+
]
|
|
14314
|
+
},
|
|
14315
|
+
"metricsDelta": {
|
|
14316
|
+
"type": "object",
|
|
14317
|
+
"additionalProperties": {
|
|
14318
|
+
"type": "number"
|
|
14319
|
+
}
|
|
14320
|
+
}
|
|
14321
|
+
},
|
|
14322
|
+
"required": [
|
|
14323
|
+
"type",
|
|
14324
|
+
"target",
|
|
14325
|
+
"metricsDelta"
|
|
14326
|
+
],
|
|
14327
|
+
"additionalProperties": false
|
|
14328
|
+
},
|
|
14329
|
+
{
|
|
14330
|
+
"type": "object",
|
|
14331
|
+
"description": "Record an authored run-level outcome and optional summary.",
|
|
14332
|
+
"properties": {
|
|
14333
|
+
"type": {
|
|
14334
|
+
"const": "set-outcome"
|
|
14335
|
+
},
|
|
14336
|
+
"outcome": {
|
|
14337
|
+
"type": "string"
|
|
14338
|
+
},
|
|
14339
|
+
"summary": {
|
|
14340
|
+
"type": "string"
|
|
14341
|
+
}
|
|
14342
|
+
},
|
|
14343
|
+
"required": [
|
|
14344
|
+
"type",
|
|
14345
|
+
"outcome"
|
|
14346
|
+
],
|
|
14347
|
+
"additionalProperties": false
|
|
14348
|
+
}
|
|
14349
|
+
]
|
|
14350
|
+
},
|
|
14351
|
+
"minItems": 1
|
|
14352
|
+
},
|
|
14353
|
+
"label": {
|
|
14354
|
+
"type": "string"
|
|
14355
|
+
},
|
|
14356
|
+
"description": {
|
|
14357
|
+
"type": "string"
|
|
14358
|
+
},
|
|
14359
|
+
"summary": {
|
|
14360
|
+
"type": "string"
|
|
14361
|
+
}
|
|
14362
|
+
},
|
|
14363
|
+
"required": [
|
|
14364
|
+
"id",
|
|
14365
|
+
"at",
|
|
14366
|
+
"effects"
|
|
14367
|
+
],
|
|
14368
|
+
"additionalProperties": false
|
|
14369
|
+
}
|
|
14370
|
+
},
|
|
14371
|
+
"outlets": {
|
|
14372
|
+
"type": "array",
|
|
14373
|
+
"description": "Explicit reason-labelled destinations referenced by product completions and eject effects.",
|
|
14374
|
+
"items": {
|
|
14375
|
+
"type": "object",
|
|
14376
|
+
"properties": {
|
|
14377
|
+
"id": {
|
|
14378
|
+
"type": "string"
|
|
14379
|
+
},
|
|
14380
|
+
"label": {
|
|
14381
|
+
"type": "string"
|
|
14382
|
+
},
|
|
14383
|
+
"description": {
|
|
14384
|
+
"type": "string"
|
|
14385
|
+
},
|
|
14386
|
+
"side": {
|
|
14387
|
+
"type": "string",
|
|
14388
|
+
"enum": [
|
|
14389
|
+
"left",
|
|
14390
|
+
"right",
|
|
14391
|
+
"bottom"
|
|
14392
|
+
]
|
|
14393
|
+
},
|
|
14394
|
+
"color": {
|
|
14395
|
+
"type": "string"
|
|
14396
|
+
},
|
|
14397
|
+
"order": {
|
|
14398
|
+
"type": "number"
|
|
14399
|
+
}
|
|
14400
|
+
},
|
|
14401
|
+
"required": [
|
|
14402
|
+
"id"
|
|
14403
|
+
],
|
|
14404
|
+
"additionalProperties": false
|
|
14405
|
+
}
|
|
14406
|
+
},
|
|
14407
|
+
"idAccessor": {
|
|
14408
|
+
"type": "string",
|
|
14409
|
+
"description": "Stable source-component id. Event selectors and product provenance reference these resolved ids.",
|
|
14410
|
+
"default": "id",
|
|
14411
|
+
"x-semiotic-runtime-types": [
|
|
14412
|
+
"string",
|
|
14413
|
+
"function"
|
|
14414
|
+
]
|
|
14415
|
+
},
|
|
14416
|
+
"labelAccessor": {
|
|
14417
|
+
"type": "string",
|
|
14418
|
+
"description": "Human-readable source-component label.",
|
|
14419
|
+
"default": "label",
|
|
14420
|
+
"x-semiotic-runtime-types": [
|
|
14421
|
+
"string",
|
|
14422
|
+
"function"
|
|
14423
|
+
]
|
|
14424
|
+
},
|
|
14425
|
+
"categoryAccessor": {
|
|
14426
|
+
"type": "string",
|
|
14427
|
+
"description": "Categorical source field used for color and projection grouping.",
|
|
14428
|
+
"default": "category",
|
|
14429
|
+
"x-semiotic-runtime-types": [
|
|
14430
|
+
"string",
|
|
14431
|
+
"function"
|
|
14432
|
+
]
|
|
14433
|
+
},
|
|
14434
|
+
"amountAccessor": {
|
|
14435
|
+
"type": "string",
|
|
14436
|
+
"description": "Optional non-negative amount conserved through explicit product, loss, and outlet accounting.",
|
|
14437
|
+
"x-semiotic-runtime-types": [
|
|
14438
|
+
"string",
|
|
14439
|
+
"function"
|
|
14440
|
+
]
|
|
14441
|
+
},
|
|
14442
|
+
"metricsAccessor": {
|
|
14443
|
+
"type": "string",
|
|
14444
|
+
"description": "Optional per-source numeric metric map used by authored effects and evidence.",
|
|
14445
|
+
"x-semiotic-runtime-types": [
|
|
14446
|
+
"string",
|
|
14447
|
+
"function"
|
|
14448
|
+
]
|
|
14449
|
+
},
|
|
14450
|
+
"initialStateAccessor": {
|
|
14451
|
+
"type": "string",
|
|
14452
|
+
"description": "Optional initial semantic component status; defaults to active.",
|
|
14453
|
+
"x-semiotic-runtime-types": [
|
|
14454
|
+
"string",
|
|
14455
|
+
"function"
|
|
14456
|
+
]
|
|
14457
|
+
},
|
|
14458
|
+
"metrics": {
|
|
14459
|
+
"type": "object",
|
|
14460
|
+
"description": "Run-level numeric metrics present before the event tape begins."
|
|
14461
|
+
},
|
|
14462
|
+
"amountLabel": {
|
|
14463
|
+
"type": "string",
|
|
14464
|
+
"description": "Display unit for source, product, loss, and conservation amounts."
|
|
14465
|
+
},
|
|
14466
|
+
"conservation": {
|
|
14467
|
+
"type": [
|
|
14468
|
+
"boolean",
|
|
14469
|
+
"object"
|
|
14470
|
+
],
|
|
14471
|
+
"description": "Optional exact amount/metric balance check, or false to disable it."
|
|
14472
|
+
},
|
|
14473
|
+
"projection": {
|
|
14474
|
+
"type": "object",
|
|
14475
|
+
"description": "Settled truth layer: { groupBy: status|outlet|category|product, measure: count|amount|metric, order?, showInputBaseline?, showDelta? }."
|
|
14476
|
+
},
|
|
14477
|
+
"playback": {
|
|
14478
|
+
"type": "string",
|
|
14479
|
+
"enum": [
|
|
14480
|
+
"replay",
|
|
14481
|
+
"snapshot"
|
|
14482
|
+
],
|
|
14483
|
+
"description": "Replay the authored tape, or render one deterministic snapshot without intermediate animation.",
|
|
14484
|
+
"default": "replay"
|
|
14485
|
+
},
|
|
14486
|
+
"snapshotAt": {
|
|
14487
|
+
"type": [
|
|
14488
|
+
"number",
|
|
14489
|
+
"object"
|
|
14490
|
+
],
|
|
14491
|
+
"description": "Snapshot time in semantic seconds or { phaseId, progress? }; used only with playback=snapshot."
|
|
14492
|
+
},
|
|
14493
|
+
"controls": {
|
|
14494
|
+
"type": [
|
|
14495
|
+
"boolean",
|
|
14496
|
+
"object"
|
|
14497
|
+
],
|
|
14498
|
+
"description": "Built-in play/pause, reset, phase-step, timeline, and speed controls.",
|
|
14499
|
+
"default": false
|
|
14500
|
+
},
|
|
14501
|
+
"playbackRate": {
|
|
14502
|
+
"type": "number",
|
|
14503
|
+
"description": "Positive wall-clock multiplier for authored semantic playback; 0.5 is half speed and 2 is double speed.",
|
|
14504
|
+
"default": 1
|
|
14505
|
+
},
|
|
14506
|
+
"rerunMS": {
|
|
14507
|
+
"type": [
|
|
14508
|
+
"number",
|
|
14509
|
+
"null"
|
|
14510
|
+
],
|
|
14511
|
+
"description": "Replay from a fresh deterministic mount this many milliseconds after settling. Null or omission disables looping; zero uses the next timer turn."
|
|
14512
|
+
},
|
|
14513
|
+
"bodyRadius": {
|
|
14514
|
+
"type": "number",
|
|
14515
|
+
"description": "Fixed source-body radius. Per-row radius accessors are outside the bounded V1 contract.",
|
|
14516
|
+
"default": 7
|
|
14517
|
+
},
|
|
14518
|
+
"radiusRange": {
|
|
14519
|
+
"type": "array",
|
|
14520
|
+
"description": "Minimum and maximum source-body radii when amountAccessor drives area.",
|
|
14521
|
+
"default": [
|
|
14522
|
+
5,
|
|
14523
|
+
18
|
|
14524
|
+
]
|
|
14525
|
+
},
|
|
14526
|
+
"showBonds": {
|
|
14527
|
+
"type": "boolean",
|
|
14528
|
+
"description": "Draw authored provisional relations and product-member bonds.",
|
|
14529
|
+
"default": true
|
|
14530
|
+
},
|
|
14531
|
+
"showChrome": {
|
|
14532
|
+
"type": "boolean",
|
|
14533
|
+
"description": "Draw the phase rail, vessel, declared molds, and reason-labelled outlets.",
|
|
14534
|
+
"default": true
|
|
14535
|
+
},
|
|
14536
|
+
"showProjection": {
|
|
14537
|
+
"type": "boolean",
|
|
14538
|
+
"description": "Draw the exact settled projection alongside the physical treatment.",
|
|
14539
|
+
"default": true
|
|
14540
|
+
},
|
|
14541
|
+
"initialSpawnPacing": {
|
|
14542
|
+
"type": "object",
|
|
14543
|
+
"description": "Optional presentation-only pacing for the initial source charge."
|
|
14544
|
+
},
|
|
14545
|
+
"loading": {
|
|
14546
|
+
"type": "boolean",
|
|
14547
|
+
"description": "Show a loading state instead of starting the authored run."
|
|
14548
|
+
}
|
|
14549
|
+
},
|
|
14550
|
+
"required": [
|
|
14551
|
+
"data",
|
|
14552
|
+
"phases"
|
|
14553
|
+
]
|
|
14554
|
+
}
|
|
14555
|
+
}
|
|
14556
|
+
},
|
|
14557
|
+
{
|
|
14558
|
+
"type": "function",
|
|
14559
|
+
"function": {
|
|
14560
|
+
"name": "BumpChart",
|
|
14561
|
+
"description": "Ranked series trajectories across ordered or time-based columns, with optional magnitude-encoded ribbons.",
|
|
14562
|
+
"parameters": {
|
|
14563
|
+
"type": "object",
|
|
14564
|
+
"properties": {
|
|
14565
|
+
"mode": {
|
|
14566
|
+
"type": "string",
|
|
14567
|
+
"enum": [
|
|
14568
|
+
"primary",
|
|
14569
|
+
"context",
|
|
14570
|
+
"sparkline",
|
|
14571
|
+
"mobile"
|
|
14572
|
+
],
|
|
14573
|
+
"description": "Display mode controlling default size, decoration, margins, labels, and interaction.",
|
|
14574
|
+
"default": "primary"
|
|
14575
|
+
},
|
|
14576
|
+
"width": {
|
|
14577
|
+
"type": "number",
|
|
14578
|
+
"default": 600
|
|
14579
|
+
},
|
|
14580
|
+
"height": {
|
|
14581
|
+
"type": "number",
|
|
14582
|
+
"default": 400
|
|
14583
|
+
},
|
|
14584
|
+
"margin": {
|
|
14585
|
+
"type": "object",
|
|
14586
|
+
"description": "Object margin. A side value of \"auto\" or null leaves that side available for auto-reservation."
|
|
14587
|
+
},
|
|
14588
|
+
"className": {
|
|
14589
|
+
"type": "string"
|
|
14590
|
+
},
|
|
14591
|
+
"title": {
|
|
14592
|
+
"type": "string",
|
|
14593
|
+
"description": "Visible chart title and the chart's accessible name."
|
|
14594
|
+
},
|
|
14595
|
+
"description": {
|
|
14596
|
+
"type": "string",
|
|
14597
|
+
"description": "Concise accessible description that overrides the chart's generated aria-label."
|
|
14598
|
+
},
|
|
14599
|
+
"summary": {
|
|
14600
|
+
"type": "string",
|
|
14601
|
+
"description": "Screen-reader-only summary of the chart's key takeaway; include keyboard interaction guidance when relevant."
|
|
14602
|
+
},
|
|
14603
|
+
"accessibleTable": {
|
|
14604
|
+
"type": "boolean",
|
|
14605
|
+
"description": "Expose the chart data through Semiotic's screen-reader data table.",
|
|
14606
|
+
"default": true
|
|
14607
|
+
},
|
|
14608
|
+
"enableHover": {
|
|
14609
|
+
"type": "boolean",
|
|
14610
|
+
"default": true
|
|
14611
|
+
},
|
|
14612
|
+
"showLegend": {
|
|
14613
|
+
"type": "boolean"
|
|
14614
|
+
},
|
|
14615
|
+
"showGrid": {
|
|
14616
|
+
"type": "boolean",
|
|
14617
|
+
"default": false
|
|
14618
|
+
},
|
|
14619
|
+
"colorBy": {
|
|
14620
|
+
"type": "string",
|
|
14621
|
+
"x-semiotic-runtime-types": [
|
|
14622
|
+
"string",
|
|
14623
|
+
"function"
|
|
14624
|
+
]
|
|
14625
|
+
},
|
|
14626
|
+
"colorScheme": {
|
|
14627
|
+
"type": [
|
|
14628
|
+
"string",
|
|
14629
|
+
"array",
|
|
14630
|
+
"object"
|
|
14631
|
+
],
|
|
14632
|
+
"default": "category10"
|
|
14633
|
+
},
|
|
14634
|
+
"tooltip": {
|
|
14635
|
+
"type": [
|
|
14636
|
+
"boolean",
|
|
14637
|
+
"object",
|
|
14638
|
+
"string"
|
|
14639
|
+
],
|
|
14640
|
+
"x-semiotic-runtime-types": [
|
|
14641
|
+
"boolean",
|
|
14642
|
+
"function",
|
|
14643
|
+
"object",
|
|
14644
|
+
"string"
|
|
14645
|
+
]
|
|
14646
|
+
},
|
|
14647
|
+
"annotations": {
|
|
14648
|
+
"type": "array",
|
|
14649
|
+
"description": "Annotation objects to render on the chart. Each must have a `type` field. Position using your data field names (e.g. { type: \"widget\", month: \"Jan\", revenue: 500 }). Supported types: \"widget\" (arbitrary HTML/React content via foreignObject — v3 replacement for htmlAnnotationRules), \"label\" (callout with connector), \"callout\" (circle + label), \"text\" (plain label), \"y-threshold\" (horizontal reference line), \"x-threshold\" (vertical reference line), \"band\" (shaded y-region), \"enclose\" (circle around points), \"rect-enclose\" (rect around points), \"highlight\" (colored dots on filtered points), \"trend\" (regression line), \"envelope\" (upper/lower bounds), \"anomaly-band\" (mean ± stddev), \"forecast\" (extrapolated trend). Widget annotations accept: content (ReactNode), dx, dy, width, height, anchor (\"fixed\"|\"latest\"|\"sticky\"). Threshold annotations accept: value, label, color, strokeWidth, strokeDasharray. Enclose annotations accept: coordinates (array of data objects), label, color, padding.",
|
|
14650
|
+
"items": {
|
|
14651
|
+
"type": "object",
|
|
14652
|
+
"properties": {
|
|
14653
|
+
"type": {
|
|
14654
|
+
"type": "string",
|
|
14655
|
+
"enum": [
|
|
14656
|
+
"widget",
|
|
14657
|
+
"label",
|
|
14658
|
+
"callout",
|
|
14659
|
+
"text",
|
|
14660
|
+
"bracket",
|
|
14661
|
+
"y-threshold",
|
|
14662
|
+
"x-threshold",
|
|
14663
|
+
"band",
|
|
14664
|
+
"enclose",
|
|
14665
|
+
"rect-enclose",
|
|
14666
|
+
"highlight",
|
|
14667
|
+
"trend",
|
|
14668
|
+
"envelope",
|
|
14669
|
+
"anomaly-band",
|
|
14670
|
+
"forecast"
|
|
14671
|
+
],
|
|
14672
|
+
"description": "Annotation type"
|
|
14673
|
+
}
|
|
14674
|
+
},
|
|
14675
|
+
"required": [
|
|
14676
|
+
"type"
|
|
14677
|
+
]
|
|
14678
|
+
}
|
|
14679
|
+
},
|
|
14680
|
+
"autoPlaceAnnotations": {
|
|
14681
|
+
"type": [
|
|
14682
|
+
"boolean",
|
|
14683
|
+
"object"
|
|
14684
|
+
],
|
|
14685
|
+
"description": "Opt-in annotation placement pass. Chooses dx/dy for note-like annotations without manual offsets and avoids note/mark/edge overlaps where possible.",
|
|
14686
|
+
"default": false
|
|
14687
|
+
},
|
|
14688
|
+
"responsiveRules": {
|
|
14689
|
+
"type": "array",
|
|
14690
|
+
"description": "Semantic responsive transforms applied before chart-mode defaults."
|
|
14691
|
+
},
|
|
14692
|
+
"mobileSemantics": {
|
|
14693
|
+
"type": "object",
|
|
14694
|
+
"description": "Phone/mobile contract consumed by audits, recipes, adapters, and agents."
|
|
14695
|
+
},
|
|
14696
|
+
"mobileInteraction": {
|
|
14697
|
+
"type": [
|
|
14698
|
+
"boolean",
|
|
14699
|
+
"object"
|
|
14700
|
+
],
|
|
14701
|
+
"description": "Touch-first interaction policy for phone-sized chart slots."
|
|
14702
|
+
},
|
|
14703
|
+
"axisExtent": {
|
|
14704
|
+
"type": "string",
|
|
14705
|
+
"enum": [
|
|
14706
|
+
"nice",
|
|
14707
|
+
"exact"
|
|
14708
|
+
],
|
|
14709
|
+
"description": "Tick endpoint mode. \"nice\" rounds endpoints to readable values; \"exact\" pins the first and last tick to the actual data min and max with equidistant intermediates. Affects XY x/y axes and ordinal value axis only.",
|
|
14710
|
+
"default": "nice"
|
|
14711
|
+
},
|
|
14712
|
+
"animate": {
|
|
14713
|
+
"type": [
|
|
14714
|
+
"boolean",
|
|
14715
|
+
"object"
|
|
14716
|
+
],
|
|
14717
|
+
"description": "Enable mark transitions (boolean or {duration?, easing?, intro?})."
|
|
14718
|
+
},
|
|
14719
|
+
"loading": {
|
|
14720
|
+
"type": "boolean",
|
|
14721
|
+
"description": "Show loading skeleton / loadingContent."
|
|
14722
|
+
},
|
|
14723
|
+
"hoverHighlight": {
|
|
14724
|
+
"type": [
|
|
14725
|
+
"boolean",
|
|
14726
|
+
"string"
|
|
14727
|
+
],
|
|
14728
|
+
"enum": [
|
|
14729
|
+
"series"
|
|
14730
|
+
],
|
|
14731
|
+
"default": true
|
|
14732
|
+
},
|
|
14733
|
+
"chartId": {
|
|
14734
|
+
"type": "string",
|
|
14735
|
+
"description": "Stable id for linked selection / observation / nav sync."
|
|
14736
|
+
},
|
|
14737
|
+
"emphasis": {
|
|
14738
|
+
"type": "string",
|
|
14739
|
+
"enum": [
|
|
14740
|
+
"primary",
|
|
14741
|
+
"secondary"
|
|
14742
|
+
]
|
|
14743
|
+
},
|
|
14744
|
+
"responsiveWidth": {
|
|
14745
|
+
"type": "boolean"
|
|
14746
|
+
},
|
|
14747
|
+
"responsiveHeight": {
|
|
14748
|
+
"type": "boolean"
|
|
14749
|
+
},
|
|
14750
|
+
"color": {
|
|
14751
|
+
"type": "string",
|
|
14752
|
+
"description": "Uniform mark fill (primitive styling)."
|
|
14753
|
+
},
|
|
14754
|
+
"stroke": {
|
|
14755
|
+
"type": "string"
|
|
14756
|
+
},
|
|
14757
|
+
"strokeWidth": {
|
|
14758
|
+
"type": "number"
|
|
14759
|
+
},
|
|
14760
|
+
"opacity": {
|
|
14761
|
+
"type": "number"
|
|
14762
|
+
},
|
|
14763
|
+
"data": {
|
|
14764
|
+
"type": "array",
|
|
14765
|
+
"description": "Flat observations containing one magnitude per series and ranking column."
|
|
14766
|
+
},
|
|
14767
|
+
"xAccessor": {
|
|
14768
|
+
"type": "string",
|
|
14769
|
+
"description": "Ordered or temporal ranking-column accessor.",
|
|
14770
|
+
"default": "x",
|
|
14771
|
+
"x-semiotic-runtime-types": [
|
|
14772
|
+
"string",
|
|
14773
|
+
"function"
|
|
14774
|
+
]
|
|
14775
|
+
},
|
|
14776
|
+
"yAccessor": {
|
|
14777
|
+
"type": "string",
|
|
14778
|
+
"description": "Numeric magnitude used to calculate rank and ribbon width.",
|
|
14779
|
+
"default": "y",
|
|
14780
|
+
"x-semiotic-runtime-types": [
|
|
14781
|
+
"string",
|
|
14782
|
+
"function"
|
|
14783
|
+
]
|
|
14784
|
+
},
|
|
14785
|
+
"xLabel": {
|
|
14786
|
+
"type": "string"
|
|
14787
|
+
},
|
|
14788
|
+
"yLabel": {
|
|
14789
|
+
"type": "string",
|
|
14790
|
+
"default": "Rank"
|
|
14791
|
+
},
|
|
14792
|
+
"lineBy": {
|
|
14793
|
+
"type": "string",
|
|
14794
|
+
"description": "Series identity accessor.",
|
|
14795
|
+
"default": "series",
|
|
14796
|
+
"x-semiotic-runtime-types": [
|
|
14797
|
+
"string",
|
|
14798
|
+
"function"
|
|
14799
|
+
]
|
|
14800
|
+
},
|
|
14801
|
+
"rankDirection": {
|
|
14802
|
+
"type": "string",
|
|
14803
|
+
"enum": [
|
|
14804
|
+
"descending",
|
|
14805
|
+
"ascending"
|
|
14806
|
+
],
|
|
14807
|
+
"default": "descending"
|
|
14808
|
+
},
|
|
14809
|
+
"ribbon": {
|
|
14810
|
+
"type": "boolean",
|
|
14811
|
+
"description": "Encode the original magnitude as trajectory width.",
|
|
14812
|
+
"default": false
|
|
14813
|
+
},
|
|
14814
|
+
"curve": {
|
|
14815
|
+
"type": "string",
|
|
14816
|
+
"enum": [
|
|
14817
|
+
"smooth",
|
|
14818
|
+
"linear"
|
|
14819
|
+
],
|
|
14820
|
+
"default": "smooth"
|
|
14821
|
+
},
|
|
14822
|
+
"ribbonSizeRange": {
|
|
14823
|
+
"type": "array",
|
|
14824
|
+
"description": "Minimum and maximum full ribbon width in pixels.",
|
|
14825
|
+
"default": [
|
|
14826
|
+
4,
|
|
14827
|
+
28
|
|
14828
|
+
]
|
|
14829
|
+
},
|
|
14830
|
+
"samplesPerSegment": {
|
|
14831
|
+
"type": "number",
|
|
14832
|
+
"default": 12
|
|
14833
|
+
},
|
|
14834
|
+
"lineWidth": {
|
|
14835
|
+
"type": "number",
|
|
14836
|
+
"description": "Fixed trajectory width when ribbon is false.",
|
|
14837
|
+
"default": 3
|
|
14838
|
+
},
|
|
14839
|
+
"highlightTop": {
|
|
14840
|
+
"type": "number",
|
|
14841
|
+
"description": "Use categorical colors for the N series with the best overall mean rank."
|
|
14842
|
+
},
|
|
14843
|
+
"neutralColor": {
|
|
14844
|
+
"type": "string",
|
|
14845
|
+
"description": "Color for trajectories outside highlightTop. Defaults to the theme's secondary text color."
|
|
14846
|
+
},
|
|
14847
|
+
"ribbonOpacity": {
|
|
14848
|
+
"type": "number",
|
|
14849
|
+
"default": 0.82
|
|
14850
|
+
},
|
|
14851
|
+
"lineOpacity": {
|
|
14852
|
+
"type": "number",
|
|
14853
|
+
"default": 0.9
|
|
14854
|
+
},
|
|
14855
|
+
"showPoints": {
|
|
14856
|
+
"type": "boolean",
|
|
14857
|
+
"default": false
|
|
14858
|
+
},
|
|
14859
|
+
"pointRadius": {
|
|
14860
|
+
"type": "number",
|
|
14861
|
+
"default": 3
|
|
14862
|
+
},
|
|
14863
|
+
"showLabels": {
|
|
14864
|
+
"type": [
|
|
14865
|
+
"boolean",
|
|
14866
|
+
"string"
|
|
14867
|
+
],
|
|
14868
|
+
"enum": [
|
|
14869
|
+
"start",
|
|
14870
|
+
"end",
|
|
14871
|
+
"both"
|
|
14872
|
+
],
|
|
14873
|
+
"default": true
|
|
14874
|
+
},
|
|
14875
|
+
"showAxes": {
|
|
14876
|
+
"type": "boolean",
|
|
14877
|
+
"default": true
|
|
14878
|
+
},
|
|
14879
|
+
"legendInteraction": {
|
|
14880
|
+
"type": "string",
|
|
14881
|
+
"enum": [
|
|
14882
|
+
"highlight",
|
|
14883
|
+
"isolate",
|
|
14884
|
+
"none"
|
|
14885
|
+
],
|
|
14886
|
+
"default": "none"
|
|
14887
|
+
},
|
|
14888
|
+
"legendPosition": {
|
|
14889
|
+
"type": "string",
|
|
14890
|
+
"enum": [
|
|
14891
|
+
"right",
|
|
14892
|
+
"left",
|
|
14893
|
+
"top",
|
|
14894
|
+
"bottom"
|
|
14895
|
+
],
|
|
14896
|
+
"default": "right"
|
|
14897
|
+
}
|
|
14898
|
+
},
|
|
14899
|
+
"required": [
|
|
14900
|
+
"data"
|
|
14901
|
+
]
|
|
14902
|
+
}
|
|
14903
|
+
}
|
|
13530
14904
|
}
|
|
13531
14905
|
]
|
|
13532
14906
|
}
|