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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { LineChart } from "./charts/xy/LineChart";
|
|
2
|
+
export { BumpChart, rankBumpData } from "./charts/xy/BumpChart";
|
|
2
3
|
export { AreaChart } from "./charts/xy/AreaChart";
|
|
3
4
|
export { DifferenceChart } from "./charts/xy/DifferenceChart";
|
|
4
5
|
export { StackedAreaChart } from "./charts/xy/StackedAreaChart";
|
|
@@ -50,6 +51,7 @@ export { CollisionSwarmChart } from "./charts/physics/CollisionSwarmChart";
|
|
|
50
51
|
export { PhysicalFlowChart } from "./charts/physics/PhysicalFlowChart";
|
|
51
52
|
export { ProcessFlowChart } from "./charts/physics/ProcessFlowChart";
|
|
52
53
|
export { GauntletChart } from "./charts/physics/GauntletChart";
|
|
54
|
+
export { CrucibleChart } from "./charts/physics/CrucibleChart";
|
|
53
55
|
export { BigNumber } from "./charts/value/BigNumber";
|
|
54
56
|
export { TooltipProvider } from "./store/TooltipStore";
|
|
55
57
|
export { MultiLineTooltip } from "./Tooltip/Tooltip";
|
|
@@ -59,10 +61,10 @@ export { ChartContainer } from "./ChartContainer";
|
|
|
59
61
|
export { MobileChartContainer } from "./MobileChartContainer";
|
|
60
62
|
export { SmallMultipleChart } from "./SmallMultipleChart";
|
|
61
63
|
export { MobileStandardControls } from "./MobileStandardControls";
|
|
62
|
-
export { clampMobileRange, useMobileRangeControls, zoomMobileRange
|
|
64
|
+
export { clampMobileRange, useMobileRangeControls, zoomMobileRange } from "./MobileStandardControls";
|
|
63
65
|
export type { ChartContainerProps, ChartContainerHandle, ChartContainerMobileOptions, ChartNotification, ChartNotificationLevel } from "./ChartContainer";
|
|
64
66
|
export type { MobileChartChip, MobileChartContainerProps, MobileChartDetailMode } from "./MobileChartContainer";
|
|
65
|
-
export type { MobileStandardBrushControls, MobileStandardControlKind, MobileStandardControlLegendItem, MobileStandardControlRequest, MobileStandardControlsMode, MobileStandardControlsProps, MobileStandardLegendControls, MobileStandardZoomControls, UseMobileRangeControlsOptions, UseMobileRangeControlsResult
|
|
67
|
+
export type { MobileStandardBrushControls, MobileStandardControlKind, MobileStandardControlLegendItem, MobileStandardControlRequest, MobileStandardControlsMode, MobileStandardControlsProps, MobileStandardLegendControls, MobileStandardZoomControls, UseMobileRangeControlsOptions, UseMobileRangeControlsResult } from "./MobileStandardControls";
|
|
66
68
|
export type { SmallMultipleChartProps, SmallMultipleExtent, SmallMultipleItem, SmallMultipleRenderContext, SmallMultipleSharedExtent } from "./SmallMultipleChart";
|
|
67
69
|
export { ChartGrid } from "./ChartGrid";
|
|
68
70
|
export type { ChartGridProps } from "./ChartGrid";
|
|
@@ -76,8 +78,8 @@ export { validateProps } from "./charts/shared/validateProps";
|
|
|
76
78
|
export type { ValidationResult } from "./charts/shared/validateProps";
|
|
77
79
|
export { diagnoseConfig } from "./charts/shared/diagnoseConfig";
|
|
78
80
|
export type { Diagnosis, DiagnosisResult } from "./charts/shared/diagnoseConfig";
|
|
79
|
-
export { diagnoseTokenEncoding, normalizeTokenEncoding, suggestTokenEncoding, tokenTaskIntentToCapabilityIntents
|
|
80
|
-
export type { PositionedToken, SuggestTokenEncodingInput, TokenCapabilityIntent, TokenCountStrategy, TokenDiagnostic, TokenDiagnosticCode, TokenDiagnosticsContext, TokenEncoding, TokenEncodingSuggestion, TokenGeneratorInput, TokenGridOptions, TokenLabelPolicy, TokenLayout, TokenSemantics, TokenSet, TokenTaskIntent, TokenType, VisualToken
|
|
81
|
+
export { diagnoseTokenEncoding, normalizeTokenEncoding, suggestTokenEncoding, tokenTaskIntentToCapabilityIntents } from "./recipes/tokenEncoding";
|
|
82
|
+
export type { PositionedToken, SuggestTokenEncodingInput, TokenCapabilityIntent, TokenCountStrategy, TokenDiagnostic, TokenDiagnosticCode, TokenDiagnosticsContext, TokenEncoding, TokenEncodingSuggestion, TokenGeneratorInput, TokenGridOptions, TokenLabelPolicy, TokenLayout, TokenSemantics, TokenSet, TokenTaskIntent, TokenType, VisualToken } from "./recipes/tokenEncoding";
|
|
81
83
|
export { auditAccessibility, formatAccessibilityAudit, accessibilityCaveats } from "./charts/shared/auditAccessibility";
|
|
82
84
|
export { auditMobileVisualization, formatMobileVisualizationAudit, mobileVisualizationCaveats } from "./charts/shared/auditMobileVisualization";
|
|
83
85
|
export { responsiveRuleMatches, resolveResponsiveRules } from "./charts/shared/responsiveRules";
|
|
@@ -112,6 +114,7 @@ export type { AccessibleNavTreeProps } from "./AccessibleNavTree";
|
|
|
112
114
|
export { useNavigationSync } from "./ai/useNavigationSync";
|
|
113
115
|
export type { UseNavigationSyncOptions, UseNavigationSyncResult } from "./ai/useNavigationSync";
|
|
114
116
|
export type { DataSummary, FieldSummary, FieldType, NumericFieldSummary, DateFieldSummary, CategoricalFieldSummary, UnknownFieldSummary, SummarizeOptions } from "./data/DataSummarizer";
|
|
117
|
+
export * from "./semiotic-ai-data-audit";
|
|
115
118
|
export { profileData } from "./ai/profileData";
|
|
116
119
|
export type { ProfileDataOptions } from "./ai/profileData";
|
|
117
120
|
export { suggestCharts, suggestChartsGrouped, scoreChart, explainCapabilityFit } from "./ai/suggestCharts";
|
|
@@ -139,7 +142,7 @@ export type { ScorecardFixture, ScorecardReport, PerCapabilityScore, PerFixtureS
|
|
|
139
142
|
export { CANONICAL_FIXTURES } from "./ai/qualityFixtures";
|
|
140
143
|
export { useChartSuggestions } from "./ai/useChartSuggestions";
|
|
141
144
|
export type { UseChartSuggestionsOptions, UseChartSuggestionsResult } from "./ai/useChartSuggestions";
|
|
142
|
-
export { getCapabilities, getCapability, registerChartCapability, unregisterChartCapability, LineChartCapability, AreaChartCapability, StackedAreaChartCapability, ScatterplotCapability, ConnectedScatterplotCapability, BubbleChartCapability, QuadrantChartCapability, MultiAxisLineChartCapability, MinimapChartCapability, DifferenceChartCapability, CandlestickChartCapability, HeatmapCapability, BarChartCapability, GroupedBarChartCapability, StackedBarChartCapability, DotPlotCapability, PieChartCapability, DonutChartCapability, FunnelChartCapability, GaugeChartCapability, LikertChartCapability, SwimlaneChartCapability, HistogramCapability, BoxPlotCapability, SwarmPlotCapability, ViolinPlotCapability, RidgelinePlotCapability, ForceDirectedGraphCapability, SankeyDiagramCapability, ChordDiagramCapability, ProcessSankeyCapability, TreeDiagramCapability, TreemapCapability, CirclePackCapability, OrbitDiagramCapability, ChoroplethMapCapability, ProportionalSymbolMapCapability, FlowMapCapability, DistanceCartogramCapability } from "./ai/chartCapabilities";
|
|
145
|
+
export { getCapabilities, getCapability, registerChartCapability, unregisterChartCapability, LineChartCapability, AreaChartCapability, BumpChartCapability, StackedAreaChartCapability, ScatterplotCapability, ConnectedScatterplotCapability, BubbleChartCapability, QuadrantChartCapability, MultiAxisLineChartCapability, MinimapChartCapability, DifferenceChartCapability, CandlestickChartCapability, HeatmapCapability, BarChartCapability, GroupedBarChartCapability, StackedBarChartCapability, DotPlotCapability, PieChartCapability, DonutChartCapability, FunnelChartCapability, GaugeChartCapability, LikertChartCapability, SwimlaneChartCapability, HistogramCapability, BoxPlotCapability, SwarmPlotCapability, ViolinPlotCapability, RidgelinePlotCapability, ForceDirectedGraphCapability, SankeyDiagramCapability, ChordDiagramCapability, ProcessSankeyCapability, TreeDiagramCapability, TreemapCapability, CirclePackCapability, OrbitDiagramCapability, ChoroplethMapCapability, ProportionalSymbolMapCapability, FlowMapCapability, DistanceCartogramCapability } from "./ai/chartCapabilities";
|
|
143
146
|
export type { ChartCapability, ChartCandidateKind, ChartDataProfile, ChartFamily, ChartImportPath, ChartRubric, ChartVariant, FieldCandidate, FieldKind, FitResult, IntentScorer, ScaledSuggestionGroups, Suggestion, SuggestionScaleRange, WhyCustomExplanation } from "./ai/chartCapabilityTypes";
|
|
144
147
|
export { defineChartRecipe, validateChartRecipe, isJsonSafe, isRegisteredRecipeLayout } from "./ai/chartRecipes";
|
|
145
148
|
export type { AccessibilityTableField, AccessibilityExpectations, AudienceFitDefinition, ChartRecipe as ChartRecipeDefinition, ChartRecipeFrameFamily, ChartRecipePortability, CustomLayoutFunction, DataRoleDefinition, DataSemanticType, DescriptionStrategy, DesignContractDefinition, EncodingChannel, EncodingDefinition, IntentDefinition, LiteracyTargetDefinition, NavigationStrategy, PortableNavigationStrategy, RecipeAudienceDefinition, RecipeAuditExpectations, RecipeDescription, RecipeExample, RecipeStrategyContext, RecipePortabilityConfig, ReceptionDefinition, RegisteredRecipeLayout, SerializableSchema } from "./ai/chartRecipes";
|
|
@@ -154,7 +157,7 @@ export type { RecipeNavigationOptions } from "./ai/recipeNavigation";
|
|
|
154
157
|
export { auditObservedScene } from "./ai/observedSceneAudit";
|
|
155
158
|
export type { AuditObservedSceneInput, DeclaredRecipeSemantics, ObservedAuditFinding, ObservedAuditStatus, ObservedSceneAuditResult } from "./ai/observedSceneAudit";
|
|
156
159
|
export { auditVisualizationControls } from "./controls/controlAudit";
|
|
157
|
-
export type { AuditVisualizationControlsOptions, ControlAuditFinding, ControlAuditResult, ControlAuditStatus
|
|
160
|
+
export type { AuditVisualizationControlsOptions, ControlAuditFinding, ControlAuditResult, ControlAuditStatus } from "./controls/controlAudit";
|
|
158
161
|
export type { VisualizationControlDefinition } from "./controls/controlContract";
|
|
159
162
|
export { IntentMark } from "./ai/IntentMark";
|
|
160
163
|
export type { IntentMarkProps } from "./ai/IntentMark";
|
|
@@ -16,6 +16,7 @@ export type { GeoAreaHitTargetProps, HitTargetPointProps } from "./stream/hitTar
|
|
|
16
16
|
export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
17
17
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
18
18
|
export type { GlyphSceneNode, SceneAccessibilityMetadata } from "./stream/types";
|
|
19
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
19
20
|
export type { StreamGeoFrameProps, StreamGeoFrameHandle, GeoAreaSceneNode, GeoSceneNode, GeoScales, ProjectionProp, ProjectionName, GraticuleConfig, DistanceCartogramConfig, GeoPipelineConfig } from "./stream/geoTypes";
|
|
20
21
|
export type { GeoCustomLayout, GeoLayoutContext, GeoLayoutResult } from "./stream/geoCustomLayout";
|
|
21
22
|
export type { CustomLayoutFailureDiagnostic, CustomLayoutFailureRecovery, CustomLayoutFamily } from "./stream/customLayoutFailure";
|
|
@@ -26,6 +26,7 @@ export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
|
26
26
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
27
27
|
export type { NetworkGlyphNode } from "./stream/networkTypes";
|
|
28
28
|
export type { SceneAccessibilityMetadata } from "./stream/types";
|
|
29
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
29
30
|
export type { StreamNetworkFrameProps, StreamNetworkFrameHandle, NetworkChartType, NetworkSceneNode, NetworkSceneEdge, NetworkLabel, ThresholdAlertConfig } from "./stream/networkTypes";
|
|
30
31
|
export type { ForceDirectedGraphProps } from "./charts/network/ForceDirectedGraph";
|
|
31
32
|
export type { SankeyDiagramProps } from "./charts/network/SankeyDiagram";
|
|
@@ -17,6 +17,7 @@ export { PieChart } from "./charts/ordinal/PieChart";
|
|
|
17
17
|
export { DonutChart } from "./charts/ordinal/DonutChart";
|
|
18
18
|
export { GaugeChart } from "./charts/ordinal/GaugeChart";
|
|
19
19
|
export type { GaugeChartProps, GaugeThreshold } from "./charts/ordinal/GaugeChart";
|
|
20
|
+
export type { GradientConfig, GradientStop } from "./charts/shared/gradient";
|
|
20
21
|
export { RidgelinePlot } from "./charts/ordinal/RidgelinePlot";
|
|
21
22
|
export { FunnelChart } from "./charts/ordinal/FunnelChart";
|
|
22
23
|
export { LikertChart } from "./charts/ordinal/LikertChart";
|
|
@@ -31,6 +32,7 @@ export type { HitTargetPointProps, HitTargetRectProps } from "./stream/hitTarget
|
|
|
31
32
|
export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
32
33
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
33
34
|
export type { GlyphSceneNode, SceneAccessibilityMetadata } from "./stream/types";
|
|
35
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
34
36
|
export { createHatchPattern } from "./charts/shared/hatchPattern";
|
|
35
37
|
export type { HatchPatternOptions } from "./charts/shared/hatchPattern";
|
|
36
38
|
export { isHatchFill, hatchPatternDef, resolveSvgFill, hatchFillId } from "./charts/shared/hatchFill";
|
|
@@ -16,6 +16,7 @@ import { buildCollisionSwarmPhysics, buildEventDropPhysics, buildGaltonBoardPhys
|
|
|
16
16
|
import StreamPhysicsFrame, { StreamPhysicsFrame as NamedStreamPhysicsFrame } from "./stream/physics/StreamPhysicsFrame";
|
|
17
17
|
import { PhysicsPipelineStore } from "./stream/physics/PhysicsPipelineStore";
|
|
18
18
|
import { BuiltInPhysicsEngineAdapter, createDefaultPhysicsEngineAdapter } from "./stream/physics/PhysicsEngineAdapter";
|
|
19
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
19
20
|
import { evaluatePhysicsBodyBudget } from "./stream/physics/PhysicsBodyBudget";
|
|
20
21
|
import { PhysicsSedimentAccumulator, sedimentHeightfield } from "./stream/physics/PhysicsSediment";
|
|
21
22
|
import { composePhysicsControllers, createCapacityQueueController, createPortalController, createDependencyGateController, createServiceLevelController, createServiceResourcePoolController } from "./stream/physics/PhysicsControllers";
|
|
@@ -25,6 +26,7 @@ export { BuiltInPhysicsEngineAdapter, CollisionSwarmChart, EventDropChart, Gaunt
|
|
|
25
26
|
export default StreamPhysicsFrame;
|
|
26
27
|
export type { CollisionSwarmChartProps } from "./charts/physics/CollisionSwarmChart";
|
|
27
28
|
export type { EventDropChartProps } from "./charts/physics/EventDropChart";
|
|
29
|
+
export * from "./charts/physics/CrucibleChart";
|
|
28
30
|
export type { GauntletChartProps, GauntletEffect, GauntletEvent, GauntletEventContext, GauntletEventLogItem, GauntletGate, GauntletLayout, GauntletNegativeReplacementOptions, GauntletPopSpec, GauntletProjectPlacement, GauntletProjectState, GauntletPropertyForceContext, GauntletPropertyDefinition, GauntletPropertyWorkPlan, GauntletPropertyWorkPlanOptions } from "./charts/physics/GauntletChart";
|
|
29
31
|
export type { PhysicsProcessBodyGroup, PhysicsProcessBoundaryOptions, PhysicsProcessStage } from "./charts/physics/physicsProcessPrimitives";
|
|
30
32
|
export type { GaltonBoardChartProps, GaltonBoardReferenceLine } from "./charts/physics/GaltonBoardChart";
|
|
@@ -22,6 +22,7 @@ export type { LatePolicy, ReorderBufferConfig, ReorderResult, } from "./realtime
|
|
|
22
22
|
export type { EventTimeConfig } from "./charts/realtime/eventTime";
|
|
23
23
|
export type { RealtimeLineChartProps } from "./charts/realtime/RealtimeLineChart";
|
|
24
24
|
export type { RealtimeHistogramProps, TemporalHistogramProps } from "./charts/realtime/RealtimeHistogram";
|
|
25
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
25
26
|
export type { RealtimeSwarmChartProps } from "./charts/realtime/RealtimeSwarmChart";
|
|
26
27
|
export type { RealtimeWaterfallChartProps } from "./charts/realtime/RealtimeWaterfallChart";
|
|
27
28
|
export type { RealtimeHeatmapProps } from "./charts/realtime/RealtimeHeatmap";
|
|
@@ -25,6 +25,8 @@ export { lineageDagLayout } from "./recipes/lineageDag";
|
|
|
25
25
|
export type { LineageDagConfig, LineageLod, LineageStoreSlot } from "./recipes/lineageDag";
|
|
26
26
|
export { mermaidDagLayout } from "./recipes/mermaidDag";
|
|
27
27
|
export type { MermaidDagConfig } from "./recipes/mermaidDag";
|
|
28
|
+
export { netEnsembleLayout, analyzeNetEnsemble } from "./recipes/netEnsembleLayout";
|
|
29
|
+
export type { NetEnsembleConfig, NetEnsembleAnalysis, NetEnsembleComponent, NetEnsembleMotif, } from "./recipes/netEnsembleLayout";
|
|
28
30
|
export { packedClusterMatrix } from "./recipes/packedClusterMatrix";
|
|
29
31
|
export type { PackedClusterMatrixConfig } from "./recipes/packedClusterMatrix";
|
|
30
32
|
export { marimekkoLayout } from "./recipes/marimekko";
|
|
@@ -45,6 +47,8 @@ export { intervalLanesLayout } from "./recipes/intervalLanes";
|
|
|
45
47
|
export type { IntervalLanesConfig } from "./recipes/intervalLanes";
|
|
46
48
|
export { axisFixedForceLayout, axisFixedForcePositions, rectCollide } from "./recipes/axisFixedForce";
|
|
47
49
|
export type { AxisFixedForceConfig, AxisFixedForceResult, PositionedNode, CollisionBox, RectCollideOptions, } from "./recipes/axisFixedForce";
|
|
50
|
+
export { wordTrailsLayout, wordTrailsProgressiveReveal } from "./recipes/wordTrails";
|
|
51
|
+
export type { WordTrailsConfig, WordTrailsProgressiveRevealOptions, WordTrailsWordInfo, } from "./recipes/wordTrails";
|
|
48
52
|
export { hitTargetPoint, hitTargetRect, networkHitTarget, geoHitTarget, geoAreaHitTarget, DEFAULT_HIT_RADIUS, } from "./stream/hitTarget";
|
|
49
53
|
export type { GeoAreaHitTargetProps, HitTargetPointProps, HitTargetRectProps, NetworkHitTargetCircleProps, NetworkHitTargetRectProps, } from "./stream/hitTarget";
|
|
50
54
|
export { runs, runLengthEncode } from "./recipes/runs";
|
|
@@ -2,7 +2,7 @@ export { renderToStaticSVG, renderXYToStaticSVG, renderOrdinalToStaticSVG, rende
|
|
|
2
2
|
export { generateFrameSVGs, generatePhysicsFrameSVGs, generateFrameSequence } from "./server/animatedGif";
|
|
3
3
|
export type { RenderEvidence } from "./server/renderEvidence";
|
|
4
4
|
export type { DashboardChart, DashboardLayout, RenderDashboardOptions, } from "./server/renderToStaticSVG";
|
|
5
|
-
export type { LegendLayout } from "./types/legendTypes";
|
|
5
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
6
6
|
export type { AnimatedGifOptions, PhysicsGifFrameProps, PhysicsGifOptions, } from "./server/animatedGif";
|
|
7
7
|
export { resolveTheme, themeStyles } from "./server/themeResolver";
|
|
8
8
|
export type { ThemeInput } from "./server/themeResolver";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { renderToStaticSVG, renderXYToStaticSVG, renderOrdinalToStaticSVG, renderNetworkToStaticSVG, renderGeoToStaticSVG, renderChart, renderChartWithEvidence, renderToImage, renderDashboard, } from "./server/renderToStaticSVG";
|
|
2
2
|
export type { RenderEvidence } from "./server/renderEvidence";
|
|
3
3
|
export type { RenderToImageOptions, DashboardChart, DashboardLayout, RenderDashboardOptions, } from "./server/renderToStaticSVG";
|
|
4
|
-
export type { LegendLayout } from "./types/legendTypes";
|
|
4
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
5
5
|
export { renderToAnimatedGif, renderPhysicsToAnimatedGif, generateFrameSVGs, generatePhysicsFrameSVGs, generateFrameSequence } from "./server/animatedGif";
|
|
6
6
|
export type { AnimatedGifOptions, PhysicsGifFrameProps, PhysicsGifOptions } from "./server/animatedGif";
|
|
7
7
|
export { resolveTheme, themeStyles } from "./server/themeResolver";
|
|
@@ -20,6 +20,9 @@ export { resolveStyleRules, matchesThreshold, ruleMatches, makeRuleValueResolver
|
|
|
20
20
|
export type { StyleRule, StyleRuleStyle, StyleRuleThreshold, StyleRuleContext, StyleRulePredicate, } from "./charts/shared/styleRules";
|
|
21
21
|
export { validateProps } from "./charts/shared/validateProps";
|
|
22
22
|
export { diagnoseConfig } from "./charts/shared/diagnoseConfig";
|
|
23
|
+
export { auditData, formatDataAudit, profileNumericFields, toDataAuditNotifications, } from "./data/auditData";
|
|
24
|
+
export type { AuditDataOptions, CheckedNumericContract, DataAuditChartNotification, DataAuditDiagnosis, DataAuditNotificationOptions, DataAuditResult, NumericFieldProfile, ProfileNumericFieldsOptions, } from "./data/auditData";
|
|
25
|
+
export type { NumericAggregateContract, NumericContracts, NumericFieldContract, NumericFieldRole, NumericRequirement, } from "./data/numericContracts";
|
|
23
26
|
export { auditAccessibility, formatAccessibilityAudit, accessibilityCaveats } from "./charts/shared/auditAccessibility";
|
|
24
27
|
export { auditMobileVisualization, formatMobileVisualizationAudit, mobileVisualizationCaveats } from "./charts/shared/auditMobileVisualization";
|
|
25
28
|
export { responsiveRuleMatches, resolveResponsiveRules } from "./charts/shared/responsiveRules";
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import StreamXYFrame from "./stream/StreamXYFrame";
|
|
6
6
|
export { StreamXYFrame };
|
|
7
7
|
export { LineChart } from "./charts/xy/LineChart";
|
|
8
|
+
export { BumpChart, rankBumpData } from "./charts/xy/BumpChart";
|
|
8
9
|
export { AreaChart } from "./charts/xy/AreaChart";
|
|
9
10
|
export { DifferenceChart } from "./charts/xy/DifferenceChart";
|
|
10
11
|
export { StackedAreaChart } from "./charts/xy/StackedAreaChart";
|
|
@@ -28,10 +29,13 @@ export type { HitTargetPointProps, HitTargetRectProps } from "./stream/hitTarget
|
|
|
28
29
|
export { glyphPlacement, glyphExtent } from "./stream/glyphDef";
|
|
29
30
|
export type { GlyphDef, GlyphPart } from "./stream/glyphDef";
|
|
30
31
|
export type { GlyphSceneNode, SceneAccessibilityMetadata } from "./stream/types";
|
|
32
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
31
33
|
export type { StreamXYFrameProps, StreamXYFrameHandle } from "./stream/types";
|
|
32
34
|
export type { CustomLayout, LayoutContext, LayoutResult } from "./stream/customLayout";
|
|
33
35
|
export type { LineChartProps } from "./charts/xy/LineChart";
|
|
36
|
+
export type { BumpChartProps, RankedBumpData, RankedBumpDatum, RankBumpDataOptions, } from "./charts/xy/BumpChart";
|
|
34
37
|
export type { AreaChartProps, SemanticGradientStop } from "./charts/xy/AreaChart";
|
|
38
|
+
export type { GradientConfig, GradientStop, SemanticGradientInput, } from "./charts/shared/gradient";
|
|
35
39
|
export type { DifferenceChartProps } from "./charts/xy/DifferenceChart";
|
|
36
40
|
export type { StackedAreaChartProps } from "./charts/xy/StackedAreaChart";
|
|
37
41
|
export type { ScatterplotProps } from "./charts/xy/Scatterplot";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import StreamXYFrame from "./stream/StreamXYFrame";
|
|
2
2
|
import StreamOrdinalFrame from "./stream/StreamOrdinalFrame";
|
|
3
3
|
import StreamNetworkFrame from "./stream/StreamNetworkFrame";
|
|
4
|
-
import { Scatterplot, ConnectedScatterplot, LineChart, AreaChart, DifferenceChart, StackedAreaChart, Heatmap, BubbleChart, BarChart, StackedBarChart, LikertChart, SwarmPlot, BoxPlot, Histogram, ViolinPlot, RidgelinePlot, DotPlot, PieChart, DonutChart, GaugeChart, GroupedBarChart, FunnelChart, SwimlaneChart, ForceDirectedGraph, ChordDiagram, SankeyDiagram, ProcessSankey, TreeDiagram, Treemap, CirclePack, OrbitDiagram, ScatterplotMatrix, MinimapChart, QuadrantChart, MultiAxisLineChart, CandlestickChart, XYCustomChart, NetworkCustomChart, OrdinalCustomChart, responsiveRuleMatches, resolveResponsiveRules } from "./charts";
|
|
4
|
+
import { Scatterplot, ConnectedScatterplot, LineChart, BumpChart, rankBumpData, AreaChart, DifferenceChart, StackedAreaChart, Heatmap, BubbleChart, BarChart, StackedBarChart, LikertChart, SwarmPlot, BoxPlot, Histogram, ViolinPlot, RidgelinePlot, DotPlot, PieChart, DonutChart, GaugeChart, GroupedBarChart, FunnelChart, SwimlaneChart, ForceDirectedGraph, ChordDiagram, SankeyDiagram, ProcessSankey, TreeDiagram, Treemap, CirclePack, OrbitDiagram, ScatterplotMatrix, MinimapChart, QuadrantChart, MultiAxisLineChart, CandlestickChart, XYCustomChart, NetworkCustomChart, OrdinalCustomChart, responsiveRuleMatches, resolveResponsiveRules } from "./charts";
|
|
5
5
|
import { LinkedCharts } from "./LinkedCharts";
|
|
6
6
|
import { ThemeProvider, useTheme } from "./ThemeProvider";
|
|
7
7
|
import { exportChart } from "./export/exportChart";
|
|
@@ -28,14 +28,14 @@ import { RealtimeTemporalHistogram, RealtimeHistogram, TemporalHistogram } from
|
|
|
28
28
|
import { RealtimeSwarmChart } from "./charts/realtime/RealtimeSwarmChart";
|
|
29
29
|
import { RealtimeWaterfallChart } from "./charts/realtime/RealtimeWaterfallChart";
|
|
30
30
|
import { RealtimeHeatmap } from "./charts/realtime/RealtimeHeatmap";
|
|
31
|
-
export { StreamXYFrame, StreamOrdinalFrame, StreamNetworkFrame, Scatterplot, ConnectedScatterplot, LineChart, AreaChart, DifferenceChart, StackedAreaChart, Heatmap, BubbleChart, BarChart, StackedBarChart, LikertChart, SwarmPlot, BoxPlot, Histogram, ViolinPlot, RidgelinePlot, DotPlot, ForceDirectedGraph, ChordDiagram, SankeyDiagram, ProcessSankey, TreeDiagram, PieChart, DonutChart, GaugeChart, FunnelChart, GroupedBarChart, SwimlaneChart, Treemap, CirclePack, OrbitDiagram, ScatterplotMatrix, MinimapChart, QuadrantChart, MultiAxisLineChart, CandlestickChart, XYCustomChart, NetworkCustomChart, OrdinalCustomChart, LinkedCharts, ThemeProvider, useTheme, exportChart, toConfig, fromConfig, toURL, fromURL, copyConfig, configToJSX, serializeSelections, deserializeSelections, fromVegaLite, ChartErrorBoundary, ChartContainer, MobileChartContainer, SmallMultipleChart, MobileStandardControls, clampMobileRange, useMobileRangeControls, zoomMobileRange, ChartGrid, CategoryColorProvider, useCategoryColors, ContextLayout, CircularBrush, DirectManipulationControl, VISUALIZATION_CONTROL_TYPES, DetailsPanel, Tooltip, MultiLineTooltip, normalizeTooltip, RingBuffer, IncrementalExtent, RealtimeLineChart, RealtimeTemporalHistogram, RealtimeHistogram, TemporalHistogram, RealtimeSwarmChart, RealtimeWaterfallChart, RealtimeHeatmap, createHatchPattern, responsiveRuleMatches, resolveResponsiveRules };
|
|
32
|
-
export type { LegendLayout } from "./types/legendTypes";
|
|
31
|
+
export { StreamXYFrame, StreamOrdinalFrame, StreamNetworkFrame, Scatterplot, ConnectedScatterplot, LineChart, BumpChart, rankBumpData, AreaChart, DifferenceChart, StackedAreaChart, Heatmap, BubbleChart, BarChart, StackedBarChart, LikertChart, SwarmPlot, BoxPlot, Histogram, ViolinPlot, RidgelinePlot, DotPlot, ForceDirectedGraph, ChordDiagram, SankeyDiagram, ProcessSankey, TreeDiagram, PieChart, DonutChart, GaugeChart, FunnelChart, GroupedBarChart, SwimlaneChart, Treemap, CirclePack, OrbitDiagram, ScatterplotMatrix, MinimapChart, QuadrantChart, MultiAxisLineChart, CandlestickChart, XYCustomChart, NetworkCustomChart, OrdinalCustomChart, LinkedCharts, ThemeProvider, useTheme, exportChart, toConfig, fromConfig, toURL, fromURL, copyConfig, configToJSX, serializeSelections, deserializeSelections, fromVegaLite, ChartErrorBoundary, ChartContainer, MobileChartContainer, SmallMultipleChart, MobileStandardControls, clampMobileRange, useMobileRangeControls, zoomMobileRange, ChartGrid, CategoryColorProvider, useCategoryColors, ContextLayout, CircularBrush, DirectManipulationControl, VISUALIZATION_CONTROL_TYPES, DetailsPanel, Tooltip, MultiLineTooltip, normalizeTooltip, RingBuffer, IncrementalExtent, RealtimeLineChart, RealtimeTemporalHistogram, RealtimeHistogram, TemporalHistogram, RealtimeSwarmChart, RealtimeWaterfallChart, RealtimeHeatmap, createHatchPattern, responsiveRuleMatches, resolveResponsiveRules };
|
|
32
|
+
export type { CategoricalLegendConfig, GradientLegendConfig, GradientLegendValue, LegendGroup, LegendItem, LegendLayout, LegendValue, } from "./types/legendTypes";
|
|
33
33
|
export type { DirectManipulationControlProps, VisualizationControlType } from "./DirectManipulationControl";
|
|
34
34
|
export { createControlObservationAdapter, } from "./controls/controlContract";
|
|
35
35
|
export { auditVisualizationControls } from "./controls/controlAudit";
|
|
36
36
|
export type { ControlInputSource, ControlObservation, ControlObservationAdapterOptions, ControlObservationCallback, ControlObservationPhase, VisualizationControlDefinition, VisualizationControlValue, } from "./controls/controlContract";
|
|
37
37
|
export type { AuditVisualizationControlsOptions, ControlAuditFinding, ControlAuditResult, ControlAuditStatus, } from "./controls/controlAudit";
|
|
38
|
-
export type { ScatterplotProps, ConnectedScatterplotProps, LineChartProps, AreaChartProps, SemanticGradientStop, DifferenceChartProps, StackedAreaChartProps, HeatmapProps, BubbleChartProps, BarChartProps, StackedBarChartProps, LikertChartProps, SwarmPlotProps, BoxPlotProps, HistogramProps, ViolinPlotProps, DotPlotProps, PieChartProps, DonutChartProps, GaugeChartProps, GaugeThreshold, FunnelChartProps, GroupedBarChartProps, SwimlaneChartProps, RidgelinePlotProps, OrbitDiagramProps, OrbitNode, ForceDirectedGraphProps, ChordDiagramProps, SankeyDiagramProps, ProcessSankeyProps, ProcessSankeyTick, TreeDiagramProps, TreemapProps, CirclePackProps, ScatterplotMatrixProps, MinimapChartProps, MinimapConfig, QuadrantChartProps, MultiAxisLineChartProps, MultiAxisSeriesConfig, CandlestickChartProps, QuadrantsConfig, QuadrantsConfigOverride, QuadrantConfig, CenterlineStyle, BaseChartProps, AxisConfig, Accessor, ChartAccessor, ChartMode, MobileClearSelectionBehavior, MobileSnapBehavior, MobileInteractionConfig, MobileInteractionProp, ResolvedMobileInteractionConfig, ResponsiveOrientation, ResponsiveRuleCondition, ResponsiveRuleContext, ResponsiveRule, ResponsiveRuleMatch, ResponsiveRuleResult } from "./charts";
|
|
38
|
+
export type { ScatterplotProps, ConnectedScatterplotProps, LineChartProps, BumpChartProps, RankedBumpData, RankedBumpDatum, RankBumpDataOptions, AreaChartProps, SemanticGradientStop, GradientConfig, GradientStop, SemanticGradientInput, DifferenceChartProps, StackedAreaChartProps, HeatmapProps, BubbleChartProps, BarChartProps, StackedBarChartProps, LikertChartProps, SwarmPlotProps, BoxPlotProps, HistogramProps, ViolinPlotProps, DotPlotProps, PieChartProps, DonutChartProps, GaugeChartProps, GaugeThreshold, FunnelChartProps, GroupedBarChartProps, SwimlaneChartProps, RidgelinePlotProps, OrbitDiagramProps, OrbitNode, ForceDirectedGraphProps, ChordDiagramProps, SankeyDiagramProps, ProcessSankeyProps, ProcessSankeyTick, TreeDiagramProps, TreemapProps, CirclePackProps, ScatterplotMatrixProps, MinimapChartProps, MinimapConfig, QuadrantChartProps, MultiAxisLineChartProps, MultiAxisSeriesConfig, CandlestickChartProps, QuadrantsConfig, QuadrantsConfigOverride, QuadrantConfig, CenterlineStyle, BaseChartProps, AxisConfig, Accessor, ChartAccessor, ChartMode, MobileClearSelectionBehavior, MobileSnapBehavior, MobileInteractionConfig, MobileInteractionProp, ResolvedMobileInteractionConfig, ResponsiveOrientation, ResponsiveRuleCondition, ResponsiveRuleContext, ResponsiveRule, ResponsiveRuleMatch, ResponsiveRuleResult } from "./charts";
|
|
39
39
|
export type { StreamXYFrameProps, StreamXYFrameHandle, StreamChartType, RuntimeMode, SceneNode, SceneAccessibilityMetadata, Changeset, StreamScales, StreamLayout, CurveType, CanvasRendererFn, XYFrameAxisConfig, BandConfig } from "./stream/types";
|
|
40
40
|
export type { StreamRendererFn } from "./stream/renderers/types";
|
|
41
41
|
export type { StreamOrdinalFrameProps, StreamOrdinalFrameHandle, OrdinalChartType, OrdinalScales, OrdinalSceneNode } from "./stream/ordinalTypes";
|
|
@@ -72,7 +72,7 @@ export { intentManifestFromRecipe, summarizeIntentManifest } from "./ai/intentMa
|
|
|
72
72
|
export type { IntentManifest, IntentManifestFromRecipeOptions } from "./ai/intentManifest";
|
|
73
73
|
export { useNavigationSync } from "./ai/useNavigationSync";
|
|
74
74
|
export type { UseNavigationSyncOptions, UseNavigationSyncResult } from "./ai/useNavigationSync";
|
|
75
|
-
export type { ChartContainerProps, ChartContainerHandle, ChartContainerMobileOptions, ChartNotification, ChartNotificationLevel, } from "./ChartContainer";
|
|
75
|
+
export type { ChartContainerProps, ChartContainerHandle, ChartContainerDataAudit, ChartContainerDataAuditOptions, ChartContainerMobileOptions, ChartNotification, ChartNotificationLevel, } from "./ChartContainer";
|
|
76
76
|
export type { MobileChartChip, MobileChartContainerProps, MobileChartDetailMode, } from "./MobileChartContainer";
|
|
77
77
|
export type { MobileStandardBrushControls, MobileStandardControlKind, MobileStandardControlLegendItem, MobileStandardControlRequest, MobileStandardControlsMode, MobileStandardControlsProps, MobileStandardLegendControls, MobileStandardZoomControls, UseMobileRangeControlsOptions, UseMobileRangeControlsResult, } from "./MobileStandardControls";
|
|
78
78
|
export type { MobileVisualizationContract } from "./charts/shared/auditMobileVisualization";
|
|
@@ -47,6 +47,26 @@ export interface RenderEvidence {
|
|
|
47
47
|
ariaLabel: string;
|
|
48
48
|
/** Stable warning codes (EMPTY_SCENE, NO_SCALES). */
|
|
49
49
|
warnings: string[];
|
|
50
|
+
/**
|
|
51
|
+
* The resolved margin Semiotic actually used — after auto-reservation for a
|
|
52
|
+
* legend, a title, or any other chrome that grows a side beyond the caller's
|
|
53
|
+
* input. This is ground truth for reconstructing the plot rectangle by
|
|
54
|
+
* hand (e.g. a caller hand-drawing an SSR overlay); it is exactly what the
|
|
55
|
+
* emitted SVG's `data-area` group is translated by.
|
|
56
|
+
*/
|
|
57
|
+
margin?: {
|
|
58
|
+
top: number;
|
|
59
|
+
right: number;
|
|
60
|
+
bottom: number;
|
|
61
|
+
left: number;
|
|
62
|
+
};
|
|
63
|
+
/** The plot rectangle after resolving `margin` against the outer `width`/`height`. */
|
|
64
|
+
plot?: {
|
|
65
|
+
x: number;
|
|
66
|
+
y: number;
|
|
67
|
+
width: number;
|
|
68
|
+
height: number;
|
|
69
|
+
};
|
|
50
70
|
}
|
|
51
71
|
/**
|
|
52
72
|
* Internal mutable slot threaded through the frame renderers. Only
|
|
@@ -85,6 +105,13 @@ interface BuildEvidenceInput {
|
|
|
85
105
|
edgeCount?: number;
|
|
86
106
|
legendItems?: number;
|
|
87
107
|
extraWarnings?: string[];
|
|
108
|
+
/** The resolved margin (after auto-reservation) the caller's frame used. */
|
|
109
|
+
margin?: {
|
|
110
|
+
top: number;
|
|
111
|
+
right: number;
|
|
112
|
+
bottom: number;
|
|
113
|
+
left: number;
|
|
114
|
+
};
|
|
88
115
|
}
|
|
89
116
|
/** Assemble evidence from a computed scene. Component name is stamped later
|
|
90
117
|
* by `renderChartWithEvidence`, which knows the HOC-level name. */
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
import type { ChartConfig } from "./serverChartConfigShared";
|
|
7
7
|
export declare const CHART_CONFIGS: {
|
|
8
8
|
Sparkline: ChartConfig;
|
|
9
|
+
BumpChart: ChartConfig;
|
|
9
10
|
LineChart: ChartConfig;
|
|
10
11
|
AreaChart: ChartConfig;
|
|
11
12
|
DifferenceChart: ChartConfig;
|
|
@@ -52,6 +53,7 @@ export declare const CHART_CONFIGS: {
|
|
|
52
53
|
CollisionSwarmChart: ChartConfig;
|
|
53
54
|
ProcessFlowChart: ChartConfig;
|
|
54
55
|
GauntletChart: ChartConfig;
|
|
56
|
+
CrucibleChart: ChartConfig;
|
|
55
57
|
PhysicalFlowChart: ChartConfig;
|
|
56
58
|
PhysicsCustomChart: ChartConfig;
|
|
57
59
|
};
|
|
@@ -5,5 +5,14 @@ export declare const physicsPileChart: ChartConfig;
|
|
|
5
5
|
export declare const collisionSwarmChart: ChartConfig;
|
|
6
6
|
export declare const processFlowChart: ChartConfig;
|
|
7
7
|
export declare const gauntletChart: ChartConfig;
|
|
8
|
+
/**
|
|
9
|
+
* Static CrucibleChart renders the same deterministic ledger used by the
|
|
10
|
+
* client HOC. A replay request settles at the terminal state for SSR (the
|
|
11
|
+
* client also hydrates from that reduced-motion snapshot); snapshot mode is
|
|
12
|
+
* the one deliberate way to request an authored intermediate instant.
|
|
13
|
+
* `paused`, `playbackRate`, and `rerunMS` govern wall-clock replay only and
|
|
14
|
+
* therefore cannot alter this static semantic state.
|
|
15
|
+
*/
|
|
16
|
+
export declare const crucibleChart: ChartConfig;
|
|
8
17
|
export declare const physicalFlowChart: ChartConfig;
|
|
9
18
|
export declare const physicsCustomChart: ChartConfig;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { type ChartConfig } from "./serverChartConfigShared";
|
|
2
2
|
export declare const bubbleChart: ChartConfig;
|
|
3
3
|
export declare const sparkline: ChartConfig;
|
|
4
|
+
export declare const bumpChart: ChartConfig;
|
|
4
5
|
export declare const lineChart: ChartConfig;
|
|
5
6
|
/** Static-data TemporalHistogram mapped onto the shared time-binned XY pipeline. */
|
|
6
7
|
export declare const temporalHistogram: ChartConfig;
|
|
@@ -7,6 +7,7 @@ import type { Datum, DatumValue } from "../charts/shared/datumTypes";
|
|
|
7
7
|
*/
|
|
8
8
|
import * as React from "react";
|
|
9
9
|
import type { SemioticTheme } from "../store/ThemeStore";
|
|
10
|
+
import type { AnnotationContext } from "../realtime/types";
|
|
10
11
|
import { type AutoPlaceAnnotations } from "../recipes/annotationLayout";
|
|
11
12
|
interface AnnotationScales {
|
|
12
13
|
x?: AnnotationScale;
|
|
@@ -46,6 +47,17 @@ export interface StaticAnnotationConfig {
|
|
|
46
47
|
yAccessor?: string;
|
|
47
48
|
/** Ordinal projection — determines whether r maps to x or y */
|
|
48
49
|
projection?: "vertical" | "horizontal" | "radial";
|
|
50
|
+
/**
|
|
51
|
+
* Custom SVG annotation renderer — same contract as the client
|
|
52
|
+
* `svgAnnotationRules` frame prop. When present, each annotation is
|
|
53
|
+
* offered to this rule first; returning `null`/`undefined` falls through
|
|
54
|
+
* to the built-in static type handlers. Without this, custom middle-
|
|
55
|
+
* marker / bulb overlays (and any other non-built-in annotation type)
|
|
56
|
+
* silently vanished from `renderChart` SVG.
|
|
57
|
+
*/
|
|
58
|
+
svgAnnotationRules?: (annotation: Datum, index: number, context: AnnotationContext) => React.ReactNode;
|
|
59
|
+
/** Chart data forwarded into the AnnotationContext for custom rules. */
|
|
60
|
+
annotationData?: Datum[];
|
|
49
61
|
}
|
|
50
62
|
/**
|
|
51
63
|
* Render annotations as static SVG elements.
|
|
@@ -45,14 +45,16 @@ export interface StaticLegendConfig {
|
|
|
45
45
|
hasTitle?: boolean;
|
|
46
46
|
/** SSR legend layout controls */
|
|
47
47
|
legendLayout?: LegendLayout;
|
|
48
|
-
/**
|
|
48
|
+
/** Gap in pixels between the legend and the plot/side gutter. Default: 10. */
|
|
49
|
+
legendDistance?: number;
|
|
50
|
+
/** Optional vertical placement-box override. Defaults to measured content. */
|
|
49
51
|
reservedWidth?: number;
|
|
50
52
|
/** Optional id namespace used for generated SVG ids */
|
|
51
53
|
idPrefix?: string;
|
|
52
54
|
}
|
|
53
55
|
export interface StaticLegendGroupsConfig extends Omit<StaticLegendConfig, "categories" | "colorScheme"> {
|
|
54
56
|
legendGroups: LegendGroup[];
|
|
55
|
-
/**
|
|
57
|
+
/** Optional vertical placement-box override. Defaults to measured content. */
|
|
56
58
|
reservedWidth?: number;
|
|
57
59
|
}
|
|
58
60
|
export interface StaticGradientLegendConfig extends Omit<StaticLegendConfig, "categories" | "colorScheme"> {
|
|
@@ -57,10 +57,10 @@ type StaticLegendHostProps = ThemeAwareProps & {
|
|
|
57
57
|
colorScheme?: string | string[] | Record<string, string>;
|
|
58
58
|
};
|
|
59
59
|
/**
|
|
60
|
-
* The client HOCs reserve a
|
|
61
|
-
* frame API
|
|
62
|
-
*
|
|
63
|
-
* side remains fully caller-controlled.
|
|
60
|
+
* The client HOCs reserve a minimum legend gutter before layout. The static
|
|
61
|
+
* frame API uses the same content measurement, while renderChart() marks HOC
|
|
62
|
+
* requests so both paths retain their compatibility floor. An explicitly set
|
|
63
|
+
* numeric side remains fully caller-controlled.
|
|
64
64
|
*/
|
|
65
65
|
export declare function hocLegendMarginMinimum(props: ThemeAwareProps, position: LegendPosition): number | undefined;
|
|
66
66
|
/** Whether the caller, rather than the HOC default, owns a legend side. */
|
|
@@ -3,7 +3,8 @@ import type { OnObservationCallback } from "../store/ObservationStore";
|
|
|
3
3
|
import { type OnAnnotationActivateCallback } from "../charts/shared/annotationActivation";
|
|
4
4
|
import * as React from "react";
|
|
5
5
|
import type { ReactNode } from "react";
|
|
6
|
-
import type {
|
|
6
|
+
import type { AnnotationContext } from "../realtime/types";
|
|
7
|
+
import type { LegendLayout, LegendValue } from "../types/legendTypes";
|
|
7
8
|
import { type AutoPlaceAnnotations } from "../recipes/annotationLayout";
|
|
8
9
|
interface GeoSVGOverlayProps {
|
|
9
10
|
width: number;
|
|
@@ -23,11 +24,7 @@ interface GeoSVGOverlayProps {
|
|
|
23
24
|
*/
|
|
24
25
|
showAxes?: boolean;
|
|
25
26
|
title?: string | ReactNode;
|
|
26
|
-
legend?:
|
|
27
|
-
legendGroups: LegendGroup[];
|
|
28
|
-
} | {
|
|
29
|
-
gradient: GradientLegendConfig;
|
|
30
|
-
};
|
|
27
|
+
legend?: LegendValue;
|
|
31
28
|
legendHoverBehavior?: (item: {
|
|
32
29
|
label: string;
|
|
33
30
|
} | null) => void;
|
|
@@ -45,6 +42,12 @@ interface GeoSVGOverlayProps {
|
|
|
45
42
|
chartId?: string;
|
|
46
43
|
chartType?: string;
|
|
47
44
|
autoPlaceAnnotations?: AutoPlaceAnnotations;
|
|
45
|
+
/**
|
|
46
|
+
* Custom SVG annotation renderer. Same contract as XY/ordinal
|
|
47
|
+
* `svgAnnotationRules`. Runs after geographic `coordinates` are projected
|
|
48
|
+
* to pixel `x`/`y`, so rules can use the shared pixel-scale context.
|
|
49
|
+
*/
|
|
50
|
+
svgAnnotationRules?: (annotation: Datum, index: number, context: AnnotationContext) => ReactNode;
|
|
48
51
|
pointNodes?: {
|
|
49
52
|
pointId?: string;
|
|
50
53
|
x: number;
|
|
@@ -57,10 +60,8 @@ interface GeoSVGOverlayProps {
|
|
|
57
60
|
/**
|
|
58
61
|
* The SVG chrome used by StreamGeoFrame.
|
|
59
62
|
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
* the subset Geo actually exercises here so those XY-only dependencies do not
|
|
63
|
-
* enter the Geo bundle.
|
|
63
|
+
* Contains the subset Geo exercises so XY-only scale, marginal-graphics, grid,
|
|
64
|
+
* and linked-crosshair dependencies do not enter the Geo bundle.
|
|
64
65
|
*/
|
|
65
66
|
export declare function GeoSVGOverlay(props: GeoSVGOverlayProps): React.JSX.Element | null;
|
|
66
67
|
export {};
|
|
@@ -2,7 +2,7 @@ import type { Datum } from "../charts/shared/datumTypes";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import type { ReactNode } from "react";
|
|
4
4
|
import type { NetworkLabel } from "./networkTypes";
|
|
5
|
-
import type {
|
|
5
|
+
import type { LegendLayout, LegendValue } from "../types/legendTypes";
|
|
6
6
|
import { type AutoPlaceAnnotations } from "../recipes/annotationLayout";
|
|
7
7
|
import type { AnnotationContext } from "../realtime/types";
|
|
8
8
|
import { type GlyphDef } from "./glyphDef";
|
|
@@ -56,11 +56,7 @@ export interface NetworkSVGOverlayProps {
|
|
|
56
56
|
/** Chart title */
|
|
57
57
|
title?: string | ReactNode;
|
|
58
58
|
/** Legend configuration */
|
|
59
|
-
legend?:
|
|
60
|
-
legendGroups: LegendGroup[];
|
|
61
|
-
} | {
|
|
62
|
-
gradient: GradientLegendConfig;
|
|
63
|
-
};
|
|
59
|
+
legend?: LegendValue;
|
|
64
60
|
legendHoverBehavior?: (item: {
|
|
65
61
|
label: string;
|
|
66
62
|
} | null) => void;
|
|
@@ -3,7 +3,7 @@ import * as React from "react";
|
|
|
3
3
|
import type { OrdinalScales } from "./ordinalTypes";
|
|
4
4
|
import type { AnnotationContext } from "../realtime/types";
|
|
5
5
|
import type { ReactNode } from "react";
|
|
6
|
-
import type {
|
|
6
|
+
import type { LegendLayout, LegendValue } from "../types/legendTypes";
|
|
7
7
|
import type { OnObservationCallback } from "../store/ObservationStore";
|
|
8
8
|
import { type OnAnnotationActivateCallback } from "../charts/shared/annotationActivation";
|
|
9
9
|
import { type AutoPlaceAnnotations } from "../recipes/annotationLayout";
|
|
@@ -38,11 +38,7 @@ interface OrdinalSVGOverlayProps {
|
|
|
38
38
|
axisExtent?: AxisExtentMode;
|
|
39
39
|
showGrid?: boolean;
|
|
40
40
|
title?: string | ReactNode;
|
|
41
|
-
legend?:
|
|
42
|
-
legendGroups: LegendGroup[];
|
|
43
|
-
} | {
|
|
44
|
-
gradient: GradientLegendConfig;
|
|
45
|
-
};
|
|
41
|
+
legend?: LegendValue;
|
|
46
42
|
legendHoverBehavior?: (item: {
|
|
47
43
|
label: string;
|
|
48
44
|
} | null) => void;
|
|
@@ -3,7 +3,7 @@ import * as React from "react";
|
|
|
3
3
|
import type { StreamScales, MarginalGraphicsConfig, XYFrameAxisConfig } from "./types";
|
|
4
4
|
import type { AnnotationContext } from "../realtime/types";
|
|
5
5
|
import type { ReactNode } from "react";
|
|
6
|
-
import type {
|
|
6
|
+
import type { LegendLayout, LegendValue } from "../types/legendTypes";
|
|
7
7
|
import { type AutoPlaceAnnotations } from "../recipes/annotationLayout";
|
|
8
8
|
import type { OnObservationCallback } from "../store/ObservationStore";
|
|
9
9
|
import { type OnAnnotationActivateCallback } from "../charts/shared/annotationActivation";
|
|
@@ -36,11 +36,7 @@ interface SVGOverlayProps {
|
|
|
36
36
|
axisExtent?: import("../charts/shared/axisExtent").AxisExtentMode;
|
|
37
37
|
showGrid?: boolean;
|
|
38
38
|
title?: string | ReactNode;
|
|
39
|
-
legend?:
|
|
40
|
-
legendGroups: LegendGroup[];
|
|
41
|
-
} | {
|
|
42
|
-
gradient: GradientLegendConfig;
|
|
43
|
-
};
|
|
39
|
+
legend?: LegendValue;
|
|
44
40
|
/** Callback when hovering a legend item */
|
|
45
41
|
legendHoverBehavior?: (item: {
|
|
46
42
|
label: string;
|
|
@@ -8,12 +8,8 @@ interface StalenessBadgeProps {
|
|
|
8
8
|
* `staleness.showBadge` is set.
|
|
9
9
|
*
|
|
10
10
|
* Shared by all four Stream Frames (XY / ordinal / network / geo) so the badge
|
|
11
|
-
* is pixel-identical across families.
|
|
12
|
-
*
|
|
13
|
-
* (10px/700, tighter padding, letterSpacing). This is the canonical style: the
|
|
14
|
-
* more legible 11px/600 the other three shared, plus `zIndex`/`pointerEvents`
|
|
15
|
-
* hardening so the badge always sits above the canvas and never intercepts
|
|
16
|
-
* pointer events.
|
|
11
|
+
* is pixel-identical across families. The badge sits above the canvas and does
|
|
12
|
+
* not intercept pointer events.
|
|
17
13
|
*/
|
|
18
14
|
export declare function StalenessBadge({ isStale, position }: StalenessBadgeProps): import("react").JSX.Element;
|
|
19
15
|
export {};
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Distance-cartogram projection of geo point scene nodes.
|
|
3
3
|
* Mutates point/line positions in place; returns layout metadata for overlays.
|
|
4
|
+
*
|
|
5
|
+
* Two encodings:
|
|
6
|
+
* - `radial` (default): pixel distance from center ∝ cost; bearing from geography
|
|
7
|
+
* - `strip`: 1D Langren-style cost axis — x ∝ cost, y collapsed to a baseline
|
|
8
|
+
* (sparkline-friendly; no map chrome)
|
|
4
9
|
*/
|
|
5
10
|
import type { DistanceCartogramConfig, GeoSceneNode } from "./geoTypes";
|
|
6
11
|
import type { StreamLayout } from "./types";
|
|
@@ -9,6 +14,8 @@ export type GeoCartogramLayout = {
|
|
|
9
14
|
cy: number;
|
|
10
15
|
maxCost: number;
|
|
11
16
|
availableRadius: number;
|
|
17
|
+
/** Active layout encoding — overlays branch on this. */
|
|
18
|
+
layout: "radial" | "strip";
|
|
12
19
|
};
|
|
13
20
|
/**
|
|
14
21
|
* Apply a distance cartogram transform to the scene.
|