semiotic 3.8.5 → 3.8.7
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 +37 -10
- package/README.md +83 -56
- package/ai/behaviorContracts.cjs +88 -3
- package/ai/componentMetadata.cjs +5 -10
- package/ai/dist/mcp-server.js +99 -10
- package/ai/examples.md +198 -9
- package/ai/schema.json +2002 -165
- package/ai/surface-manifest.json +14 -10
- package/ai/system-prompt.md +9 -3
- package/dist/{chunk-chartContainerDataAudit-74TLKIP6.module.min.js → chunk-chartContainerDataAudit-JDSVSKGM.module.min.js} +1 -1
- package/dist/chunk-chunk-2JGJ5GUG.module.min.js +1 -0
- package/dist/chunk-chunk-2YAZHXL4.module.min.js +2 -0
- package/dist/chunk-chunk-3NGIKFD6.module.min.js +1 -0
- package/dist/{chunk-chunk-G7WFWHAD.module.min.js → chunk-chunk-4ITOQRXM.module.min.js} +1 -1
- package/dist/chunk-chunk-5SD6BHVW.module.min.js +2 -0
- package/dist/chunk-chunk-6V5VQVCT.module.min.js +2 -0
- package/dist/chunk-chunk-7TTBHSAG.module.min.js +2 -0
- package/dist/chunk-chunk-7ZDJSYKI.module.min.js +2 -0
- package/dist/chunk-chunk-BGHPD3RA.module.min.js +1 -0
- package/dist/chunk-chunk-BMRZ2SPU.module.min.js +2 -0
- package/dist/chunk-chunk-BNGBEY7N.module.min.js +2 -0
- package/dist/chunk-chunk-C7APLVQD.module.min.js +2 -0
- package/dist/chunk-chunk-DGWFBOGB.module.min.js +1 -0
- package/dist/chunk-chunk-DIVE2DRA.module.min.js +2 -0
- package/dist/chunk-chunk-FBUNUIPV.module.min.js +2 -0
- package/dist/chunk-chunk-FQPKOAIH.module.min.js +2 -0
- package/dist/chunk-chunk-FRO4TRXK.module.min.js +2 -0
- package/dist/chunk-chunk-G7QVPZUD.module.min.js +2 -0
- package/dist/chunk-chunk-GBPYV4FP.module.min.js +2 -0
- package/dist/chunk-chunk-GU2EJIDJ.module.min.js +2 -0
- package/dist/chunk-chunk-J5QD4RAM.module.min.js +2 -0
- package/dist/{chunk-chunk-LJLS6DY7.module.min.js → chunk-chunk-JWXLNZSM.module.min.js} +1 -1
- package/dist/chunk-chunk-KXAFCCDB.module.min.js +2 -0
- package/dist/chunk-chunk-LG7YKJAK.module.min.js +2 -0
- package/dist/{chunk-chunk-I36PJ4OC.module.min.js → chunk-chunk-LVHDZAT3.module.min.js} +1 -1
- package/dist/chunk-chunk-LWITSR2O.module.min.js +2 -0
- package/dist/chunk-chunk-MX35T6RX.module.min.js +2 -0
- package/dist/chunk-chunk-NH4MEAKP.module.min.js +2 -0
- package/dist/chunk-chunk-NJETWX42.module.min.js +2 -0
- package/dist/chunk-chunk-NW25WGLS.module.min.js +2 -0
- package/dist/{chunk-chunk-TMWIZL3K.module.min.js → chunk-chunk-OI7R7EJB.module.min.js} +1 -1
- package/dist/chunk-chunk-ONMLEXHR.module.min.js +2 -0
- package/dist/chunk-chunk-OY66GCE6.module.min.js +1 -0
- package/dist/chunk-chunk-PZFT457G.module.min.js +1 -0
- package/dist/chunk-chunk-Q3WW6JGR.module.min.js +1 -0
- package/dist/chunk-chunk-Q6XKQTOQ.module.min.js +1 -0
- package/dist/chunk-chunk-RJRM2E6P.module.min.js +1 -0
- package/dist/chunk-chunk-RPL7WYXI.module.min.js +1 -0
- package/dist/chunk-chunk-SV4XAZ3Q.module.min.js +1 -0
- package/dist/chunk-chunk-TSCFL235.module.min.js +1 -0
- package/dist/chunk-chunk-UOQRPGPK.module.min.js +2 -0
- package/dist/chunk-chunk-V3OAKG32.module.min.js +1 -0
- package/dist/chunk-chunk-WLOIUMWG.module.min.js +2 -0
- package/dist/chunk-chunk-XEGXX4F7.module.min.js +1 -0
- package/dist/chunk-chunk-XFRBLXYM.module.min.js +1 -0
- package/dist/chunk-chunk-Z2AJERX5.module.min.js +2 -0
- package/dist/chunk-chunk-ZXYDYAB7.module.min.js +2 -0
- package/dist/components/ai/SemioticVACPBridge.d.ts +22 -0
- package/dist/components/ai/chartCapabilities.d.ts +5 -3
- package/dist/components/ai/conversationArc.d.ts +2 -176
- package/dist/components/ai/conversationArcTypes.d.ts +202 -0
- package/dist/components/ai/readerGrounding.d.ts +12 -0
- package/dist/components/ai/vacpAdapter.d.ts +13 -0
- package/dist/components/ai/vacpAdapterActions.d.ts +2 -0
- package/dist/components/ai/vacpAdapterModel.d.ts +7 -0
- package/dist/components/ai/vacpAdapterRuntime.d.ts +26 -0
- package/dist/components/ai/vacpAdapterState.d.ts +3 -0
- package/dist/components/ai/vacpAdapterTypes.d.ts +169 -0
- package/dist/components/ai/vacpTypes.d.ts +160 -0
- package/dist/components/charts/custom/XYCustomChart.d.ts +3 -0
- package/dist/components/charts/geo/DistanceCartogram.d.ts +1 -1
- package/dist/components/charts/index.d.ts +7 -4
- 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/ChainReactionChart.capability.d.ts +9 -0
- package/dist/components/charts/physics/ChainReactionChart.d.ts +29 -0
- package/dist/components/charts/physics/CollisionSwarmChart.d.ts +1 -1
- package/dist/components/charts/physics/EventDropChart.d.ts +7 -2
- package/dist/components/charts/physics/GaltonBoardChart.d.ts +1 -1
- package/dist/components/charts/physics/{PhysicsPileChart.capability.d.ts → PacketFlowChart.capability.d.ts} +1 -1
- package/dist/components/charts/physics/{PhysicalFlowChart.d.ts → PacketFlowChart.d.ts} +22 -6
- package/dist/components/charts/physics/PhysicsCustomChart.d.ts +1 -1
- package/dist/components/charts/physics/ProcessFlowChart.d.ts +7 -4
- package/dist/components/charts/physics/{PhysicalFlowChart.capability.d.ts → UnitPileChart.capability.d.ts} +1 -1
- package/dist/components/charts/physics/{PhysicsPileChart.d.ts → UnitPileChart.d.ts} +19 -6
- package/dist/components/charts/physics/crucibleChartProps.d.ts +1 -1
- package/dist/components/charts/physics/crucibleChartUtils.d.ts +9 -0
- package/dist/components/charts/physics/gauntletChartProps.d.ts +6 -1
- package/dist/components/charts/physics/gauntletTerminal.d.ts +61 -0
- package/dist/components/charts/physics/packetFlowSemantics.d.ts +6 -0
- package/dist/components/charts/physics/physicsHocUtils.d.ts +45 -2
- package/dist/components/charts/shared/auditAccessibilityStyles.d.ts +9 -0
- package/dist/components/charts/shared/chartSpecCore.d.ts +2 -4
- 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 +65 -0
- package/dist/components/charts/shared/useChartSetup.d.ts +12 -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/portability/capabilityBinding.d.ts +41 -0
- package/dist/components/data/portability/index.d.ts +2 -0
- package/dist/components/geometry/bumpRibbonGeometry.d.ts +36 -0
- package/dist/components/legendLayout.d.ts +75 -1
- package/dist/components/recipes/geographicDotGrid.d.ts +82 -0
- package/dist/components/recipes/geographicGrid.d.ts +100 -0
- package/dist/components/recipes/physics.d.ts +2 -0
- package/dist/components/recipes/physicsStageGeography.d.ts +137 -0
- package/dist/components/semiotic-ai.d.ts +6 -4
- package/dist/components/semiotic-experimental-vacp.d.ts +11 -0
- package/dist/components/semiotic-experimental.d.ts +6 -3
- package/dist/components/semiotic-geo.d.ts +5 -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 +10 -6
- package/dist/components/semiotic-realtime-core.d.ts +1 -0
- package/dist/components/semiotic-recipes-core.d.ts +6 -1
- package/dist/components/semiotic-server-edge.d.ts +1 -1
- package/dist/components/semiotic-server.d.ts +1 -1
- package/dist/components/semiotic-xy.d.ts +4 -0
- package/dist/components/semiotic.d.ts +4 -4
- package/dist/components/server/renderEvidence.d.ts +1 -1
- package/dist/components/server/renderToStaticSVG.d.ts +2 -1
- package/dist/components/server/serverChartConfigHeatmap.d.ts +6 -0
- package/dist/components/server/serverChartConfigNetworkStyles.d.ts +12 -0
- package/dist/components/server/serverChartConfigShared.d.ts +16 -0
- package/dist/components/server/serverChartConfigs.d.ts +3 -2
- package/dist/components/server/serverChartConfigsPhysics.d.ts +2 -2
- package/dist/components/server/serverChartConfigsXY.d.ts +1 -1
- package/dist/components/server/staticLegend.d.ts +10 -2
- package/dist/components/server/staticSVGChrome.d.ts +14 -6
- package/dist/components/server/staticValue.d.ts +8 -0
- package/dist/components/stream/GeoSVGOverlay.d.ts +4 -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/geoPipelineConfig.d.ts +10 -0
- package/dist/components/stream/geoTypes.d.ts +3 -6
- package/dist/components/stream/legendRenderer.d.ts +10 -6
- package/dist/components/stream/ordinalTypes.d.ts +7 -31
- package/dist/components/stream/physics/PhysicsEvidence.d.ts +37 -0
- package/dist/components/stream/physics/PhysicsKernel.d.ts +1 -0
- package/dist/components/stream/physics/PhysicsPipelineStore.d.ts +9 -0
- package/dist/components/stream/physics/PhysicsSVGOverlay.d.ts +2 -6
- package/dist/components/stream/physics/PhysicsSettledScene.d.ts +5 -0
- package/dist/components/stream/physics/StreamPhysicsTypes.d.ts +2 -6
- package/dist/components/stream/physics/physicsFramePipelineConfig.d.ts +19 -0
- package/dist/components/stream/physics/physicsPipelineSettle.d.ts +52 -0
- package/dist/components/stream/physics/physicsRegionRuntime.d.ts +23 -0
- 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 +34 -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 +31 -6
- package/dist/controls.min.js +1 -1
- package/dist/controls.module.min.js +1 -1
- 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.min.js +1 -1
- package/dist/semiotic-ai-core.module.min.js +1 -1
- package/dist/semiotic-ai.d.ts +6 -4
- package/dist/semiotic-ai.min.js +1 -1
- package/dist/semiotic-ai.module.min.js +1 -1
- package/dist/semiotic-data.module.min.js +1 -1
- package/dist/semiotic-experimental-vacp.d.ts +11 -0
- package/dist/semiotic-experimental-vacp.min.js +1 -0
- package/dist/semiotic-experimental-vacp.module.min.js +1 -0
- package/dist/semiotic-experimental.d.ts +6 -3
- package/dist/semiotic-experimental.min.js +2 -1
- package/dist/semiotic-experimental.module.min.js +2 -1
- package/dist/semiotic-geo.d.ts +5 -0
- package/dist/semiotic-network.d.ts +1 -0
- package/dist/semiotic-ordinal.d.ts +2 -0
- package/dist/semiotic-physics.d.ts +10 -6
- 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 +6 -1
- 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.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 +4 -4
- 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 +18 -2
- package/spec/README.md +94 -2
- package/spec/bindings/README.md +14 -3
- package/spec/v0.1/examples/annotation-provenance-reviewed-revision.json +27 -0
- package/spec/v0.1/examples/annotation-provenance-watcher-threshold.json +21 -0
- package/spec/v0.1/examples/audience-profile-executive-review.json +24 -0
- package/spec/v0.1/examples/audience-profile-incident-operators.json +42 -0
- package/spec/v0.1/examples/chart-capability-bar-comparison.json +48 -0
- package/spec/v0.1/examples/chart-capability-service-flow.json +54 -0
- package/dist/chunk-chunk-4AANPFOX.module.min.js +0 -2
- package/dist/chunk-chunk-5I3UZV4Q.module.min.js +0 -2
- package/dist/chunk-chunk-5RKXZQ2P.module.min.js +0 -1
- package/dist/chunk-chunk-74CCPVXB.module.min.js +0 -1
- package/dist/chunk-chunk-7ALTGHK6.module.min.js +0 -1
- package/dist/chunk-chunk-ANYDWOZF.module.min.js +0 -1
- package/dist/chunk-chunk-AVBI6GDT.module.min.js +0 -1
- package/dist/chunk-chunk-BANTPINB.module.min.js +0 -2
- package/dist/chunk-chunk-C4YA6TDR.module.min.js +0 -1
- package/dist/chunk-chunk-C57LR3YG.module.min.js +0 -1
- package/dist/chunk-chunk-CKMD5NV3.module.min.js +0 -2
- package/dist/chunk-chunk-CO5KQMGH.module.min.js +0 -1
- package/dist/chunk-chunk-CWQ5YIHX.module.min.js +0 -2
- package/dist/chunk-chunk-E6TXX6MI.module.min.js +0 -1
- package/dist/chunk-chunk-GMQ5AYTD.module.min.js +0 -1
- package/dist/chunk-chunk-JCG72SGW.module.min.js +0 -2
- package/dist/chunk-chunk-K3DMEW22.module.min.js +0 -1
- package/dist/chunk-chunk-KT2VAZMZ.module.min.js +0 -1
- package/dist/chunk-chunk-L6EA5V3G.module.min.js +0 -2
- package/dist/chunk-chunk-LJPCLYSC.module.min.js +0 -2
- package/dist/chunk-chunk-LRIFN2HK.module.min.js +0 -1
- package/dist/chunk-chunk-N5DDKCCF.module.min.js +0 -1
- package/dist/chunk-chunk-NEVE562N.module.min.js +0 -1
- package/dist/chunk-chunk-NLO44TOS.module.min.js +0 -2
- package/dist/chunk-chunk-PZJ2SBLL.module.min.js +0 -2
- package/dist/chunk-chunk-QSQVBIJA.module.min.js +0 -1
- package/dist/chunk-chunk-QUJ6TTLY.module.min.js +0 -1
- package/dist/chunk-chunk-RBIDBUT4.module.min.js +0 -2
- package/dist/chunk-chunk-RCF52Z42.module.min.js +0 -2
- package/dist/chunk-chunk-RFLAG356.module.min.js +0 -1
- package/dist/chunk-chunk-RPU4IZAV.module.min.js +0 -2
- package/dist/chunk-chunk-SKMBCFIL.module.min.js +0 -2
- package/dist/chunk-chunk-TAE7W424.module.min.js +0 -2
- package/dist/chunk-chunk-TUBMTZMU.module.min.js +0 -2
- package/dist/chunk-chunk-UFFEXJQY.module.min.js +0 -1
- package/dist/chunk-chunk-XSCHTS4D.module.min.js +0 -2
- package/dist/chunk-chunk-XXWSHGPL.module.min.js +0 -2
- package/dist/chunk-chunk-ZOAQDIJO.module.min.js +0 -1
- package/dist/chunk-chunk-ZXIXAPRE.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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{auditData as e}from"./chunk-chunk-DIVE2DRA.module.min.js";import{buildNavigationTree as t,describeChart as n,getChartRecipe as o,resolveCommunicativeAct as r}from"./chunk-chunk-GU2EJIDJ.module.min.js";import{closestMatch as a,validateArrayData as i,validateNetworkData as s,validateObjectData as c}from"./chunk-chunk-J5QD4RAM.module.min.js";import{annotationBudget as p,annotationDrawsConnector as l,annotationStableId as y,annotationType as u,isNoteAnnotation as b}from"./chunk-chunk-7ZDJSYKI.module.min.js";var g={BarChart:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},sort:{type:["boolean","string","function"]},barPadding:{type:"number"},roundedTop:{type:"number"},valueExtent:{type:"array"},styleRules:{type:"array"},gradientFill:{type:"object"},regression:{type:["boolean","string","object"]}}},StackedBarChart:{required:["data","stackBy"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},stackBy:{type:["string","function"]},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},normalize:{type:"boolean"},sort:{type:["boolean","string","function"]},barPadding:{type:"number"},roundedTop:{type:"number"},valueExtent:{type:"array"},styleRules:{type:"array"},gradientFill:{type:"object"}}},GroupedBarChart:{required:["data","groupBy"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},groupBy:{type:["string","function"]},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},sort:{type:["boolean","string","function"]},barPadding:{type:"number"},roundedTop:{type:"number"},valueExtent:{type:"array"},styleRules:{type:"array"},gradientFill:{type:"object"}}},SwarmPlot:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},sizeBy:{type:["string","function"]},sizeRange:{type:"array"},symbolBy:{type:["string","function"]},symbolMap:{type:"object"},pointRadius:{type:"number"},pointOpacity:{type:"number"},categoryPadding:{type:"number"},valueExtent:{type:"array"},brush:{type:"boolean"},onBrush:{type:"function"},linkedBrush:{type:["string","object"]}}},BoxPlot:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},showOutliers:{type:"boolean"},outlierRadius:{type:"number"},categoryPadding:{type:"number"},valueExtent:{type:"array"}}},Histogram:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},bins:{type:"number"},relative:{type:"boolean"},categoryPadding:{type:"number"},valueExtent:{type:"array"},brush:{type:"boolean"},onBrush:{type:"function"},linkedBrush:{type:["string","object"]}}},ViolinPlot:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},bins:{type:"number"},curve:{type:"string"},showIQR:{type:"boolean"},categoryPadding:{type:"number"},valueExtent:{type:"array"},brush:{type:"boolean"},onBrush:{type:"function"},linkedBrush:{type:["string","object"]}}},RidgelinePlot:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},bins:{type:"number"},amplitude:{type:"number"},categoryPadding:{type:"number"},valueExtent:{type:"array"}}},DotPlot:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},sort:{type:["boolean","string","function"]},dotRadius:{type:"number"},categoryPadding:{type:"number"},valueExtent:{type:"array"},regression:{type:["boolean","string","object"]}}},PieChart:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},startAngle:{type:"number"},cornerRadius:{type:"number"}}},DonutChart:{required:["data"],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},innerRadius:{type:"number"},centerContent:{type:["object","string","number"]},startAngle:{type:"number"},cornerRadius:{type:"number"}}},GaugeChart:{required:["value"],dataShape:"none",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},value:{type:"number"},min:{type:"number"},max:{type:"number"},thresholds:{type:"array"},gradientFill:{type:"object"},arcWidth:{type:"number"},cornerRadius:{type:"number"},sweep:{type:"number"},fillZones:{type:"boolean"},showNeedle:{type:"boolean"},needleColor:{type:"string"},valueFormat:{type:"function"},centerContent:{type:["object","string","number","function"]},showScaleLabels:{type:"boolean"},backgroundColor:{type:"string"}}},FunnelChart:{required:["data"],dataShape:"array",dataAccessors:["stepAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},stepAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},categoryAccessor:{type:["string","function"]},orientation:{type:"string",enum:["horizontal","vertical"]},connectorOpacity:{type:"number"}}},SwimlaneChart:{required:["subcategoryAccessor"],dataShape:"array",dataAccessors:["categoryAccessor","subcategoryAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},categoryAccessor:{type:["string","function"]},subcategoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},orientation:{type:"string",enum:["horizontal","vertical"]},barPadding:{type:"number"},roundedTop:{type:"number"},valueExtent:{type:"array"},trackFill:{type:["string","object"]},gradientFill:{type:"object"},brush:{type:"boolean"},onBrush:{type:"function"},linkedBrush:{type:["string","object"]}}},LikertChart:{required:[],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor","levelAccessor","countAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},categoryLabel:{type:"string"},valueLabel:{type:"string"},showCategoryTicks:{type:"boolean"},valueFormat:{type:"function"},categoryFormat:{type:"function"},data:{type:"array"},levels:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},levelAccessor:{type:["string","function"]},countAccessor:{type:["string","function"]},orientation:{type:"string",enum:["vertical","horizontal"]},barPadding:{type:"number"},valueExtent:{type:"array"}}},LineChart:{required:["data"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},lineBy:{type:["string","function"]},lineDataAccessor:{type:"string"},curve:{type:"string",enum:["linear","monotoneX","monotoneY","step","stepAfter","stepBefore","basis","cardinal","catmullRom"]},lineWidth:{type:"number"},showPoints:{type:"boolean"},pointRadius:{type:"number"},pointIdAccessor:{type:["string","function"]},fillArea:{type:"boolean"},areaOpacity:{type:"number"},lineGradient:{type:"object"},directLabel:{type:["boolean","object"]},gapStrategy:{type:"string",enum:["break","interpolate","zero"]},forecast:{type:"object"},anomaly:{type:"object"},band:{type:["object","array"]},xExtent:{type:"array"},yExtent:{type:"array"}}},BumpChart:{required:["data"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:["boolean","string"],enum:["series"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},lineBy:{type:["string","function"]},rankDirection:{type:"string",enum:["descending","ascending"]},ribbon:{type:"boolean"},curve:{type:"string",enum:["smooth","linear"]},ribbonSizeRange:{type:"array"},samplesPerSegment:{type:"number"},lineWidth:{type:"number"},highlightTop:{type:"number"},neutralColor:{type:"string"},ribbonOpacity:{type:"number"},lineOpacity:{type:"number"},showPoints:{type:"boolean"},pointRadius:{type:"number"},showLabels:{type:["boolean","string"],enum:["start","end","both"]},showAxes:{type:"boolean"},styleRules:{type:"array"},labelStyle:{type:["object","function"]}}},AreaChart:{required:["data"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},areaBy:{type:["string","function"]},lineDataAccessor:{type:"string"},curve:{type:"string",enum:["linear","monotoneX","monotoneY","step","stepAfter","stepBefore","basis","cardinal","catmullRom"]},y0Accessor:{type:["string","function"]},gradientFill:{type:"object"},semanticGradient:{type:"object"},semanticLine:{type:"boolean"},lineGradient:{type:"object"},areaOpacity:{type:"number"},showLine:{type:"boolean"},lineWidth:{type:"number"},showPoints:{type:"boolean"},pointRadius:{type:"number"},pointIdAccessor:{type:["string","function"]},forecast:{type:"object"},anomaly:{type:"object"},band:{type:["object","array"]},xExtent:{type:"array"},yExtent:{type:"array"}}},DifferenceChart:{required:[],dataShape:"array",dataAccessors:["xAccessor","seriesAAccessor","seriesBAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},data:{type:"array"},xAccessor:{type:["string","function"]},seriesAAccessor:{type:["string","function"]},seriesBAccessor:{type:["string","function"]},seriesALabel:{type:"string"},seriesBLabel:{type:"string"},seriesAColor:{type:"string"},seriesBColor:{type:"string"},showLines:{type:"boolean"},lineWidth:{type:"number"},showPoints:{type:"boolean"},pointRadius:{type:"number"},curve:{type:"string",enum:["linear","monotoneX","monotoneY","step","stepAfter","stepBefore","basis","cardinal","catmullRom"]},areaOpacity:{type:"number"},gradientFill:{type:"object"},xExtent:{type:"array"},yExtent:{type:"array"},pointIdAccessor:{type:["string","function"]},windowSize:{type:"number"}}},StackedAreaChart:{required:["data","areaBy"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},areaBy:{type:["string","function"]},lineDataAccessor:{type:"string"},curve:{type:"string",enum:["linear","monotoneX","monotoneY","step","stepAfter","stepBefore","basis","cardinal","catmullRom"]},areaOpacity:{type:"number"},showLine:{type:"boolean"},lineWidth:{type:"number"},showPoints:{type:"boolean"},pointRadius:{type:"number"},normalize:{type:"boolean"},baseline:{type:"string",enum:["zero","wiggle","silhouette","diverging"]},stackOrder:{type:"string",enum:["key","input","insideOut","asc","desc"]},pointIdAccessor:{type:["string","function"]},xExtent:{type:"array"},yExtent:{type:"array"}}},Scatterplot:{required:["data"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},sizeBy:{type:["string","function"]},sizeRange:{type:"array"},symbolBy:{type:["string","function"]},symbolMap:{type:"object"},pointRadius:{type:"number"},pointOpacity:{type:"number"},pointIdAccessor:{type:["string","function"]},marginalGraphics:{type:["object","function"]},xExtent:{type:"array"},yExtent:{type:"array"},regression:{type:["boolean","string","object"]},forecast:{type:"object"},anomaly:{type:"object"}}},BubbleChart:{required:["data","sizeBy"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},sizeBy:{type:["string","function"]},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},sizeRange:{type:"array"},bubbleOpacity:{type:"number"},bubbleStrokeWidth:{type:"number"},bubbleStrokeColor:{type:"string"},pointIdAccessor:{type:["string","function"]},marginalGraphics:{type:["object","function"]},xExtent:{type:"array"},yExtent:{type:"array"},regression:{type:["boolean","string","object"]}}},Heatmap:{required:["data"],dataShape:"array",dataAccessors:["xAccessor","yAccessor","valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:"string",enum:["blues","reds","greens","viridis","custom"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},customColorScale:{type:["object","function"]},showValues:{type:"boolean"},valueFormat:{type:"function"},cellBorderColor:{type:"string"},cellBorderWidth:{type:"number"},pointIdAccessor:{type:["string","function"]},xExtent:{type:"array"},yExtent:{type:"array"}}},QuadrantChart:{required:[],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},xCenter:{type:"number"},yCenter:{type:"number"},quadrants:{type:"object"},centerlineStyle:{type:"object"},showQuadrantLabels:{type:"boolean"},quadrantLabelSize:{type:"number"},sizeBy:{type:["string","function"]},sizeRange:{type:"array"},pointRadius:{type:"number"},pointOpacity:{type:"number"},pointIdAccessor:{type:["string","function"]}}},MultiAxisLineChart:{required:["series"],dataShape:"array",dataAccessors:["xAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},data:{type:"array"},xAccessor:{type:["string","function"]},series:{type:"array"},curve:{type:"string"},lineWidth:{type:"number"}}},CandlestickChart:{required:["highAccessor","lowAccessor"],dataShape:"array",dataAccessors:["xAccessor","highAccessor","lowAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},data:{type:"array"},xAccessor:{type:["string","function"]},highAccessor:{type:["string","function"]},lowAccessor:{type:["string","function"]},openAccessor:{type:["string","function"]},closeAccessor:{type:["string","function"]},candlestickStyle:{type:"object"},pointIdAccessor:{type:["string","function"]},xExtent:{type:"array"},yExtent:{type:"array"}}},ConnectedScatterplot:{required:["data"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},xLabel:{type:"string"},yLabel:{type:"string"},xFormat:{type:"function"},yFormat:{type:"function"},xScaleType:{type:"string",enum:["linear","log","time"]},yScaleType:{type:"string",enum:["linear","log","time"]},styleRules:{type:"array"},data:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},orderAccessor:{type:["string","function"]},orderLabel:{type:"string"},pointRadius:{type:"number"},pointIdAccessor:{type:["string","function"]},xExtent:{type:"array"},yExtent:{type:"array"},regression:{type:["boolean","string","object"]},forecast:{type:"object"},anomaly:{type:"object"}}},ScatterplotMatrix:{required:["data","fields"],dataShape:"array",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"array"},fields:{type:"array"}}},MinimapChart:{required:["data"],dataShape:"array",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"array"}}},ForceDirectedGraph:{required:["nodes","edges"],dataShape:"network",dataAccessors:["nodeIdAccessor","sourceAccessor","targetAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},styleRules:{type:"array"},nodes:{type:"array"},edges:{type:"array"},nodeIdAccessor:{type:["string","function"]},nodeIDAccessor:{type:["string","function"]},sourceAccessor:{type:["string","function"]},targetAccessor:{type:["string","function"]},nodeLabel:{type:["string","function"]},nodeSize:{type:["number","string","function"]},nodeSizeRange:{type:"array"},edgeWidth:{type:["number","string","function"]},edgeColor:{type:"string"},edgeOpacity:{type:"number"},nodeStroke:{type:"string"},nodeStrokeWidth:{type:"number"},iterations:{type:"number"},forceStrength:{type:"number"},layoutExecution:{type:"string",enum:["auto","worker","sync"]},layoutLoadingContent:{type:["boolean","object"]},onLayoutStateChange:{type:"function"},showLabels:{type:"boolean"}}},SankeyDiagram:{required:["edges"],dataShape:"network",dataAccessors:["sourceAccessor","targetAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},styleRules:{type:"array"},edges:{type:"array"},nodes:{type:"array"},sourceAccessor:{type:["string","function"]},targetAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},edgeColorBy:{type:["string","function"],enum:["source","target","gradient"]},orientation:{type:"string",enum:["vertical","horizontal"]},nodeAlign:{type:"string",enum:["justify","left","right","center"]},nodePaddingRatio:{type:"number"},nodeWidth:{type:"number"},nodeLabel:{type:["string","function"]},showLabels:{type:"boolean"},edgeOpacity:{type:"number"},edgeSort:{type:"function"}}},ProcessSankey:{required:["domain"],dataShape:"network",dataAccessors:["sourceAccessor","targetAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},edges:{type:"array"},nodes:{type:"array"},domain:{type:"array"},axisTicks:{type:"array"},sourceAccessor:{type:["string","function"]},targetAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},startTimeAccessor:{type:["string","function"]},endTimeAccessor:{type:["string","function"]},xExtentAccessor:{type:["string","function"]},edgeIdAccessor:{type:["string","function"]},pairing:{type:"string",enum:["value","temporal"]},packing:{type:"string",enum:["off","reuse"]},laneOrder:{type:"string",enum:["insertion","crossing-min","inside-out","crossing-min+inside-out"]},ribbonLane:{type:"string",enum:["source","target","both"]},lifetimeMode:{type:"string",enum:["full","half"]},showLaneRails:{type:"boolean"},showQualityReadout:{type:"boolean"},edgeOpacity:{type:"number"},timeFormat:{type:"function"},valueFormat:{type:"function"},showParticles:{type:"boolean"},particleStyle:{type:"object"}}},ChordDiagram:{required:["edges"],dataShape:"network",dataAccessors:["sourceAccessor","targetAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},styleRules:{type:"array"},edges:{type:"array"},nodes:{type:"array"},sourceAccessor:{type:["string","function"]},targetAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},edgeColorBy:{type:["string","function"],enum:["source","target"]},padAngle:{type:"number"},groupWidth:{type:"number"},sortGroups:{type:"function"},nodeLabel:{type:["string","function"]},showLabels:{type:"boolean"},edgeOpacity:{type:"number"}}},TreeDiagram:{required:["data"],dataShape:"object",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"object"},layout:{type:"string",enum:["tree","cluster","partition","treemap","circlepack"]},orientation:{type:"string",enum:["vertical","horizontal","radial"]},childrenAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},colorByDepth:{type:"boolean"},edgeStyle:{type:"string",enum:["line","curve"]},nodeLabel:{type:["string","function"]},showLabels:{type:"boolean"},nodeSize:{type:"number"}}},Treemap:{required:["data"],dataShape:"object",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"object"},childrenAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},colorByDepth:{type:"boolean"},showLabels:{type:"boolean"},nodeLabel:{type:["string","function"]},nodeStyle:{type:"function"}}},CirclePack:{required:["data"],dataShape:"object",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"object"},childrenAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},colorByDepth:{type:"boolean"},showLabels:{type:"boolean"},nodeLabel:{type:["string","function"]},circleOpacity:{type:"number"}}},OrbitDiagram:{required:["data"],dataShape:"object",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},data:{type:"object"},childrenAccessor:{type:["string","function"]},nodeIdAccessor:{type:["string","function"]},colorByDepth:{type:"boolean"},orbitMode:{type:["string","array"]},orbitSize:{type:["number","function"]},speed:{type:"number"},eccentricity:{type:["number","function"]},showRings:{type:"boolean"},nodeRadius:{type:["number","function"]},showLabels:{type:"boolean"},animated:{type:"boolean"},revolution:{type:"function"},foregroundGraphics:{type:"object"}}},ChoroplethMap:{required:["areas"],dataShape:"array",dataAccessors:["valueAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},styleRules:{type:"array"},areas:{type:["array","string"]},valueAccessor:{type:["string","function"]},projection:{type:"string"}}},ProportionalSymbolMap:{required:["points"],dataShape:"array",dataAccessors:["xAccessor","yAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},styleRules:{type:"array"},points:{type:"array"},xAccessor:{type:["string","function"]},yAccessor:{type:["string","function"]},sizeBy:{type:["string","function"]},sizeRange:{type:"array"},areas:{type:["array","string"]}}},FlowMap:{required:["flows"],dataShape:"array",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},flows:{type:"array"},nodes:{type:"array"},valueAccessor:{type:["string","function"]},lineIdAccessor:{type:["string","function"]},pointRadius:{type:"number"}}},DistanceCartogram:{required:["points"],dataShape:"array",dataAccessors:[],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},styleRules:{type:"array"},points:{type:"array"},center:{type:"array"},costAccessor:{type:["string","function"]},showRingLabels:{type:"boolean"},cartogramLayout:{type:"string",enum:["radial","strip"]}}},RealtimeLineChart:{required:[],dataShape:"realtime",dataAccessors:[],props:{size:{type:"array"},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},timeAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},windowSize:{type:"number"},windowMode:{type:"string",enum:["sliding","stepping"]},arrowOfTime:{type:"string",enum:["left","right"]},timeExtent:{type:"array"},valueExtent:{type:"array"},extentPadding:{type:"number"},showAxes:{type:"boolean"},background:{type:"string"},enableHover:{type:["boolean","object"]},tooltip:{type:["function","object"]},tooltipContent:{type:"function"},onHover:{type:"function"},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},svgAnnotationRules:{type:"function"},tickFormatTime:{type:"function"},tickFormatValue:{type:"function"},decay:{type:"object"},pulse:{type:"object"},staleness:{type:"object"},stroke:{type:"string"},strokeWidth:{type:"number"},strokeDasharray:{type:"string"},transition:{type:"object"}}},RealtimeHistogram:{required:["binSize"],dataShape:"realtime",dataAccessors:[],props:{size:{type:"array"},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},timeAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},windowSize:{type:"number"},windowMode:{type:"string",enum:["sliding","stepping"]},arrowOfTime:{type:"string",enum:["left","right"]},timeExtent:{type:"array"},valueExtent:{type:"array"},extentPadding:{type:"number"},showAxes:{type:"boolean"},background:{type:"string"},enableHover:{type:["boolean","object"]},tooltip:{type:["function","object"]},tooltipContent:{type:"function"},onHover:{type:"function"},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},svgAnnotationRules:{type:"function"},tickFormatTime:{type:"function"},tickFormatValue:{type:"function"},decay:{type:"object"},pulse:{type:"object"},staleness:{type:"object"},binSize:{type:"number"},direction:{type:"string",enum:["up","down"]},categoryAccessor:{type:["string","function"]},colors:{type:"object"},fill:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},gap:{type:"number"},brush:{type:["boolean","string","object"]},onBrush:{type:"function"},linkedBrush:{type:["string","object"]},transition:{type:"object"}}},TemporalHistogram:{required:["data","binSize"],dataShape:"array",dataAccessors:["timeAccessor","valueAccessor","categoryAccessor"],props:{data:{type:"array"},binSize:{type:"number"},size:{type:"array"},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},timeAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},direction:{type:"string",enum:["up","down"]},categoryAccessor:{type:["string","function"]},colors:{type:"object"},timeExtent:{type:"array"},valueExtent:{type:"array"},extentPadding:{type:"number"},showAxes:{type:"boolean"},background:{type:"string"},enableHover:{type:["boolean","object"]},tooltip:{type:["function","object"]},tooltipContent:{type:"function"},onHover:{type:"function"},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},svgAnnotationRules:{type:"function"},tickFormatTime:{type:"function"},tickFormatValue:{type:"function"},fill:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},gap:{type:"number"},linkedHover:{type:["boolean","string","object"]},linkedBrush:{type:["string","object"]},brush:{type:["boolean","string","object"]},onBrush:{type:"function"}}},RealtimeSwarmChart:{required:[],dataShape:"realtime",dataAccessors:[],props:{size:{type:"array"},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},timeAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},windowSize:{type:"number"},windowMode:{type:"string",enum:["sliding","stepping"]},arrowOfTime:{type:"string",enum:["left","right"]},timeExtent:{type:"array"},valueExtent:{type:"array"},extentPadding:{type:"number"},showAxes:{type:"boolean"},background:{type:"string"},enableHover:{type:["boolean","object"]},tooltip:{type:["function","object"]},tooltipContent:{type:"function"},onHover:{type:"function"},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},svgAnnotationRules:{type:"function"},tickFormatTime:{type:"function"},tickFormatValue:{type:"function"},decay:{type:"object"},pulse:{type:"object"},staleness:{type:"object"},categoryAccessor:{type:["string","function"]},colors:{type:"object"},radius:{type:"number"},fill:{type:"string"},opacity:{type:"number"},stroke:{type:"string"},strokeWidth:{type:"number"},pointStyle:{type:"function"},yScaleType:{type:"string",enum:["linear","log","symlog"]},transition:{type:"object"}}},RealtimeWaterfallChart:{required:[],dataShape:"realtime",dataAccessors:[],props:{size:{type:"array"},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},timeAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},windowSize:{type:"number"},windowMode:{type:"string",enum:["sliding","stepping"]},arrowOfTime:{type:"string",enum:["left","right"]},timeExtent:{type:"array"},valueExtent:{type:"array"},extentPadding:{type:"number"},showAxes:{type:"boolean"},background:{type:"string"},enableHover:{type:["boolean","object"]},tooltip:{type:["function","object"]},tooltipContent:{type:"function"},onHover:{type:"function"},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},svgAnnotationRules:{type:"function"},tickFormatTime:{type:"function"},tickFormatValue:{type:"function"},decay:{type:"object"},pulse:{type:"object"},staleness:{type:"object"},positiveColor:{type:"string"},negativeColor:{type:"string"},connectorStroke:{type:"string"},connectorWidth:{type:"number"},gap:{type:"number"},stroke:{type:"string"},strokeWidth:{type:"number"},transition:{type:"object"}}},RealtimeHeatmap:{required:[],dataShape:"realtime",dataAccessors:[],props:{size:{type:"array"},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},timeAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},windowSize:{type:"number"},windowMode:{type:"string",enum:["sliding","stepping"]},arrowOfTime:{type:"string",enum:["left","right"]},timeExtent:{type:"array"},valueExtent:{type:"array"},extentPadding:{type:"number"},showAxes:{type:"boolean"},background:{type:"string"},enableHover:{type:["boolean","object"]},tooltip:{type:["function","object"]},tooltipContent:{type:"function"},onHover:{type:"function"},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},svgAnnotationRules:{type:"function"},tickFormatTime:{type:"function"},tickFormatValue:{type:"function"},decay:{type:"object"},pulse:{type:"object"},staleness:{type:"object"},heatmapXBins:{type:"number"},heatmapYBins:{type:"number"},aggregation:{type:"string",enum:["count","sum","mean"]}}},GaltonBoardChart:{required:[],dataShape:"array",dataAccessors:["valueAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},styleRules:{type:"array"},valueAccessor:{type:["string","function"]},valueExtent:{type:"array"},bins:{type:"number"},mode:{type:"string",enum:["sample","mechanical"]},pegRows:{type:"number"},mechanicalCount:{type:"number"},branchProbability:{type:"number"},referenceLines:{type:["object","array"]},rerunMS:{type:["number","null"]},showProjection:{type:"boolean"}}},EventDropChart:{required:["data"],dataShape:"array",dataAccessors:["timeAccessor","arrivalAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},styleRules:{type:"array"},timeAccessor:{type:["string","function"]},arrivalAccessor:{type:["string","function"]},windows:{type:"object"},watermark:{type:["object","function"]},timeExtent:{type:"array"},timeScale:{type:"number"}}},UnitPileChart:{required:[],dataShape:"array",dataAccessors:["categoryAccessor","valueAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},styleRules:{type:"array"},categoryAccessor:{type:["string","function"]},valueAccessor:{type:["string","function"]},mode:{type:"string",enum:["sample","mechanical"]},mechanicalCount:{type:"number"},mechanicalCategories:{type:"array"},unitValue:{type:"number"},showProjection:{type:"boolean"},sediment:{type:"boolean"}}},CollisionSwarmChart:{required:[],dataShape:"array",dataAccessors:["xAccessor","groupAccessor","radiusAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},styleRules:{type:"array"},xAccessor:{type:["string","function"]},groupAccessor:{type:["string","function"]},radiusAccessor:{type:["string","function"]},pointRadius:{type:"number"},xExtent:{type:"array"},collisionIterations:{type:"number"},settle:{type:"boolean"},rerunMS:{type:["number","null"]},showProjection:{type:"boolean"}}},GauntletChart:{required:["negativeProperties"],dataShape:"array",dataAccessors:["idAccessor","positiveAccessor","negativeAccessor","metricsAccessor","startTimeAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},positiveProperties:{type:"array"},negativeProperties:{type:"array"},gates:{type:"array"},events:{type:["array","function"]},startTimeAccessor:{type:["string","function"]},onCapacityChange:{type:"function"},crashDetection:{type:"boolean"},rerunMS:{type:["number","null"]},showChrome:{type:"boolean"},showProjection:{type:"boolean"},showTethers:{type:"boolean"},coreForceMode:{type:"string",enum:["route","net"]},terminalBehavior:{type:"string",enum:["outcome","hold-last"]}}},CrucibleChart:{required:["data","phases"],dataShape:"array",dataAccessors:["idAccessor","labelAccessor","categoryAccessor","amountAccessor","metricsAccessor","initialStateAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:["number","string"]},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},phases:{type:"array"},products:{type:"array"},events:{type:"array"},outlets:{type:"array"},idAccessor:{type:["string","function"]},labelAccessor:{type:["string","function"]},categoryAccessor:{type:["string","function"]},amountAccessor:{type:["string","function"]},metricsAccessor:{type:["string","function"]},initialStateAccessor:{type:["string","function"]},metrics:{type:"object"},amountLabel:{type:"string"},conservation:{type:["boolean","object"]},projection:{type:"object"},playback:{type:"string",enum:["replay","snapshot"]},snapshotAt:{type:["number","object"]},controls:{type:["boolean","object"]},playbackRate:{type:"number"},rerunMS:{type:["number","null"]},bodyRadius:{type:"number"},radiusRange:{type:"array"},showBonds:{type:"boolean"},showChrome:{type:"boolean"},showProjection:{type:"boolean"},initialSpawnPacing:{type:"object"},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},onStateChange:{type:"function"},onCrucibleObservation:{type:"function"},onDiagnostic:{type:"function"},onConservation:{type:"function"},onClick:{type:"function"}}},ProcessFlowChart:{required:["stages"],dataShape:"array",dataAccessors:["idAccessor","stageAccessor","groupBy","workAccessor","radiusAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},stages:{type:"array"},stageAccessor:{type:["string","function"]},idAccessor:{type:["string","function"]},groupBy:{type:["string","function"]},groupLabelAccessor:{type:["string","function"]},workAccessor:{type:["string","function"]},radiusAccessor:{type:["string","function"]},groupCompletion:{type:"string",enum:["allAbsorbed","none"]},groupAnchorAlong:{type:"number"},showProjection:{type:"boolean"},showChrome:{type:"boolean"},settle:{type:"boolean"}}},PacketFlowChart:{required:[],dataShape:"network",dataAccessors:["nodeIdAccessor","nodeXAccessor","nodeYAccessor","sourceAccessor","targetAccessor","throughputAccessor","pathAccessor"],props:{mode:{type:"string",enum:["primary","context","sparkline","mobile"]},width:{type:"number"},height:{type:"number"},margin:{type:"object"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:"boolean"},enableHover:{type:"boolean"},showLegend:{type:"boolean"},legendInteraction:{type:"string",enum:["highlight","isolate","none"]},legendPosition:{type:"string",enum:["right","left","top","bottom"]},legend:{type:["array","object"]},showGrid:{type:"boolean"},colorBy:{type:["string","function"]},colorScheme:{type:["string","array","object"]},tooltip:{type:["boolean","function","object","string"]},annotations:{type:"array"},autoPlaceAnnotations:{type:["boolean","object"]},responsiveRules:{type:"array"},mobileSemantics:{type:"object"},mobileInteraction:{type:["boolean","object"]},axisExtent:{type:"string",enum:["nice","exact"]},animate:{type:["boolean","object"]},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},hoverHighlight:{type:"boolean"},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},color:{type:"string"},stroke:{type:"string"},strokeWidth:{type:"number"},opacity:{type:"number"},onObservation:{type:"function"},frameProps:{type:"object"},onClick:{type:"function"},size:{type:"array"},nodes:{type:"array"},links:{type:"array"},edges:{type:"array"},data:{type:"array"},nodeIdAccessor:{type:["string","function"]},nodeXAccessor:{type:["string","function"]},nodeYAccessor:{type:["string","function"]},sourceAccessor:{type:["string","function"]},targetAccessor:{type:["string","function"]},throughputAccessor:{type:["string","function"]},pathAccessor:{type:["string","function"]},coordinateMode:{type:"string",enum:["auto","normalized","pixels"]},particleRate:{type:"number"},maxParticles:{type:"number"},particleRadius:{type:"number"},flowSpeed:{type:"number"},pathConstraint:{type:"string",enum:["path","none"]},reducedMotion:{type:"boolean"},showStaticFlow:{type:"boolean"},showNodeLabels:{type:"boolean"},showSensors:{type:"boolean"},paused:{type:"boolean"},seed:{type:"number"}}},ChainReactionChart:{required:["data","taskIDAccessor","labelAccessor","laneAccessor","dependencyAccessor"],dataShape:"array",dataAccessors:["taskIDAccessor","labelAccessor","laneAccessor","dependencyAccessor","startAccessor","endAccessor","progressAccessor","statusAccessor","completionTimeAccessor","blockerAccessor","milestoneAccessor"],props:{data:{type:"array"},size:{type:"array"},width:{type:"number"},height:{type:"number"},className:{type:"string"},title:{type:"string"},description:{type:"string"},summary:{type:"string"},accessibleTable:{type:["boolean","object"]},chartId:{type:"string"},emphasis:{type:"string",enum:["primary","secondary"]},responsiveWidth:{type:"boolean"},responsiveHeight:{type:"boolean"},colorBy:{type:["string","function"]},seed:{type:"number"},ballRadius:{type:"number"},hoverRadius:{type:"number"},paused:{type:"boolean"},tooltip:{type:["boolean","function","object"]},frameProps:{type:"object"},taskIDAccessor:{type:["string","function"]},labelAccessor:{type:["string","function"]},laneAccessor:{type:["string","function"]},dependencyAccessor:{type:["string","function"]},startAccessor:{type:["string","function"]},endAccessor:{type:["string","function"]},progressAccessor:{type:["string","function"]},statusAccessor:{type:["string","function"]},completionTimeAccessor:{type:["string","function"]},blockerAccessor:{type:["string","function"]},milestoneAccessor:{type:["string","function"]},mode:{type:"string",enum:["snapshot","replay","mechanical"]},insight:{type:"string",enum:["none","blocker-amplification"]},currentTime:{type:["number","object"]},controls:{type:["boolean","array"]},mechanism:{type:"string",enum:["domino-ball"]},orientation:{type:"string",enum:["vertical"]},reducedMotion:{type:"string",enum:["settle"]},selectedTaskIDs:{type:"array"},onSelectionChange:{type:"function"},onObservation:{type:"function"}}},BigNumber:{required:[],dataShape:"none",dataAccessors:[],props:{width:{type:["number","string"]},height:{type:["number","string"]},className:{type:"string"},chartId:{type:"string"},description:{type:"string"},summary:{type:"string"},loading:{type:"boolean"},loadingContent:{type:["boolean","object"]},emptyContent:{type:["boolean","object"]},value:{type:"number"},label:{type:"string"},caption:{type:"string"},format:{type:["string","function"],enum:["number","currency","percent","compact","duration"]},locale:{type:"string"},currency:{type:"string"},precision:{type:"number"},prefix:{type:"string"},suffix:{type:"string"},unit:{type:"string"},comparison:{type:"object"},target:{type:"object"},delta:{type:"number"},deltaFormat:{type:["string","function"],enum:["number","currency","percent","compact","duration"]},showDeltaPercent:{type:"boolean"},direction:{type:"string",enum:["higher-is-better","lower-is-better","neutral"]},sentiment:{type:"string",enum:["auto","positive","negative","neutral"]},thresholds:{type:"array"},chartSlot:{type:["string","number","array","object","function"]},chartSize:{type:"number"},windowSize:{type:"number"},mode:{type:"string",enum:["tile","presentation","inline","thumbnail"]},align:{type:"string",enum:["start","center","end"]},padding:{type:["number","object"]},emphasis:{type:"string",enum:["primary","secondary"]},color:{type:"string"},background:{type:"string"},borderColor:{type:"string"},borderRadius:{type:["number","string"]},animate:{type:["boolean","object"]},stalenessThreshold:{type:"number"},staleLabel:{type:"string"},headerSlot:{type:["string","number","array","object","function"]},valueSlot:{type:["string","number","array","object","function"]},deltaSlot:{type:["string","number","array","object","function"]},trendSlot:{type:["string","number","array","object","function"]},footerSlot:{type:["string","number","array","object","function"]},onClick:{type:"function"},onObservation:{type:"function"}}}};function d(e,t){return(Array.isArray(t)?t:[t]).includes(Array.isArray(e)?"array":typeof e)}function m(e,t){const n=[];null!=t&&"object"==typeof t||(t={});const o=g[e];if(!o)return{valid:!1,errors:[`Unknown component "${e}". Valid components: ${Object.keys(g).join(", ")}`]};for(const r of o.required)null==t[r]&&n.push(`"${r}" is required for ${e}.`);"array"!==o.dataShape||!Object.prototype.hasOwnProperty.call(o.props,"data")||o.required.includes("data")||function(e,t){return"mechanical"===t.mode&&("GaltonBoardChart"===e||"UnitPileChart"===e)}(e,t)||null!=t.data||n.push(`"data" is required for ${e}.`);for(const[e,r]of Object.entries(t)){if(null==r)continue;const t=o.props[e];if(t){if(!d(r,t.type)){const o=Array.isArray(t.type)?t.type.join(" | "):t.type;n.push(`"${e}" should be ${o}, got ${Array.isArray(r)?"array":typeof r}.`);continue}t.enum&&"string"==typeof r&&!t.enum.includes(r)&&n.push(`"${e}" value "${r}" is not valid. Expected one of: ${t.enum.join(", ")}.`)}}const r=Object.keys(o.props),p=new Set(r);for(const o of Object.keys(t))if(void 0!==t[o]&&!p.has(o)){const t=a(o,r),i=t?`Unknown prop "${o}" for ${e}. Did you mean "${t}"?`:`Unknown prop "${o}" for ${e}. Valid props: ${r.join(", ")}.`;n.push(i)}if("array"===o.dataShape){const r=t.data,a={};for(const e of o.dataAccessors){const n=t[e];"string"==typeof n&&(a[e]=n)}const s=i({componentName:e,data:r,accessors:Object.keys(a).length>0?a:void 0});s&&n.push(s)}else if("object"===o.dataShape){const o=c({componentName:e,data:t.data});o&&n.push(o)}else if("network"===o.dataShape){const r=t.nodeIdAccessor??t.nodeIDAccessor??"id",a="string"==typeof r?{nodeIdAccessor:r}:void 0,i=s({componentName:e,nodes:t.nodes,edges:t.edges,nodesRequired:o.required.includes("nodes"),edgesRequired:o.required.includes("edges"),accessors:a});i&&n.push(i)}return"GaugeChart"===e&&n.push(...function(e){if(!Array.isArray(e.thresholds))return[];const t=[];return 0===e.thresholds.length&&t.push('"thresholds" for GaugeChart must contain at least one { value, color, label? } object.'),e.thresholds.forEach((e,n)=>{if(!e||"object"!=typeof e||Array.isArray(e))return void t.push(`"thresholds[${n}]" for GaugeChart should be an object with numeric "value" and string "color".`);const o=e;"number"==typeof o.value&&Number.isFinite(o.value)||t.push(`"thresholds[${n}].value" is required for GaugeChart and must be a finite number. BigNumber's "at" threshold key is not supported here.`),"string"==typeof o.color&&0!==o.color.length||t.push(`"thresholds[${n}].color" is required for GaugeChart and must be a non-empty string.`),void 0!==o.label&&"string"!=typeof o.label&&t.push(`"thresholds[${n}].label" for GaugeChart should be a string.`);const r=Object.keys(o).filter(e=>"value"!==e&&"color"!==e&&"label"!==e);r.length>0&&t.push(`"thresholds[${n}]" has unsupported GaugeChart key(s): ${r.join(", ")}. Use { value, color, label? }; { at, level } belongs to BigNumber.`)}),t}(t)),{valid:0===n.length,errors:n}}import{interpolateLab as h}from"d3-interpolate";function f(e){const t=e.unitValue??e.unit,n=e.icon??e.token;return{...e,...null!=t&&{unitValue:t},...null!=n&&{icon:n}}}function v(e,t={}){const n=[],o=e.tokenSemantics,r=e.countStrategy,a=t.maxRecommendedTokens??("fixed-denominator"!==r||function(e){const t=Number(e);return Number.isFinite(t)?Math.max(0,t):0}(e.denominator)>100?80:100);return o||n.push({code:"TOKEN_SEMANTICS_UNCLEAR",severity:"warning",message:"Every tokenized encoding should state what one token represents."}),r||n.push({code:"MISSING_COUNT_STRATEGY",severity:"warning",message:"Every tokenized encoding should state how token counts are produced."}),"icon"!==e.tokenType&&"glyph"!==e.tokenType||"icon-only"!==e.labelPolicy&&"token-only"!==e.labelPolicy||n.push({code:"ICON_ONLY_LABELS",severity:"warning",message:"Icons should supplement text labels, not replace them."}),null!=t.visibleTokens&&t.visibleTokens>a&&n.push({code:"TOO_MANY_VISIBLE_TOKENS",severity:"warning",message:`This encoding renders ${t.visibleTokens} visible tokens. Consider unitizing, sampling, or a hybrid bar/token view.`}),"decorative"!==o||"icon"!==e.tokenType&&"glyph"!==e.tokenType||n.push({code:"DECORATIVE_PICTOGRAPHS",severity:"warning",message:"Decorative pictographs can harm recall and speed when they do not clarify the data."}),"unitized-measure"===o&&r&&"unitized"!==r&&n.push({code:"TOKEN_STRATEGY_MISMATCH",severity:"warning",message:"Unitized measures should use the unitized count strategy so each token has a stable value."}),"risk-case"===o&&r&&"fixed-denominator"!==r&&n.push({code:"TOKEN_STRATEGY_MISMATCH",severity:"warning",message:"Risk cases are usually clearest as a fixed-denominator natural frequency."}),"possible-outcome"!==o&&"posterior-sample"!==o&&"hypothetical-case"!==o||!r||"quantile"===r||"sample"===r||"posterior-sample"===r||"random-sample"===r||n.push({code:"TOKEN_STRATEGY_MISMATCH",severity:"warning",message:"Outcome/sample tokens should come from quantiles or samples, not from a unitized magnitude."}),"unitized-measure"===o&&"unitized"===r&&null==e.unitValue&&null==e.unit&&n.push({code:"MISSING_UNIT_VALUE",severity:"warning",message:"Unitized measures should set unitValue so each token has a declared value."}),"unitized-measure"!==o||"unitized"!==r||e.unitMeaning||n.push({code:"MISSING_UNIT_MEANING",severity:"info",message:"Add unitMeaning so readers know what one full token represents."}),n}function A(e){return"measure"===e?"precise-comparison":"estimate probability"===e?"probability-estimation":"understand risk"===e?"risk-communication":"remember"===e?"memory":"decide"===e?"support-decision":e}function j(e){const t=A(e);return"precise-comparison"===t?["compare-categories","rank"]:"probability-estimation"===t?["distribution"]:"risk-communication"===t?["part-to-whole","distribution"]:"frequency-reasoning"===t?["distribution","compare-categories"]:"memory"===t||"editorial-engagement"===t?["compare-categories"]:"public-explanation"===t||"support-decision"===t?["distribution","compare-categories"]:["compare-categories"]}function x(e){const t=A(e.taskIntent),n="small"===(o=e.availableSpace)?25:"large"===o?100:50;var o;if("precise-comparison"===t)return{recommendedEncoding:"bar-or-line",rationale:"Use continuous position/length encodings when precise magnitude comparison is the primary task.",warnings:[],alternatives:["hybrid-bar-token","unitized-measure"]};if("probability-estimation"===t){const e={tokenType:"dot",tokenSemantics:"possible-outcome",countStrategy:"quantile",tokenCount:n,layout:"dotplot",labelPolicy:"text-plus-token"};return{recommendedEncoding:"quantile-dotplot",tokenEncoding:e,rationale:"This task asks readers to estimate probability from a distribution. Quantile tokens turn probability mass into countable possible outcomes.",warnings:v(e),alternatives:["cdf-with-threshold","density-with-threshold"]}}if("risk-communication"===t){const t={tokenType:e.concreteEntity?"icon":"dot",icon:e.concreteEntity,tokenSemantics:"risk-case",countStrategy:"fixed-denominator",denominator:100,layout:"waffle",labelPolicy:"text-plus-token"};return{recommendedEncoding:"fixed-denominator-icon-array",tokenEncoding:t,rationale:"Risk is often clearer as natural frequency: highlighted cases out of a fixed denominator.",warnings:v(t,{visibleTokens:100,maxRecommendedTokens:100}),alternatives:["labeled-percent","bar-with-risk-threshold"]}}if("memory"===t||"editorial-engagement"===t){const t={tokenType:e.concreteEntity?"glyph":"icon",icon:e.concreteEntity,tokenSemantics:"unitized-measure",countStrategy:"unitized",unitValue:1,layout:"grid",labelPolicy:"text-plus-token",unitMeaning:e.concreteEntity?"one token represents a unit of "+e.concreteEntity:"one token represents one unit"};return{recommendedEncoding:"semantic-isotype",tokenEncoding:t,rationale:"Semantic tokens are useful when the chart needs to make a topic concrete and memorable.",warnings:v(t),alternatives:["labeled-bar","hybrid-bar-token"]}}if("frequency-reasoning"===t||"public-explanation"===t||"support-decision"===t){const t={tokenType:e.concreteEntity?"icon":"dot",icon:e.concreteEntity,tokenSemantics:"distribution"===e.dataType?"possible-outcome":"unitized-measure",countStrategy:"distribution"===e.dataType?"quantile":"unitized",unitValue:"distribution"===e.dataType?void 0:1,tokenCount:n,layout:"distribution"===e.dataType?"dotplot":"bar-segment",labelPolicy:"text-plus-token",unitMeaning:"distribution"===e.dataType?void 0:"one token represents one unit interval"};return{recommendedEncoding:"hybrid-continuous-token",tokenEncoding:t,rationale:"A hybrid view preserves measurement while adding countable tokens for explanation and decisions.",warnings:v(t),alternatives:["bar-or-line","quantile-dotplot","fixed-denominator-icon-array"]}}return{recommendedEncoding:"bar-or-line",rationale:"Use continuous encodings unless the task needs frequency, risk, memory, or outcome reasoning.",warnings:[],alternatives:["unitized-measure","quantile-dotplot","fixed-denominator-icon-array"]}}function w(e){let t=e.replace(/^#/,"");/^[a-f\d]{3}$/i.test(t)&&(t=t.split("").map(e=>e+e).join(""));const n=t.match(/^([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i);if(!n)return null;const[o,r,a]=[parseInt(n[1],16)/255,parseInt(n[2],16)/255,parseInt(n[3],16)/255],i=e=>e>.03928?Math.pow((e+.055)/1.055,2.4):e/12.92;return.2126*i(o)+.7152*i(r)+.0722*i(a)}function C(e,t){const n=w(e),o=w(t);return null===n||null===o?null:(Math.max(n,o)+.05)/(Math.min(n,o)+.05)}var S=new Set(["TreeDiagram","Treemap","CirclePack","OrbitDiagram"]),k=new Set(["ForceDirectedGraph","SankeyDiagram","ChordDiagram"]),I=new Set(["BarChart","StackedBarChart","GroupedBarChart","AreaChart","StackedAreaChart"]),P=new Set(["LineChart","AreaChart","StackedAreaChart"]),T=new Set(["BarChart","StackedBarChart","GroupedBarChart","FunnelChart"]),E=new Set(["LineChart","AreaChart","StackedAreaChart","ConnectedScatterplot"]),R=new Set(["PieChart","DonutChart"]),L={PieChart:"valueAccessor",DonutChart:"valueAccessor",FunnelChart:"valueAccessor"},N=new Set(Object.keys(L)),O={StackedBarChart:"valueAccessor",StackedAreaChart:"yAccessor"},B=new Set(["BigNumber"]),H=new Set(["LineChart","AreaChart","DifferenceChart","StackedAreaChart","Scatterplot","ConnectedScatterplot","BubbleChart","QuadrantChart","MultiAxisLineChart","CandlestickChart","Heatmap","MinimapChart"]),$=new Set(["StreamPhysicsFrame","GaltonBoardChart","EventDropChart","UnitPileChart","CollisionSwarmChart","PacketFlowChart","ProcessFlowChart","PhysicsCustomChart"]),_=new Set(["OrbitDiagram",...$]),F=new Set(["GaltonBoardChart","EventDropChart","UnitPileChart","CollisionSwarmChart","PacketFlowChart","ProcessFlowChart","GauntletChart","CrucibleChart"]),D=new Set(["GaltonBoardChart","EventDropChart","UnitPileChart","CollisionSwarmChart","PacketFlowChart","ProcessFlowChart","GauntletChart","CrucibleChart","PhysicsCustomChart"]),W=new Set(["RealtimeLineChart","RealtimeHistogram","RealtimeSwarmChart","RealtimeWaterfallChart","RealtimeHeatmap","ProcessSankey"]),G=new Set(["MultiAxisLineChart"]),z=new Set(["ChoroplethMap","ProportionalSymbolMap","FlowMap","DistanceCartogram"]),M={Scatterplot:"pointRadius",BubbleChart:"pointRadius",ConnectedScatterplot:"pointRadius",QuadrantChart:"pointRadius",SwarmPlot:"pointRadius",DotPlot:"dotRadius"},U=["xExtent","yExtent","rExtent"];function q(e){const t=e instanceof Date?e.getTime():Number(e);return Number.isFinite(t)?t:null}function V(e,t,n){if("function"==typeof t)return t(e);const o="string"==typeof t?t:n;return e?.[o]}var Y=new Set(["category10","tableau10","set3","blues","reds","greens","oranges","purples","greys","viridis","plasma","inferno","magma","cividis","turbo"]),K=["xAccessor","yAccessor","timeAccessor","valueAccessor","categoryAccessor","colorBy","sizeBy","lineBy","areaBy","stackBy","groupBy","orderAccessor","y0Accessor","sourceAccessor","targetAccessor","nodeIdAccessor","nodeIDAccessor","childrenAccessor","costAccessor"];function X(e){return"object"==typeof e&&null!==e&&("tokenType"in e||"tokenSemantics"in e||"countStrategy"in e||"unitValue"in e||"unit"in e)}function J(e){return"number"==typeof e&&Number.isFinite(e)&&e>=0?e:void 0}function Q(e,t){const n=J(e.visibleTokens);if(null!=n)return n;const o=J(t.denominator);if("fixed-denominator"===t.countStrategy&&null!=o)return o;const r=J(t.tokenCount),a=J(t.maxTokens);return null!=r&&null!=a?Math.min(r,a):r??o??a}function Z(t,n){const o=[],r=m(t,function(e){const t={...e};return delete t.tokenEncoding,delete t.visibleTokens,X(t.encoding)&&delete t.encoding,t}(n));for(const e of r.errors)o.push({severity:"error",code:"VALIDATION",message:e,fix:""});if(!g[t])return{ok:0===o.length,diagnoses:o};!function(e,t,n){const o=g[e];if(o){if("array"===o.dataShape){const e=t.data;e&&Array.isArray(e)&&0===e.length&&n.push({severity:"error",code:"EMPTY_DATA",message:"data is an empty array — chart will render blank.",fix:"Provide at least one data point: data={[{ x: 1, y: 2 }]}."})}"network"===o.dataShape&&t.edges&&Array.isArray(t.edges)&&0===t.edges.length&&n.push({severity:"error",code:"EMPTY_EDGES",message:"edges is an empty array — network chart will render blank.",fix:'Provide at least one edge: edges={[{ source: "A", target: "B" }]}.'})}}(t,n,o),function(e,t,n){const o=t.width,r=t.height;if(void 0===o||"number"==typeof o&&o>0||n.push({severity:"error",code:"BAD_WIDTH",message:`width=${JSON.stringify(o)} — chart needs a positive number.`,fix:"Set width={600} or use responsiveWidth={true}."}),void 0===r||"number"==typeof r&&r>0||n.push({severity:"error",code:"BAD_HEIGHT",message:`height=${JSON.stringify(r)} — chart needs a positive number.`,fix:"Set height={400} or use responsiveHeight={true}."}),t.size&&Array.isArray(t.size)){const[e,o]=t.size;(null!=e&&0>=e||null!=o&&0>=o)&&n.push({severity:"error",code:"BAD_SIZE",message:`size=[${e}, ${o}] — both dimensions must be positive.`,fix:"Set size={[600, 400]}."})}}(0,n,o),function(e,t,n){const o=g[e];if(!o||"array"!==o.dataShape)return;const r=t.data;if(!r||!Array.isArray(r)||0===r.length)return;const a=r[0];if(!a||"object"!=typeof a)return;const i=Object.keys(a);for(const e of o.dataAccessors){const o=t[e];"string"==typeof o&&(o in a||n.push({severity:"error",code:"ACCESSOR_MISSING",message:`${e}="${o}" not found in data. Available fields: ${i.join(", ")}.`,fix:`Change ${e} to one of: ${i.map(e=>`"${e}"`).join(", ")}, or use a function: ${e}={d => d.myValue}.`}))}}(t,n,o),function(e,t,n){S.has(e)&&Array.isArray(t.data)&&n.push({severity:"error",code:"HIERARCHY_FLAT_ARRAY",message:e+" expects hierarchical data but received a flat array.",fix:'Pass a root object: data={{ name: "root", children: [...] }}. For flat data, use BarChart or LineChart.'})}(t,n,o),function(e,t,n){k.has(e)&&(t.edges||t.data||n.push({severity:"error",code:"NETWORK_NO_EDGES",message:e+" requires an edges prop.",fix:'Provide edges={[{ source: "A", target: "B", value: 10 }]}.'}))}(t,n,o),function(e,t,n){const o=g[e];if(!o||"array"!==o.dataShape)return;const r=t.data;if(!r||!Array.isArray(r)||0===r.length)return;const a=r[0];if(!a||"object"!=typeof a)return;const i=t.xAccessor;"string"==typeof i&&a[i]instanceof Date&&!t.xFormat&&n.push({severity:"warning",code:"DATE_NO_FORMAT",message:`xAccessor "${i}" contains Date objects but no xFormat is provided. Axis ticks may display "[object Object]".`,fix:"Add xFormat={d => d.toLocaleDateString()} or use timestamps (d.getTime()) instead of Date objects."})}(t,n,o),function(e,t,n){t.linkedHover&&!t.selection&&n.push({severity:"warning",code:"LINKED_HOVER_NO_SELECTION",message:"linkedHover is set but selection is not — this chart emits hover events but won't highlight from others.",fix:`Add selection={{ name: "${"object"==typeof t.linkedHover&&t.linkedHover.name||"hl"}" }} to receive cross-highlights.`})}(0,n,o),function(e,t,n){if(!I.has(e))return;const o=t.rExtent||t.yExtent||t.valueExtent;o&&Array.isArray(o)&&o.length>=1&&null!=o[0]&&0!==o[0]&&n.push({severity:"warning",code:"NON_ZERO_BASELINE",message:`${e} has a non-zero baseline (${o[0]}). Bar and area charts should start at zero to avoid exaggerating differences.`,fix:`Remove the custom extent minimum or set it to 0: rExtent={[0, ${o[1]??"auto"}]}. For trend-focused charts, use LineChart instead.`})}(t,n,o),function(e,t,n){if(!P.has(e))return;if(t.gapStrategy)return;const o=t.data;if(!o||!Array.isArray(o)||0===o.length)return;const r=t.yAccessor||"y";"string"==typeof r&&o.some(e=>{const t=e[r];return null==t||Number.isNaN(t)})&&n.push({severity:"warning",code:"DATA_GAPS",message:`Data contains null/undefined/NaN values in "${r}". Default behavior breaks the line at gaps.`,fix:'Set gapStrategy="break" (default), "interpolate", or "zero" to control gap handling.'})}(t,n,o),function(e,t,n){const o=t.width??600,r=t.height??400,a=t.margin;if(!a||"object"!=typeof a)return;const i=(a.left||0)+(a.right||0),s=(a.top||0)+(a.bottom||0);o>i||n.push({severity:"error",code:"MARGIN_OVERFLOW_H",message:`Horizontal margins (${i}px) >= width (${o}px) — no drawing area left.`,fix:"Reduce margin.left/right or increase width."}),r>s||n.push({severity:"error",code:"MARGIN_OVERFLOW_V",message:`Vertical margins (${s}px) >= height (${r}px) — no drawing area left.`,fix:"Reduce margin.top/bottom or increase height."})}(0,n,o);const a=e(t,n,void 0,{checkOutliers:!1}).diagnoses;for(const e of a)"EMPTY_DATA"===e.code&&o.some(e=>"EMPTY_DATA"===e.code||"EMPTY_EDGES"===e.code)||o.push(e);return function(e,t,n){if(!T.has(e))return;const o=t.barPadding;"number"==typeof o&&10>o&&n.push({severity:"warning",code:"BAR_PADDING_INVISIBLE",message:`barPadding=${o} is very small — bars may appear to have no spacing between them.`,fix:"Increase barPadding to at least 10 for visible gaps, e.g. barPadding={12}."})}(t,n,o),function(e,t,n){if("bottom"!==t.legendPosition)return;const o=t.margin;if(!o||"object"!=typeof o)return;const r=o.bottom;"number"==typeof r&&70>r&&n.push({severity:"warning",code:"BOTTOM_MARGIN_WITH_LEGEND",message:`legendPosition="bottom" uses the authoritative margin.bottom=${r}px — the legend may be clipped or overlap axis labels.`,fix:'Use margin={{ ...margin, bottom: "auto" }} or provide enough bottom margin for the legend, its legendDistance, and any desired outer padding.'})}(0,n,o),function(e,t,n){if(!t.showLegend)return;const o=t.legendPosition??"right";if("right"!==o&&"left"!==o)return;const r=t.margin;if(!r||"object"!=typeof r)return;const a=r[o];"number"==typeof a&&110>a&&n.push({severity:"warning",code:"LEGEND_MARGIN_TIGHT",message:`showLegend is true with legendPosition="${o}" and authoritative margin.${o}=${a}px — the legend may be clipped.`,fix:`Use margin={{ ...margin, ${o}: "auto" }} or provide enough ${o} margin for the measured legend width, its legendDistance, and any desired outer padding.`})}(0,n,o),function(e,t,n){if("Heatmap"!==e)return;const o=t.data;if(!o||!Array.isArray(o)||0===o.length)return;const r=o[0];if(r&&"object"==typeof r)for(const e of["xAccessor","yAccessor"]){const o=t[e];if("string"!=typeof o)continue;const a=r[o];"string"==typeof a&&n.push({severity:"warning",code:"HEATMAP_STRING_ACCESSOR",message:`${e}="${o}" resolves to string values (e.g. "${a}"). Heatmap will use categorical axis handling which may produce unexpected cell layout.`,fix:"If you intend categorical axes this is fine. Otherwise, convert values to numbers before passing data."})}}(t,n,o),function(e,t,n){const o=t.colorScheme;if(!o||!Array.isArray(o))return;const r="string"==typeof t.background?t.background:"#ffffff";if(!r.startsWith("#"))return;const a=[];for(const e of o){if("string"!=typeof e||!e.startsWith("#"))continue;const t=C(e,r);null!==t&&3>t&&a.push(`${e} (${t.toFixed(1)}:1)`)}a.length>0&&n.push({severity:"warning",code:"LOW_COLOR_CONTRAST",message:`${a.length} color(s) in colorScheme have < 3:1 contrast against background "${r}": ${a.join(", ")}. Data marks may be hard to see.`,fix:'Use darker colors on light backgrounds or lighter colors on dark backgrounds. Import COLOR_BLIND_SAFE_CATEGORICAL from "semiotic" for an accessible preset.'})}(0,n,o),function(e,t,n){const o=t.colorScheme;if(!o||!Array.isArray(o)||2>o.length)return;const r=o.filter(e=>"string"==typeof e&&e.startsWith("#"));if(2>r.length)return;const a=[];for(let e=0;r.length-1>e;e++){const t=C(r[e],r[e+1]);null!==t&&1.5>t&&a.push(`${r[e]} / ${r[e+1]} (${t.toFixed(1)}:1)`)}a.length>0&&n.push({severity:"warning",code:"LOW_ADJACENT_CONTRAST",message:`${a.length} adjacent color pair(s) in colorScheme have very similar luminance: ${a.join("; ")}. Categories may be hard to distinguish.`,fix:'Alternate light and dark colors in the scheme, or use COLOR_BLIND_SAFE_CATEGORICAL from "semiotic" for a pre-tested palette.'})}(0,n,o),function(e,t,n){const o=t.colorScheme;if("string"!=typeof o)return;const r=g[e];r?.props?.colorScheme?.enum||Y.has(o)||n.push({severity:"warning",code:"UNKNOWN_COLOR_SCHEME",message:`colorScheme "${o}" is not a recognized named scheme — the chart will fall back to the default palette.`,fix:`Use a known scheme name (${[...Y].join(", ")}) or pass an explicit color array, e.g. colorScheme={["#1f77b4", "#ff7f0e"]}.`})}(t,n,o),function(e,t,n){const o=g[e]?.props,r=e=>!!o?.[e]&&"string"==typeof t[e]&&t[e].trim().length>0,a=r("title"),i=r("description"),s=r("summary");a||i||s||n.push({severity:"warning",code:"MISSING_DESCRIPTION",message:"No title, description, or summary provided. Screen readers will fall back to a generic chart-type label.",fix:'Add a title="..." prop for a brief label, or description="..." for a detailed aria-label, or summary="..." for a screen-reader-only note describing the chart\'s purpose.'})}(t,n,o),function(e,t,n){const o=[];for(const e of K)"function"==typeof t[e]&&o.push(e);o.length>0&&n.push({severity:"warning",code:"FUNCTION_ACCESSOR",message:`Function accessor${o.length>1?"s":""} detected: ${o.join(", ")}. If defined inline (e.g. \`xAccessor={d => d.value}\`), every parent re-render creates a new reference; closures over changing values can force unnecessary scene rebuilds on resize/rotation.`,fix:'Use string accessors when possible (e.g. xAccessor="value"), or memoize with useCallback / define outside the component.'})}(0,n,o),function(e,t,n){const o=t.hoverRadius;"number"==typeof o&&o>0&&24>o&&!1!==t.enableHover&&(!1!==t.hoverAnnotation||t.tooltip||t.customHoverBehavior||t.customClickBehavior||t.onClick)&&n.push({severity:"warning",code:"TOUCH_TARGET_SMALL",message:`hoverRadius=${o}px is below the ~24px radius needed for reliable 48px touch targets on mobile screens.`,fix:"Use hoverRadius={24} or larger for touch-heavy views. Semiotic floors touch pointer hit testing to 24px, but explicit desktop-only radii should be documented."})}(0,n,o),function(e,t,n){!0===t.responsiveWidth&&!0===t.responsiveHeight&&n.push({severity:"warning",code:"RESPONSIVE_BOTH_AXES",message:"responsiveWidth and responsiveHeight are both true. On mobile this can create resize feedback loops when the parent height depends on chart content.",fix:"Prefer responsiveWidth={true} with a fixed parent height or size={[width, fixedHeight]}; use a ResizeObserver outside the chart if the height must follow aspect ratio."})}(0,n,o),function(e,t,n){if(!0!==t.showParticles)return;const o=t.particleStyle&&"object"==typeof t.particleStyle?t.particleStyle:{},r="number"==typeof o.maxPerLine?o.maxPerLine:void 0,a="number"==typeof o.spawnRate?o.spawnRate:void 0;("number"==typeof r&&r>20||"number"==typeof a&&a>.08)&&n.push({severity:"warning",code:"GEO_PARTICLE_MOBILE_COST",message:"Animated geo particles run a continuous canvas loop that can drain battery and trigger thermal throttling on mobile GPUs.",fix:"Set particleStyle={{ maxPerLine: 12, spawnRate: 0.06 }} for mobile-heavy views, or disable showParticles when reduced-motion or low-power modes are active."})}(0,n,o),function(e,t,n){const o=[];X(t.tokenEncoding)&&o.push({source:"tokenEncoding",encoding:t.tokenEncoding}),X(t.encoding)&&o.push({source:"encoding",encoding:t.encoding});for(const{source:e,encoding:r}of o){const o=Q(t,r);for(const t of v(r,{visibleTokens:o}))n.push({severity:"warning",code:"TOKEN_"+t.code,message:t.message,fix:"MISSING_UNIT_VALUE"===t.code?`Set ${e}.unitValue to the value represented by one full token.`:"MISSING_UNIT_MEANING"===t.code?`Set ${e}.unitMeaning so readers know what one full token represents.`:"MISSING_COUNT_STRATEGY"===t.code?`Set ${e}.countStrategy to actual, unitized, fixed-denominator, quantile, sample, posterior-sample, or random-sample.`:"TOKEN_SEMANTICS_UNCLEAR"===t.code?`Set ${e}.tokenSemantics to observed-unit, unitized-measure, risk-case, possible-outcome, posterior-sample, hypothetical-case, topic-anchor, or decorative.`:`Adjust ${e} so its semantics, strategy, labels, and visible token count match the task.`})}}(0,n,o),function(e,t,n){const o=Array.isArray(t.annotations)?t.annotations:null;if(o)for(const e of o){if(!e||"object"!=typeof e)continue;const t=u(e);if(!b(e)||"widget"===t)continue;const o=Math.hypot("number"==typeof e.dx?e.dx:0,"number"==typeof e.dy?e.dy:0),r="string"==typeof e.label?e.label:"string"==typeof e.title?e.title:t,a=l(e);!a&&o>120?n.push({severity:"warning",code:"ANNOTATION_FAR_NO_CONNECTOR",message:`Annotation "${r}" sits ~${Math.round(o)}px from its anchor with no connector — a reader can't tell what it refers to.`,fix:'Add a connector (connector: { end: "arrow" }, the label/callout default) or place the note adjacent to its target (smaller dx/dy).'}):a&&o>250&&n.push({severity:"warning",code:"ANNOTATION_LONG_CONNECTOR",message:`Annotation "${r}" uses a very long connector (~${Math.round(o)}px); prefer placing the note adjacent to its target when space allows.`,fix:"Reduce dx/dy so the note sits near its target, or keep the long connector only if proximity is genuinely infeasible."})}}(0,n,o),function(e,t,n){const o=Array.isArray(t.annotations)?t.annotations:null;if(!o)return;const r=o.filter(b).length;if(0===r)return;const a="number"==typeof t.width?t.width:600,i="number"==typeof t.height?t.height:400,s=p(a,i);Number.isFinite(s)&&r>s&&n.push({severity:"warning",code:"ANNOTATION_DENSITY",message:`${r} note annotations on a ${a}×${i} chart exceed the ~${s} notes the plot area carries comfortably — the chart may read as cluttered.`,fix:'Mark the essential notes emphasis: "primary" and let density management shed the rest (autoPlaceAnnotations: { density: true }), enable progressive disclosure to reveal secondary notes on hover, or give the chart more room.'})}(0,n,o),function(e,t,n){const o=Array.isArray(t.annotations)?t.annotations:null;if(o)for(const e of o)e&&"object"==typeof e&&"widget"===u(e)&&null!=e.content&&!y(e)&&n.push({severity:"warning",code:"ANNOTATION_INTERACTIVE_ID",message:"An interactive widget annotation has no stable id, so its activation cannot be normalized or replayed reliably.",fix:"Add id, stableId, or provenance.stableId to the widget annotation. Do not identify interactive annotations by array index."})}(0,n,o),function(e,t,n){for(const e of U){const o=t[e];if(!Array.isArray(o)||2>o.length)continue;const[r,a]=o;"number"==typeof r&&"number"==typeof a&&r>a&&n.push({severity:"warning",code:"INVERTED_AXIS",message:`${e}=[${r}, ${a}] is descending — the axis renders inverted, so "up" reads as less. Inverted axes are a classic misleading-design pattern unless the inversion is the point.`,fix:`Order the extent ascending (${e}={[${a}, ${r}]}). If the inversion is deliberate (e.g. rank #1 at top), say so in the title or an annotation so readers aren't misled.`})}}(0,n,o),function(e,t,n){if("MultiAxisLineChart"!==e)return;const o=t.series;if(!Array.isArray(o)||2!==o.length)return;const r=o.filter(e=>!e||"object"!=typeof e||"string"!=typeof e.label||0===e.label.trim().length);r.length>0&&n.push({severity:"warning",code:"DUAL_AXIS_UNLABELED",message:`Dual-axis chart with ${r.length} unlabeled series. Two y-scales invite false equivalence between the lines; without per-series labels a reader can't tell which scale is whose.`,fix:'Give every series a label: series={[{ yAccessor: "a", label: "Revenue ($)" }, { yAccessor: "b", label: "Users" }]} — and consider whether two separate charts read more honestly.'})}(t,n,o),function(e,t,n){if(!P.has(e))return;const o=t.xExtent;if(!Array.isArray(o)||2>o.length)return;const[r,a]=o;if("number"!=typeof r||"number"!=typeof a||r>=a)return;const i=t.data;if(!i||!Array.isArray(i)||4>i.length)return;const s=t.xAccessor??"x";if("string"!=typeof s)return;let c=1/0,p=-1/0;for(const e of i){const t=e?.[s];"number"==typeof t&&Number.isFinite(t)&&(c>t&&(c=t),t>p&&(p=t))}if(!Number.isFinite(c)||!Number.isFinite(p)||c>=p)return;const l=p-c,y=Math.max(0,Math.min(a,p)-Math.max(r,c))/l;.7>y&&n.push({severity:"warning",code:"CHERRY_PICKED_WINDOW",message:`xExtent=[${r}, ${a}] shows only ~${Math.round(100*y)}% of the data's x range [${c}, ${p}] — a trend cropped to a favorable window is a classic misleading-design pattern.`,fix:'Widen xExtent to cover the data, filter the data itself so the chart shows what it has, or annotate the visible window ("Q4 only") so the cropping is explicit.'})}(t,n,o),o.some(e=>"NEGATIVE_VALUE"===e.code||"NEGATIVE_NORMALIZED_VALUE"===e.code)||function(e,t,n){const o=L[e],r=O[e];if(!o&&!r)return;if(r&&!t.normalize)return;const a=o??r,i=t[a],s="string"==typeof i?i:"yAccessor"===a?"y":"value",c=t.data;if(!c||!Array.isArray(c)||0===c.length)return;const p=c.filter(e=>{const t=e?.[s];return"number"==typeof t&&0>t});p.length>0&&n.push({severity:o?"error":"warning",code:"PART_TO_WHOLE_NEGATIVE",message:`${p.length} negative value(s) in "${s}" — a part-to-whole encoding cannot represent negative parts${o?"; slice angles/areas for negatives are meaningless":"; normalized shares distort when parts are negative"}.`,fix:o?"Filter or transform negative values first, or switch to a BarChart/WaterfallChart, which encode signed values honestly.":"Drop normalize for signed data, or use a diverging BarChart so negative contributions read as negative."})}(t,n,o),function(e,t,n){E.has(e)&&"basis"===t.curve&&n.push({severity:"warning",code:"NON_PASSING_CURVE",message:'curve="basis" draws a B-spline that does NOT pass through your data points — rendered values differ from actual values everywhere except the endpoints.',fix:'Use curve="monotoneX" or curve="catmullRom" (both interpolate through every point), or keep "basis" only for deliberately schematic, clearly-labeled smoothing.'})}(t,n,o),function(e,t,n){if("LineChart"!==e&&"AreaChart"!==e)return;if("sparkline"===t.mode)return;if(t.responsiveWidth||t.responsiveHeight)return;const o="number"==typeof t.width?t.width:600,r="number"==typeof t.height?t.height:400;if(0>=o||0>=r)return;const a=o/r;if(a>8||.25>a){const e=a>8?"flattens":"exaggerates";n.push({severity:"warning",code:"EXTREME_ASPECT_RATIO",message:`${o}×${r} (${a.toFixed(1)}:1) is an extreme aspect ratio that ${e} the slopes a reader perceives — aspect-ratio distortion is a documented misleading-design pattern.`,fix:a>8?'Use a more balanced aspect (e.g. width/height between 1 and 3), or set mode="sparkline" if this is genuinely a sparkline strip.':"Use a more balanced aspect (e.g. width/height between 1 and 3); very tall trend charts overstate every change."})}}(t,n,o),function(e,t,n){if(!R.has(e))return;const o=t.data;if(!o||!Array.isArray(o)||0===o.length)return;const r=t.categoryAccessor,a="string"==typeof r?r:"category",i=new Set;for(const e of o){const t=e?.[a];null!=t&&i.add(t)}i.size>8&&n.push({severity:"warning",code:"PIE_TOO_MANY_SLICES",message:i.size+" slices — angle judgments degrade rapidly past ~8 categories (Cleveland & McGill), and thin slices become unreadable and unlabelable.",fix:`Use a BarChart or DotPlot for ${i.size} categories, or group the long tail into an "Other" slice before charting.`})}(t,n,o),function(e,t,n){if(D.has(e)){if("GaltonBoardChart"===e){const e=t.bins;"number"==typeof e&&2>e&&n.push({severity:"error",code:"PHYSICS_BAD_BINS",message:`bins=${e} leaves no meaningful settled projection for a Galton board.`,fix:"Use at least two bins; 8-24 bins is a practical range for physics distributions."});const o=q(t.branchProbability);null!=t.branchProbability&&(null==o||0>o||o>1)&&n.push({severity:"error",code:"PHYSICS_BAD_BRANCH_PROBABILITY",message:`branchProbability=${t.branchProbability+""} must be between 0 and 1.`,fix:"Use branchProbability={0.5} for a balanced Galton board, or bias it within the [0, 1] range."});const r=q(t.mechanicalCount);null==t.mechanicalCount||null!=r&&r>0||n.push({severity:"error",code:"PHYSICS_BAD_MECHANICAL_COUNT",message:`mechanicalCount=${t.mechanicalCount+""} cannot generate a mechanical Galton board.`,fix:"Use a positive mechanicalCount, for example 96."})}if("EventDropChart"===e){const e=t.windows,o=e&&"object"==typeof e?q(e.size):null;null==o||o>0||n.push({severity:"error",code:"PHYSICS_BAD_WINDOW_SIZE",message:`windows.size=${o} cannot form event-time barriers.`,fix:"Set windows={{ size: positiveNumber }} so each event can settle into a real time window."}),"number"!=typeof t.timeScale||t.timeScale>0||n.push({severity:"error",code:"PHYSICS_BAD_TIME_SCALE",message:`timeScale=${t.timeScale} prevents arrival replay from advancing.`,fix:"Use a positive timeScale, or omit it for the default pace."});const r=Array.isArray(t.data)?t.data:[];if(r.length>0){const e=t.timeAccessor||"time",o=t.arrivalAccessor||"arrivalTime";r.some(t=>{const n=q(V(t,e,"time")),r=q(V(t,o,"arrivalTime"));return null!=n&&null!=r&&n!==r})||n.push({severity:"warning",code:"PHYSICS_EVENTDROP_NO_ARRIVAL_SPREAD",message:"EventDropChart data does not show distinct arrival times, so the physics replay collapses to event order.",fix:"Provide an arrivalAccessor field with event-arrival times when demonstrating lateness, watermarks, or out-of-order streams."})}}if("UnitPileChart"===e){const e=q(t.mechanicalCount);null==t.mechanicalCount||null!=e&&e>0||n.push({severity:"error",code:"PHYSICS_BAD_MECHANICAL_COUNT",message:`mechanicalCount=${t.mechanicalCount+""} cannot generate a mechanical pile chart.`,fix:"Use a positive mechanicalCount, for example 80."}),"mechanical"===t.mode&&Array.isArray(t.mechanicalCategories)&&0===t.mechanicalCategories.length&&n.push({severity:"error",code:"PHYSICS_EMPTY_MECHANICAL_CATEGORIES",message:"mechanicalCategories=[] leaves no containers for the generated unit pile.",fix:"Provide at least one category label, or omit mechanicalCategories for the default set."});const o=q(t.unitValue??1)??1;if(0>=o)return void n.push({severity:"error",code:"PHYSICS_BAD_UNIT_VALUE",message:`unitValue=${t.unitValue} cannot unitize values into physical bodies.`,fix:"Set unitValue to a positive number represented by one body."});const r=t.valueAccessor||"value",a=(Array.isArray(t.data)?t.data:[]).reduce((e,t)=>{const n=q(V(t,r,"value"))??0;return e+Math.max(0,Math.round(n/o))},0);a>1500&&n.push({severity:"warning",code:"PHYSICS_BODY_BUDGET",message:`UnitPileChart would create about ${a} live bodies; motion may dominate the chart and stress the frame budget.`,fix:"Increase unitValue, cap visible units, or aggregate before rendering so the settled projection remains readable."})}if("CollisionSwarmChart"===e){if((q(t.pointRadius??5)??5)>0||n.push({severity:"error",code:"PHYSICS_BAD_POINT_RADIUS",message:`pointRadius=${t.pointRadius} cannot produce collision bodies.`,fix:"Use a positive pointRadius, for example 5."}),(q(t.collisionIterations??6)??6)>0||n.push({severity:"error",code:"PHYSICS_BAD_COLLISION_ITERATIONS",message:`collisionIterations=${t.collisionIterations} disables collision relaxation.`,fix:"Use at least one collision iteration; 4-8 is a practical range for swarms."}),null!=t.xExtent){const e=Array.isArray(t.xExtent)?t.xExtent:[],o=q(e[0]),r=q(e[1]);(2>e.length||null==o||null==r)&&n.push({severity:"error",code:"PHYSICS_BAD_X_EXTENT",message:"xExtent must be a numeric [min, max] pair for CollisionSwarmChart.",fix:"Pass xExtent={[min, max]} or omit it so the chart infers the domain from data."})}const e=Array.isArray(t.data)?t.data:[];e.length>1200&&n.push({severity:"warning",code:"PHYSICS_BODY_BUDGET",message:`CollisionSwarmChart would create ${e.length} live bodies; collision relaxation may dominate the frame budget.`,fix:"Sample, aggregate, reduce point radius, or move to a static SwarmPlot when every row does not need a physical body."});const o=t.groupAccessor;if(e.length>0&&o){const t=new Set;for(const n of e){const e=V(n,o,"group");null!=e&&t.add(e)}t.size>12&&n.push({severity:"warning",code:"PHYSICS_TOO_MANY_SWARM_LANES",message:`CollisionSwarmChart has ${t.size} group lanes, which leaves little vertical room for collision separation.`,fix:"Facet or filter groups, or use an ordinary SwarmPlot/BoxPlot for dense grouped comparison."})}}if("GaltonBoardChart"!==e&&"UnitPileChart"!==e&&"CollisionSwarmChart"!==e&&"ProcessFlowChart"!==e&&"EventDropChart"!==e||(null!=t.massBy||null!=t.massAccessor||t.frameProps&&"object"==typeof t.frameProps&&null!=t.frameProps.bodyMassBy)&&n.push({severity:"warning",code:"PHYSICS_DATA_IN_DYNAMICS",message:e+" appears to map a data field to mass/dynamics. Mass is not a readable quantitative channel.",fix:"Encode quantities in spawn position, bin, size, color, or glyph — keep mass/friction/restitution as process texture. Use showProjection for the truth layer."}),"UnitPileChart"!==e&&"GaltonBoardChart"!==e&&"CollisionSwarmChart"!==e&&"ProcessFlowChart"!==e&&"CrucibleChart"!==e||!1!==t.showProjection||n.push({severity:"warning",code:"PHYSICS_NO_PROJECTION",message:e+" has showProjection={false}. Without a settled projection, motion is easy to over-read as data.",fix:"Keep showProjection enabled (default) so the chart collapses to a legible static reading, or document why the process alone is the claim."}),"ProcessFlowChart"===e){const e=Array.isArray(t.stages)?t.stages:[];if(0===e.length)n.push({severity:"error",code:"PROCESS_FLOW_MISSING_STAGES",message:"ProcessFlowChart requires a non-empty stages array.",fix:'Provide stages={[{ id: "coding", force: 12 }, { id: "merged", absorb: true }]}.'});else{e.some(e=>!e||null==e.id||""===(e.id+"").trim())&&n.push({severity:"error",code:"PROCESS_FLOW_BAD_STAGE",message:"Every ProcessFlowChart stage needs a stable id.",fix:'Use stages like { id: "review", label: "Review", capacity: { unitsPerSecond: 4 } }.'});const o=e.filter(e=>e?.absorb).length;t.groupBy&&0===o&&n.push({severity:"warning",code:"PROCESS_FLOW_GROUP_NO_ABSORB",message:"groupBy is set but no stage has absorb: true, so all-members completion cannot resolve.",fix:'Mark a terminal stage with absorb: true (e.g. merged), or set groupCompletion="none".'})}}if("GauntletChart"===e&&(Array.isArray(t.negativeProperties)||n.push({severity:"warning",code:"GAUNTLET_MISSING_NEGATIVE_PROPERTIES",message:"GauntletChart usually needs negativeProperties for drag/cost bodies (empty array is ok if intentional).",fix:'Provide negativeProperties={[{ id: "cost", label: "Cost", load: 1 }]} or explicitly pass [].'})),"CrucibleChart"===e){const e=Array.isArray(t.phases)?t.phases:[],o=Array.isArray(t.products)?t.products:[],r=Array.isArray(t.events)?t.events:[],a=Array.isArray(t.outlets)?t.outlets:[];0===e.length?n.push({severity:"error",code:"CRUCIBLE_MISSING_PHASES",message:"CrucibleChart requires an authored, non-empty phases array; a treatment program cannot be inferred from flat data.",fix:'Provide phases={[{ id: "charge", label: "Charge", duration: 1, motion: "charge" }]}.'}):e.some(e=>!e||null==e.id||""===(e.id+"").trim()||null==q(e.duration)||0>=Number(e.duration))&&n.push({severity:"error",code:"CRUCIBLE_BAD_PHASE",message:"Every CrucibleChart phase needs a stable id and a positive finite duration.",fix:'Use phases like { id: "assay", label: "Assay", duration: 2, motion: "mix" }.'}),0===o.length&&n.push({severity:"warning",code:"CRUCIBLE_NO_PRODUCTS",message:"CrucibleChart has no declared product molds. Products are never discovered from collisions or source fields.",fix:'Declare products={[{ id: "accepted", label: "Accepted", outletId: "product" }]} when the treatment forms an output.'}),0===r.length&&n.push({severity:"warning",code:"CRUCIBLE_NO_EVENTS",message:"CrucibleChart has no authored events, so its phases cannot transform, combine, split, or route the charge.",fix:"Supply an explicit events array; do not ask the chart or an AI layer to infer a treatment from the rows."}),Array.isArray(t.outlets)||n.push({severity:"warning",code:"CRUCIBLE_IMPLICIT_OUTLETS",message:"CrucibleChart is using generic default outlets rather than domain-specific destinations.",fix:"Provide reason-labelled outlets and reference their ids from products, complete-product, and eject effects."});const i=new Set(o.map(e=>e?.id).filter(e=>null!=e).map(String)),s=new Set(["product","retained","residue","failed","recovered",...a.map(e=>e?.id).filter(e=>null!=e).map(String)]),c=new Set,p=new Set;for(const e of r)if(e&&Array.isArray(e.effects))for(const t of e.effects){if(!t||"object"!=typeof t)continue;const e=t.type;if("combine"!==e&&"contribute"!==e&&"complete-product"!==e||null==t.productId||i.has(t.productId+"")||c.add(t.productId+""),"split"===e&&Array.isArray(t.products))for(const e of t.products)null==e?.productId||i.has(e.productId+"")||c.add(e.productId+"");null==t.outletId||s.has(t.outletId+"")||p.add(t.outletId+"")}c.size>0&&n.push({severity:"error",code:"CRUCIBLE_UNKNOWN_PRODUCT",message:`CrucibleChart events reference undeclared product molds: ${[...c].sort().join(", ")}.`,fix:"Declare every referenced product id in products; do not create product definitions implicitly inside events."}),p.size>0&&n.push({severity:"error",code:"CRUCIBLE_UNKNOWN_OUTLET",message:`CrucibleChart events reference undeclared outlets: ${[...p].sort().join(", ")}.`,fix:"Declare every domain outlet in outlets and reuse its stable id in authored effects."});const l=q(t.playbackRate);null==t.playbackRate||null!=l&&l>0||n.push({severity:"error",code:"CRUCIBLE_BAD_PLAYBACK_RATE",message:`playbackRate=${t.playbackRate+""} cannot advance the authored CrucibleChart tape.`,fix:"Use a positive playbackRate such as 0.5 for half speed or 2 for double speed."});const y=q(t.rerunMS);null==t.rerunMS||null!=y&&y>=0||n.push({severity:"error",code:"CRUCIBLE_BAD_RERUN_MS",message:`rerunMS=${t.rerunMS+""} must be a finite non-negative delay or null.`,fix:"Use rerunMS={3000}, rerunMS={0}, or omit the prop for a single run."})}if("GaltonBoardChart"===e||"CollisionSwarmChart"===e||"ProcessFlowChart"===e||"EventDropChart"===e||"CrucibleChart"===e){const o=Array.isArray(t.data)?t.data:[],r=q(t.mechanicalCount)??0,a=o.length>0?o.length:r;a>2500&&n.push({severity:"warning",code:"PHYSICS_BODY_BUDGET",message:`${e} may spawn ~${Math.round(a)} live bodies, which can overwhelm the simulation loop.`,fix:"Lower mechanicalCount / unitize with a larger unitValue, enable sediment/windowSize, or sample the data before spawn."})}}}(t,n,o),{ok:o.every(e=>"warning"===e.severity),diagnoses:o}}var ee=["title","description","summary"];function te(e){return"string"==typeof e&&e.trim().length>0}var ne=new Set(["#0072b2","#e69f00","#009e73","#cc79a7","#56b4e9","#d55e00","#f0e442","#000000"]);function oe(e){return"primary"===e?.emphasis||"secondary"===e?.emphasis||null!=function(e){const t=e?.provenance?.confidence;return"number"==typeof t&&Number.isFinite(t)?t:null}(e)}function re(e){const t=e.toLowerCase().replace(/[^a-z]/g,"");if(!t)return 0;if(3>=t.length)return 1;const n=t.replace(/(?:[^laeiouy]es|ed|[^laeiouy]e)$/,"").replace(/^y/,"").match(/[aeiouy]{1,2}/g);return n?n.length:1}function ae(e){return e.physics&&"object"==typeof e.physics?e.physics:{}}function ie(e,t,n={}){const r=[],a=o(e),i=$.has(e),s=!!g[e]||!!a||i,c=!0===n.inChartContainer,p=!0===n.describe,y=!0===n.navigable,d=B.has(e),m=S.has(e),{hasTitle:h,hasDescription:f,hasSummary:v,unsupportedFinding:A}=function(e,t){const n=g[e]?.props,o=e=>!!n?.[e],r=ee.filter(e=>te(t[e])&&!o(e));return{hasTitle:o("title")&&te(t.title),hasDescription:o("description")&&te(t.description),hasSummary:o("summary")&&te(t.summary),unsupportedFinding:r.length>0?{id:"understandable.unsupported-description-prop",principle:"understandable",heuristic:"Descriptive text is connected to the rendered chart",critical:!0,status:"warn",message:`Useful ${r.join(" and ")} text was supplied, but ${1===r.length?"that prop is":"those props are"} not supported by ${e}'s declared chart API and cannot be credited as rendered accessibility text.`,fix:"Use the component's declared title, description, and summary props when available; for richer generated description or navigation, use ChartContainer with chartConfig plus describe and/or navigable."}:void 0}}(e,t),j=!1!==t.accessibleTable&&!d,x=h||f||v,w=function(e){return!1!==e.tooltip||null!=e.onClick||null!=e.brush||null!=e.onBrush||null!=e.selection||null!=e.linkedHover||null!=e.linkedBrush}(t),k=function(e){const t=ae(e),n=e.controls&&"object"==typeof e.controls?e.controls:{};return!0===e.pauseControl||!0===t.pauseControl||!0===n.pause||"function"==typeof n.pause}(t),I=i,P=function(e){const t=ae(e);return!0===e.settledProjection||!0===t.settledProjection}(t)||F.has(e)&&j,T=function(e){const t=ae(e);return!0===e.reducedMotionSettle||"settle"===e.reducedMotion||!0===t.reducedMotionSettle||"settle"===t.reducedMotion}(t)||I,E=Array.isArray(t.annotations)?t.annotations.filter(e=>!!e&&"object"==typeof e):[],R=s?"pass":"manual",L=s?"":` (unrecognized component "${e}" — verify manually that the built-in applies)`;if(A&&r.push(A),r.push(function(e){const t={id:"perceivable.low-contrast",principle:"perceivable",heuristic:"Low contrast",critical:!0},n=e.colorScheme,o="string"==typeof e.background?e.background:null;if(o&&!o.startsWith("#"))return{...t,status:"manual",message:`Background "${o}" isn't a hex literal (theme/CSS variable) — contrast can't be verified statically.`,fix:'Pass a hex `background` (e.g. "#ffffff"/"#000000"), or verify contrast manually once the theme resolves.'};const r=o??"#ffffff";if(!Array.isArray(n))return{...t,status:"manual",message:"Mark colors come from the theme/CSS variables — contrast can't be verified statically.",fix:"Confirm geometries/large text have ≥ 3:1 and regular text ≥ 4.5:1 contrast against the background."};const a=[];let i=0;for(const e of n){if("string"!=typeof e||!e.startsWith("#"))continue;const t=C(e,r);null!=t&&(i++,3>t&&a.push(`${e} (${t.toFixed(1)}:1)`))}return 0===i?{...t,status:"manual",message:"colorScheme has no parseable hex colors to check.",fix:"Verify contrast manually for non-hex colors."}:a.length>0?{...t,status:"fail",message:`${a.length} color(s) fall below 3:1 contrast vs ${r}: ${a.join(", ")}.`,fix:"Darken (light background) or lighten (dark background) those colors, or use COLOR_BLIND_SAFE_CATEGORICAL."}:{...t,status:"pass",message:`All ${i} checked colorScheme color(s) meet ≥ 3:1 contrast vs ${r}.`}}(t)),r.push({id:"perceivable.content-only-visual",principle:"perceivable",heuristic:"Content is only visual",critical:!0,...d?{status:"pass",message:"BigNumber renders its value as real text with an ARIA label — available without vision."}:j?{status:"pass",message:"A screen-reader data table + live region expose the data non-visually (accessibleTable is on)."}:f&&v?{status:"manual",message:"accessibleTable is off; a description + summary are present. Verify they convey everything the chart shows.",fix:"Re-enable accessibleTable, or confirm via screen reader that the text alternative is complete."}:{status:"fail",message:"accessibleTable is disabled and there's no full text alternative — the data is only available visually.",fix:"Remove accessibleTable={false}, or provide a complete description/summary plus a data table."}}),r.push({id:"perceivable.small-text",principle:"perceivable",heuristic:"Small text size",critical:!0,status:"pass",message:"Semiotic's default tick and axis-label fonts are 12px, meeting Chartability's 9pt/12px floor.",fix:"If a theme or override lowers --semiotic-tick-font-size below 12px, raise it back for low-vision audiences."}),r.push({id:"perceivable.seizure-risk",principle:"perceivable",heuristic:"Visual presents seizure risk",critical:!0,...null!=t.pulse||_.has(e)?{status:"manual",message:"Pulse/continuous animation is in use. Confirm nothing flashes more than 3×/sec, especially saturated red.",fix:"Avoid red flashes and rapid (>3 Hz) flicker; reduced-motion is auto-honored, but verify the default presentation."}:{status:"manual",message:"No flashing detected statically. Confirm no element flashes more than 3×/sec.",fix:"Manual check — most static charts pass trivially."}}),null!=t.colorBy){const e=!0===t.directLabel||!0===t.showLabels,n=function(e){return!!Array.isArray(e.styleRules)&&e.styleRules.some(e=>{if("object"!=typeof e||null===e)return!1;const t=e.style;if("object"!=typeof t||null===t||Array.isArray(t))return!1;const n=t.fill;return"object"==typeof n&&null!==n&&"hatch"===n.type})}(t);r.push({id:"perceivable.color-alone",principle:"perceivable",heuristic:"Color is used alone to communicate meaning",critical:!1,...e?{status:"pass",message:"Categories are encoded by color (colorBy) and also directly labeled, so color isn't the only channel."}:{status:"warn",message:n?"Categories use colorBy and this config authors a HatchFill through styleRules, but a static audit cannot prove those rules give every category a distinct non-color cue. Semiotic does not automatically assign per-category textures.":"Categories are encoded by color (colorBy) with no declared redundant channel. Semiotic supports author-supplied HatchFill patterns through styleRules, but this config has no statically visible HatchFill descriptor and there is no automatic per-category texture assignment.",fix:n?"Verify every category remains distinguishable with color removed; add direct labels where hatching is incomplete, keep categories ≤ ~7, and use a CVD-safe palette.":"Add direct labels (directLabel on LineChart/AreaChart, showLabels on network/hierarchy) or category-targeted styleRules with distinct HatchFill descriptors; keep categories ≤ ~7 and use a CVD-safe palette."}});const o=function(e){if(!Array.isArray(e))return!1;const t=e.filter(e=>"string"==typeof e&&e.startsWith("#")).map(e=>e.toLowerCase());return t.length>0&&t.every(e=>ne.has(e))}(t.colorScheme);r.push({id:"perceivable.cvd-safe",principle:"perceivable",heuristic:"Not CVD-friendly",critical:!1,...o?{status:"pass",message:"colorScheme uses Semiotic's Wong colorblind-safe palette."}:{status:"manual",message:"Color encodes meaning; statically we can't confirm the palette is colorblind-safe.",fix:'Use COLOR_BLIND_SAFE_CATEGORICAL from "semiotic", or test your scheme with Viz Palette / Chroma.'}}),r.push({id:"flexible.textures-adjustable",principle:"flexible",heuristic:"Contrast and textures cannot be adjusted",critical:!1,status:"warn",message:n?"This config uses an author-supplied HatchFill through styleRules, but Semiotic has no automatic, theme-aware per-category texture channel or user-facing texture toggle.":"Semiotic supports author-supplied HatchFill patterns through styleRules, but this config has no statically visible HatchFill descriptor; there is no automatic, theme-aware per-category texture channel or user-facing texture toggle.",fix:n?"Verify the authored hatches cover every meaningful category and remain legible in the active theme; pair them with direct labels and a CVD-safe palette.":"Use category-targeted styleRules with distinct HatchFill descriptors or direct labels so the encoding survives color removal. Contrast itself is themeable via CSS variables."})}{const e=E.filter(b);if(e.length>0){const n=t.autoPlaceAnnotations,o="object"==typeof n&&null!==n&&!0===n.redundantCues,a=e.filter(e=>{if("string"!=typeof e.color)return!1;const t=u(e),n=o&&"text"===t;return!(l(e)||n)});r.push({id:"perceivable.annotation-association",principle:"perceivable",heuristic:"Color is used alone to communicate meaning",critical:!1,...0===a.length?{status:"pass",message:"No annotation relies on color alone to indicate its target — wherever color is used, a connector, enclosure, or reference-line cue is present too."}:{status:"warn",message:`${a.length} of ${e.length} annotation(s) carry a color but no connector, enclosure, or reference-line cue, so a color-blind or non-visual reader can't tie them to their target (the correspondence problem).`,fix:"Add a connector (the label/callout default), place the note adjacent to its target, enclose the target, or enable autoPlaceAnnotations: { redundantCues: true } to give colored text notes a leader line — don't rely on color matching alone."}})}}r.push({id:"operable.single-input-modality",principle:"operable",heuristic:"Interaction modality only has one input type",critical:!0,...s?{status:"pass",message:"Built-in keyboard navigation (arrows/Home/End/PageUp-Down/Enter) mirrors mouse hover."}:{status:"manual",message:`Can't confirm keyboard support for "${e}".`,fix:"Verify Tab + arrow-key operation."}});{const e=[];null==t.brush&&null==t.onBrush||e.push("brushing"),!0===t.zoomable&&e.push("zoom/pan"),"isolate"!==t.legendInteraction&&"highlight"!==t.legendInteraction||e.push("legend filtering"),e.length>0&&r.push({id:"operable.complex-action-alternatives",principle:"operable",heuristic:"Complex actions have no alternatives",critical:!1,status:"warn",message:`Mouse-driven ${e.join(", ")} ${e.length>1?"have":"has"} no built-in keyboard/standard-UI equivalent.`,fix:"Pair the complex interaction with a standard control (range inputs for a brush, buttons for zoom, a checkbox list for legend filtering) operable by keyboard and screen reader."})}{const n=M[e];if(n&&w){const e=t[n];"number"==typeof e&&e>0&&24>2*e&&r.push({id:"operable.target-size",principle:"operable",heuristic:"Target pointer interaction size is too small",critical:!1,status:"warn",message:`${n}=${e} gives a ~${2*e}px hit target, below the 24×24px minimum for pointer interaction.`,fix:"Increase the radius, or rely on the chart's hoverRadius / keyboard navigation as the alternative for precise selection."})}}r.push({id:"operable.tab-stops",principle:"operable",heuristic:"Inappropriate tab stops",critical:!1,status:R,message:`The chart takes a single tab stop and navigates data with arrow keys${L} — the recommended pattern for dense charts (no per-datum tab stops to wade through).`}),r.push({id:"operable.interaction-cues",principle:"operable",heuristic:"No interaction cues or instructions",critical:!0,...w?v||f?{status:"manual",message:"Chart is interactive and has descriptive text. Confirm that text explains how to interact (keyboard + pointer).",fix:'State the interaction model in summary, e.g. "Use arrow keys to move between points."'}:{status:"warn",message:"Chart is interactive but nothing explains how to use it.",fix:"Describe the interaction in a summary or nearby text (keyboard navigation, what hover/click reveals)."}:{status:"not-applicable",message:"No interactive behavior detected."}}),r.push({id:"operable.controls-override-at",principle:"operable",heuristic:"Controls override AT controls",critical:!0,status:R,message:`Keyboard handlers fire only while the chart has focus, so they don't hijack page/app screen-reader shortcuts${L}.`}),r.push({id:"operable.focus-indicator",principle:"operable",heuristic:"Keyboard focus indicator missing, obscured, or low contrast",critical:!1,status:R,message:`A shape-adaptive focus ring (var(--semiotic-focus)) marks the focused element${L}.`,fix:s?"Ensure --semiotic-focus keeps ≥ 3:1 contrast against your background.":void 0}),r.push({id:"understandable.title-summary-caption",principle:"understandable",heuristic:"No title, summary, or caption",critical:!0,...x?{status:"pass",message:`Provided: ${[h&&"title",f&&"description",v&&"summary"].filter(Boolean).join(", ")}.`}:c?{status:"manual",message:"No title/description/summary on the chart. If the wrapping ChartContainer supplies a title/subtitle, this is covered at that layer — verify it does.",fix:"Give the ChartContainer a title (and optionally enable describe), or set title/description/summary on the chart."}:{status:"fail",message:"No title, description, or summary — the screen reader falls back to a generic label.",fix:"Add title/description/summary on the chart, or wrap it in a ChartContainer (the opt-in layer for title/caption/description chrome)."}}),r.push({id:"understandable.explain-purpose",principle:"understandable",heuristic:"No explanation for purpose or for how to read",critical:!0,...f||v?{status:"pass",message:"A description/summary is available to explain purpose and how to read the chart."}:p?{status:"manual",message:"ChartContainer's describe option explains how to read the chart (type, stats, trend). Confirm the domain purpose — why this chart exists — is also conveyed (title/subtitle).",fix:"Give the ChartContainer a title/subtitle stating the purpose; describe() covers the how-to-read half."}:h?{status:"warn",message:"Only a title is set — a label, not an explanation of purpose or how to read the chart.",fix:"Add a summary, or enable ChartContainer's describe option for an auto-generated how-to-read description."}:{status:"fail",message:"Nothing explains the chart's purpose or how to read it.",fix:"Add a summary/description, or wrap in a ChartContainer with a title and the describe option (the opt-in full-accessibility layer)."}});{const e=[t.description,t.summary].filter(te).join(". "),n=e?function(e){const t=e.split(/[.!?]+/).map(e=>e.trim()).filter(Boolean),n=e.trim().split(/\s+/).filter(Boolean);if(0===n.length||0===t.length)return null;let o=0;for(const e of n)o+=re(e);return n.length/t.length*.39+o/n.length*11.8-15.59}(e):null;r.push({id:"understandable.reading-level",principle:"understandable",heuristic:"Reading level inappropriate",critical:!0,...null==n?{status:"not-applicable",message:"No description/summary text to grade."}:n>9?{status:"warn",message:`Description/summary reads at ~grade ${n.toFixed(0)}; Chartability targets grade 9 or lower.`,fix:"Shorten sentences and prefer common words."}:{status:"pass",message:`Description/summary reads at ~grade ${Math.max(0,Math.round(n))} (≤ 9).`}})}if(H.has(e)){const e=te(t.xLabel),n=te(t.yLabel);r.push({id:"understandable.axis-labels",principle:"understandable",heuristic:"Axis labels are unclear or missing",critical:!1,...e&&n?{status:"pass",message:"Both axes are labeled (xLabel, yLabel)."}:{status:"warn",message:`Missing axis label: ${[!e&&"xLabel",!n&&"yLabel"].filter(Boolean).join(", ")}. Ticks alone may not name the variable.`,fix:"Set xLabel and yLabel to name each axis's variable and units."}})}if(G.has(e)&&r.push({id:"understandable.information-complexity",principle:"understandable",heuristic:"Information complexity is inappropriate",critical:!1,status:"warn",message:"Dual-axis chart: two y-scales are hard to read accurately and notoriously easy to misinterpret (the crossover point is arbitrary).",fix:"Confirm the second axis is necessary; consider two aligned charts (small multiples) or indexing both series to a common baseline. Label each axis and its series unambiguously."}),E.length>1){const e=E.filter(oe).length;r.push({id:"understandable.annotation-hierarchy",principle:"understandable",heuristic:"Information complexity is inappropriate",critical:!1,...e===E.length?{status:"pass",message:`All ${E.length} annotation(s) declare hierarchy through emphasis or provenance confidence, so the renderer can resolve reading order and visual priority.`}:0===e?{status:"warn",message:E.length+" annotations are present with no emphasis or provenance confidence; readers may not know which note is primary.",fix:'Mark the main annotation with emphasis="primary", set supporting notes to emphasis="secondary", or provide provenance.confidence so Semiotic can infer order.'}:{status:"warn",message:`${E.length-e} of ${E.length} annotation(s) have no emphasis or provenance confidence; readers may not know which note is primary among the unordered notes.`,fix:"Set emphasis on each annotation (primary/secondary), or provide provenance.confidence on all annotations so Semiotic can infer order."}})}(null!=t.forecast||null!=t.anomaly||null!=t.band||null!=t.regression)&&r.push({id:"understandable.uncertainty",principle:"understandable",heuristic:"Statistical uncertainty isn't clearly communicated",critical:!1,status:"manual",message:"The chart shows a forecast/regression/band/anomaly overlay. Confirm the uncertainty it represents is explained in text, not just drawn.",fix:"State the confidence interval / method in the summary, and label the band so it isn't mistaken for data."}),null!=t.animate&&!1!==t.animate&&r.push({id:"understandable.changes-followable",principle:"understandable",heuristic:"Changes are not easy to follow",critical:!1,status:R,message:`Transitions animate with object constancy and data changes are mirrored to the live region${L}.`,fix:s?"Keep transition durations in the 250ms–2s range so changes are followable but not slow.":void 0}),r.push({id:"robust.conforms-to-standards",principle:"robust",heuristic:"Does not conform to standards",critical:!1,status:"manual",message:"WCAG 2.1 / Section 508 conformance can't be settled from config alone.",fix:"Run an automated checker (axe) on the rendered output and test with real assistive tech."}),r.push({id:"robust.semantically-valid",principle:"robust",heuristic:"Semantically invalid",critical:!1,status:"manual",message:"Whether interactive elements expose correct roles/names is a render-time, screen-reader question.",fix:"Verify with a screen reader that buttons read as buttons, the chart as an image/group, etc."}),r.push({id:"robust.fragile-technology-support",principle:"robust",heuristic:"Fragile technology support",critical:!1,status:R,message:`Charts render on canvas with an SVG overlay and render to SVG in SSR, so access isn't tied to one rendering path${L}.`,fix:s?"Still test across NVDA+Firefox, JAWS+Chrome, and VoiceOver+Safari — AT support varies.":void 0}),r.push({id:"compromising.table",principle:"compromising",heuristic:"No table",critical:!0,...d?{status:"not-applicable",message:"Single-value display — a table isn't meaningful."}:j?{status:"pass",message:"A human-readable data table is provided (accessibleTable)."}:{status:"fail",message:"accessibleTable is disabled — no human-readable table of the underlying data.",fix:"Remove accessibleTable={false} (unless title/summary/annotations already convey all the data)."}}),d||r.push({id:"compromising.table-static",principle:"compromising",heuristic:"Table/data is static",critical:!1,...c?{status:"manual",message:"Rendered in a ChartContainer. If a data-download action is enabled, the data is exportable.",fix:"Enable the ChartContainer data-download action so users can save the underlying data (keep it opt-in)."}:{status:"warn",message:"The data table is read-only — not downloadable, sortable, or filterable.",fix:"Wrap the chart in a ChartContainer and enable its data-download action (opt-in, so deployments can withhold it where export isn't allowed)."}}),r.push({id:"compromising.shareable-state",principle:"compromising",heuristic:"State is not easy to share and reproduce",critical:!1,status:s?"pass":"manual",message:`Chart state serializes via toConfig/toURL/copyConfig${s?"":L}.`,fix:s?"Expose it to users via the ChartContainer copyConfig action or a shareable URL.":void 0}),r.push({id:"compromising.navigable-structure",principle:"compromising",heuristic:"Information cannot be navigated according to narrative or structure",critical:!1,...y?m?{status:"pass",message:"ChartContainer's navigable option mounts a structured navigation tree. For hierarchical/network charts the tree is currently shallow (root/topology summary + annotations branch), not a full descent of every node."}:{status:"pass",message:"ChartContainer's navigable option mounts a structured tree (chart → axes/series → data points) that screen readers can traverse."}:m?{status:"warn",message:"Hierarchical chart: built-in keyboard navigation is largely flat — it doesn't descend the tree structure.",fix:"Enable ChartContainer's navigable option for a structured navigation tree, or lean on the data table and a summary that conveys the hierarchy."}:{status:R,message:`Keyboard navigation steps through points and switches series/groups${L}.`,fix:s?"For deeper structure (axis → series → datum), enable ChartContainer's navigable option.":void 0}});{const n=Array.isArray(t.data)?t.data:null,o=Array.isArray(t.nodes)?t.nodes:null,a={id:"assistive.data-density",principle:"assistive",heuristic:"Data density is inappropriate",critical:!0};let i;i=N.has(e)&&n&&n.length>7?{...a,status:"warn",message:n.length+" slices in a part-to-whole chart. Chartability suggests ≤ 5 categories; many thin slices are hard to perceive and to describe.",fix:'Group small slices into an "Other" category, or switch to a ranked bar chart.'}:o&&o.length>200?{...a,status:"warn",message:o.length+" nodes. A network this size is hard to navigate non-visually node by node.",fix:"Provide a summary of structure (clusters, hubs, components) and consider filtering or aggregating the graph."}:n&&n.length>5e3?{...a,status:"warn",message:n.length+" data points. Canvas renders this fine, but the non-visual table/navigation become unwieldy.",fix:"Aggregate or bin for the accessible representation, or expose summary statistics rather than every row."}:n?{...a,status:"pass",message:n.length+" data points — a reasonable density for non-visual consumption."}:o?{...a,status:"pass",message:o.length+" nodes — a reasonable density for non-visual consumption."}:{...a,status:"manual",message:"Data not provided inline (push mode); verify density at runtime."},r.push(i)}{const e=Array.isArray(t.data)?t.data:null,n=["valueFormat","yFormat","xFormat","tickFormat","format"].some(e=>"function"==typeof t[e]||"string"==typeof t[e]);let o=!1;if(e&&!n)for(const t of e.slice(0,50))if(t&&"object"==typeof t){for(const e of Object.values(t))if("number"==typeof e&&Number.isFinite(e)&&Math.abs(e)>=1e5){o=!0;break}if(o)break}o&&r.push({id:"assistive.human-readable-numbers",principle:"assistive",heuristic:"Data in text is not human-readable",critical:!1,status:"warn",message:'Data includes large numbers (≥ 100,000) and no value/tick formatter — screen readers will read every digit (e.g. "six hundred fifty thousand…").',fix:'Pass valueFormat / yFormat (e.g. a compact formatter so 6,500,000 reads as "6.5M"); the formatter flows to ticks, tooltips, and the data table.'})}r.push({id:"assistive.features-described",principle:"assistive",heuristic:"Visually apparent features and relationships are not described",critical:!1,...p?{status:"pass",message:"ChartContainer's describe option auto-generates an L1–L3 description (chart type, statistics, and trend) via describeChart()."}:v?{status:"manual",message:"A summary is present. Confirm it describes trends, extrema, clusters, and outliers — not just what the chart is.",fix:"Cover the L2/L3 content blind readers value most: direction of trend, peak/trough, notable outliers."}:{status:"warn",message:"No text describes the visually apparent trends, extrema, or outliers.",fix:"Enable ChartContainer's describe option (auto-generates via describeChart()), or write a summary covering the key trend and notable points."}}),r.push({id:"assistive.skippable-navigation",principle:"assistive",heuristic:"Navigation and interaction is tedious",critical:!0,...d?{status:"not-applicable",message:"Single value — nothing to skip."}:j?{status:"pass",message:'A "Skip to data table" link lets screen-reader users bypass point-by-point navigation.'}:{status:"warn",message:"accessibleTable is off, removing the skip-to-table affordance.",fix:"Keep accessibleTable enabled so users can skip past dense point navigation."}}),r.push({id:"flexible.user-style-respected",principle:"flexible",heuristic:"User style change not respected",critical:!0,status:R,message:`Styling flows through CSS custom properties and honors forced-colors mode, so user/user-agent style changes cascade in${L}.`,fix:s?"Avoid hardcoding colors via frameProps style fns that bypass theme variables.":void 0}),r.push({id:"flexible.reduced-motion",principle:"flexible",heuristic:"Long animations cannot be controlled",critical:!1,..._.has(e)||W.has(e)?k?{status:"pass",message:e+" animates continuously and declares an in-chart pause/stop control."}:{status:"warn",message:e+" animates continuously. prefers-reduced-motion is auto-honored, but there's no in-chart pause/stop control for users who don't set that preference.",fix:"Offer a pause/stop control for looping/streaming motion (Chartability requires it for animation > 2s)."}:{status:R,message:`prefers-reduced-motion is auto-detected; transitions fast-forward and looping animation stops${L}.`}}),i&&(r.push({id:"flexible.sim-pause-control",principle:"flexible",heuristic:"Long animations cannot be controlled",critical:!1,...k?{status:"pass",message:"Physics simulation exposes a pause/stop control for users who need to stop motion."}:{status:"warn",message:"Physics simulation has no declared pause/stop control.",fix:"Provide a visible pause control and set physics.pauseControl=true (or pauseControl=true) so the contract is auditable."}}),r.push({id:"flexible.settled-projection",principle:"flexible",heuristic:"User style change not respected",critical:!1,...P?{status:"pass",message:"A settled-projection table is declared, so non-visual readers get aggregate chart semantics instead of trajectories."}:{status:"warn",message:"Physics chart does not declare a settled projection for its accessible table.",fix:"Provide aggregate rows from the settled projection and set physics.settledProjection=true."}}),r.push({id:"flexible.reduced-motion-settle",principle:"flexible",heuristic:"Long animations cannot be controlled",critical:!1,...T?{status:"pass",message:"Reduced-motion mode settles the simulation to a static chart state instead of freezing bodies mid-flight."}:{status:"warn",message:"Physics chart does not declare reduced-motion synchronous settle behavior.",fix:"In reduced motion, run the world to its settled projection and paint once; set physics.reducedMotionSettle=true."}}));{const n=!0===t.responsiveWidth||!0===t.responsiveHeight,o=z.has(e)&&!0===t.zoomable;r.push({id:"flexible.zoom-reflow",principle:"flexible",heuristic:"Zoom and reflow are not supported",critical:!1,...n?{status:"pass",message:`Chart reflows to its container (${[!0===t.responsiveWidth&&"responsiveWidth",!0===t.responsiveHeight&&"responsiveHeight"].filter(Boolean).join(", ")}), so page zoom doesn't clip it.`}:o?{status:"pass",message:"Geo chart is zoomable/pannable."}:{status:"manual",message:"Fixed width/height — verify the chart survives browser zoom and reflow without clipping or loss of function.",fix:"Use responsiveWidth/responsiveHeight so the chart reflows to its container."}})}if(a){const e=a.encodings?.some(e=>"color"===e.channel&&(!e.redundantWith||0===e.redundantWith.length));e&&r.push({id:"perceivable.recipe-color-alone",principle:"perceivable",heuristic:"Color is used alone to communicate meaning",critical:!1,status:"warn",message:a.name+" declares a color encoding without a redundant cue.",fix:"Add shape, label, position, texture, or a textual category summary to the recipe encoding."}),"required"!==a.accessibility.description||te(t.description)||r.push({id:"understandable.recipe-description",principle:"understandable",heuristic:"Features are not described",critical:!1,status:"fail",message:a.name+" requires a recipe-aware description, but none is attached.",fix:"Call describeChart with recipeId/recipe metadata and attach the returned text as description."}),a.accessibility.fallbackTable&&!1===t.accessibleTable&&r.push({id:"compromising.recipe-fallback",principle:"compromising",heuristic:"No data table is provided",critical:!0,status:"fail",message:a.name+" requires a fallback table, but accessibleTable is disabled.",fix:"Enable accessibleTable and preserve recipe-declared table fields on scene nodes."})}const O=r.filter(e=>"not-applicable"!==e.status).filter(e=>e.critical),D={criticalsPassed:O.filter(e=>"pass"===e.status).length,criticalsEvaluated:O.length,fails:r.filter(e=>"fail"===e.status).length,warnings:r.filter(e=>"warn"===e.status).length,manual:r.filter(e=>"manual"===e.status).length,passes:r.filter(e=>"pass"===e.status).length};return{component:e,ok:!O.some(e=>"fail"===e.status),summary:D,findings:r,reference:"Chartability (POUR-CAF) — https://chartability.github.io/POUR-CAF/. Not a pass/fail cert; pair with manual screen-reader testing (NVDA+Firefox, JAWS+Chrome, VoiceOver+Safari)."}}function se(e,{onlyCritical:t=!1}={}){const n=[];for(const o of e.findings)"fail"!==o.status&&"warn"!==o.status||t&&!o.critical||n.push(o.message);return n}var ce={pass:"✓",fail:"✗",warn:"⚠",manual:"○","not-applicable":"·"},pe=["perceivable","operable","understandable","robust","compromising","assistive","flexible"];function le(e){const t=[],n=e.summary,o=e.ok?`${n.criticalsPassed}/${n.criticalsEvaluated} critical heuristics pass`:`${n.fails} blocking failure(s) — ${n.criticalsPassed}/${n.criticalsEvaluated} critical heuristics pass`;t.push(`${e.ok?"✓":"✗"} ${e.component}: accessibility audit (Chartability POUR-CAF)`),t.push(` ${o} · ${n.warnings} warning(s) · ${n.manual} to verify manually`);for(const n of pe){const o=e.findings.filter(e=>e.principle===n&&"not-applicable"!==e.status);if(0!==o.length){t.push(""),t.push(" "+n.toUpperCase());for(const e of o)t.push(` ${ce[e.status]} ${e.id}${e.critical?" [critical]":""}: ${e.message}`),!e.fix||"fail"!==e.status&&"warn"!==e.status&&"manual"!==e.status||t.push(" → "+e.fix)}}return t.push(""),t.push(" Ref: "+e.reference),t.join("\n")}var ye=new Set(["StreamPhysicsFrame","EventDropChart","GaltonBoardChart","UnitPileChart","CollisionSwarmChart","PacketFlowChart","ProcessFlowChart","PhysicsCustomChart"]);function ue(e){return!!e&&"object"==typeof e&&!Array.isArray(e)}function be(e){return ue(e)?e:void 0}function ge(e){const t="number"==typeof e?e:"string"==typeof e&&e.trim()?Number(e):NaN;return Number.isFinite(t)?t:void 0}function de(e){const t=ge(e);return null==t?void 0:Math.max(0,Math.floor(t))}function me(...e){return e.map(be).find(Boolean)}function he(...e){return e.find(Array.isArray)}function fe(e){const t={};for(const[n,o]of Object.entries(e))void 0!==o&&(t[n]=o);return t}function ve(e,t,n){return e["string"==typeof t&&t?t:n]}function Ae(e){return e instanceof Date?e.toISOString():"number"==typeof e?Number.isInteger(e)?e+"":Math.round(1e3*e)/1e3+"":(e??"—")+""}function je(e,t){return 1!==e&&"body"===t?"bodies":1===e?t:t+"s"}function xe(e){return Number.isInteger(e)?e+"":Math.round(1e3*e)/1e3+""}function we(e,t,n){const o=e?.filter(e=>!0===be(e)?.sensor).length,r=be(t?.observation),a=be(r?.sensors),i=he(n?.activeSensors);return Math.max(o??0,a?Object.keys(a).length:0,i?.length??0)||void 0}function Ce(e,o,a={}){const{capability:i,audience:s,locale:c}=a,p=a.levels??["l1","l2","l3"],l=!1!==a.includeStructure,y=r(e,i),u=y?[...p,"l4"]:p,b=n(e,o,{levels:u,locale:c,capability:i,audience:s}),{l4:g,...d}=b.levels,m=["l1","l2","l3"].map(e=>b.levels[e]).filter(Boolean).join(" "),h={levels:d,text:b.annotations?`${b.annotations} ${m}`.trim():m,...b.annotations?{annotations:b.annotations}:{}};let f;if(y&&g){const e=(v=i)?"fits"in v||"buildProps"in v?{family:v.family}:{family:v.family,intentScores:v.intentScores}:{};f={act:y,sentence:g,family:e.family,intentScores:e.intentScores}}var v;const A=l?t(e,o,{maxLeaves:a.maxLeaves,locale:c}):void 0,j=function(e,t,n){if(!1===n)return;const o=ue(n)?n:void 0,r=be(t.physics),a=me(o?.snapshot,r?.snapshot,t.physicsSnapshot,function(e){const t=be(e);return!!t&&(ue(t.world)||"simulationState"in t||"liveBodyOrder"in t)}(t.snapshot)?t.snapshot:void 0),i=me(o?.evidence,r?.evidence,t.physicsEvidence,t.settledEvidence),s=me(o?.config,r?.config,a?.config,t.config),c=me(be(a?.world),be(r?.world)),p=me(be(s?.kernel),be(c?.options)),l=he(c?.bodies),y=he(c?.colliders,s?.colliders),u=he(a?.queue,r?.queue),b=he(a?.liveBodyOrder),g=he(c?.springs),d=he(a?.activeSensorPairs),m=function(e){if(!e||0===e.length)return;const t=e.map((e,t)=>{const n=be(e);if(!n)return;const o=ge(n.count??n.value??n.total??n.bodies??n.events);if(null==o)return;const r=(n.label??n.id??n.name??"container "+(t+1))+"",a=null==n.id?void 0:n.id+"",i=ge(n.secondary??n.secondaryCount),s=ge(n.observed??n.observedCount);return fe({id:a,label:r,count:o,secondary:i,secondaryLabel:"string"==typeof n.secondaryLabel?n.secondaryLabel:void 0,observed:s})}).filter(e=>null!=e);if(0===t.length)return;const n=t.reduce((e,t)=>e+t.count,0),o=t.filter(e=>e.count>0).length,r=t.slice().sort((e,t)=>t.count-e.count)[0];return{rows:t,totalCount:n,populatedCount:o,...r?{leader:r}:{}}}(function(e,t,n,o){const r=be(e.settledProjection),a=be(t?.settledProjection);return he(n?.projectionRows,n?.aggregates,e.settledProjectionRows,e.projectionRows,r?.rows,t?.settledProjectionRows,t?.projectionRows,a?.rows,o?.binCounts)}(t,r,o,i)),h=function(e,t){const n=e?.map((e,t)=>{const n=be(e);if(!n)return;const o=ge(n.count)??0,r=ge(n.total),a={label:(n.label??n.id??"sediment "+(t+1))+"",count:o};return null!=n.id&&(a.id=n.id+""),null!=r&&(a.total=r),a}).filter(e=>null!=e),o=de(t?.bins)??n?.length??0,r=ge(t?.count)??n?.reduce((e,t)=>e+t.count,0)??0,a=ge(t?.total)??n?.reduce((e,t)=>e+(t.total??0),0),i=n?.slice().sort((e,t)=>t.count-e.count)[0];if(0!==o||0!==r||a)return{bins:o,count:r,...null!=a&&a>0?{total:a}:{},...i?{leader:i}:{}}}(he(o?.sediment,r?.sediment,a?.sediment),me(o?.sedimentTotals,r?.sedimentTotals)),f=b?.length??l?.length??de(i?.bodyCount),v=function(e){if(e)return e.filter(e=>!0===be(e)?.sleeping).length}(l)??de(i?.sleepingCount),A=u?.length,j="string"==typeof a?.simulationState?a.simulationState:void 0,x="boolean"==typeof i?.settled?i.settled:j?"settled"===j:null!=f||null!=v||null!=A?null!=f&&v===f&&0===(A??0):void 0,w=be(p?.gravity),C=ge(w?.x),S=ge(w?.y),k=fe({state:j,settled:x,elapsedSeconds:ge(a?.elapsedSeconds),paused:"boolean"==typeof a?.paused?a.paused:void 0,visible:"boolean"==typeof a?.visible?a.visible:void 0,seed:ge(p?.seed),gravity:null!=C&&null!=S?{x:C,y:S}:void 0,fixedDt:ge(s?.fixedDt??p?.fixedDt),timeScale:ge(s?.timeScale),maxSubsteps:de(s?.maxSubsteps),liveBodies:f,sleepingBodies:v,queued:A,bodyLimit:ge(s?.bodyLimit),eviction:"string"==typeof s?.eviction?s.eviction:void 0}),I=fe({colliders:y?.length,sensors:we(y,s,c),springs:g?.length,activeSensorPairs:d?.length}),P=Object.keys(I).length>0,T=ye.has(e);if(!(Object.keys(k).length>0||P||m||h)||!T&&null==n)return;const E={simulation:k,...P?{geometry:I}:{},...m?{aggregates:m}:{},...h?{sediment:h}:{}},R=function(e){const t=[],n=e.simulation,o=[n.state??(n.settled?"settled":void 0),null!=n.liveBodies?`${n.liveBodies} live ${je(n.liveBodies,"body")}`:void 0,null!=n.sleepingBodies?n.sleepingBodies+" sleeping":void 0,null!=n.queued?n.queued+" queued":void 0,null!=n.seed?"seed "+xe(n.seed):void 0,n.gravity?`gravity (${xe(n.gravity.x)}, ${xe(n.gravity.y)})`:void 0,null!=n.fixedDt?`fixed step ${xe(n.fixedDt)}s`:void 0,null!=n.timeScale?xe(n.timeScale)+"x time":void 0].filter(Boolean);o.length>0&&t.push(`Physics simulation: ${o.join("; ")}.`);const r=e.geometry;if(r){const e=[null!=r.colliders?`${r.colliders} ${je(r.colliders,"collider")}`:void 0,null!=r.sensors?`${r.sensors} ${je(r.sensors,"sensor")}`:void 0,null!=r.springs?`${r.springs} ${je(r.springs,"spring")}`:void 0,null!=r.activeSensorPairs?`${r.activeSensorPairs} active sensor ${je(r.activeSensorPairs,"pair")}`:void 0].filter(Boolean);e.length>0&&t.push(`Physics geometry: ${e.join("; ")}.`)}const a=e.aggregates;if(a){const e=a.leader,n=e?` Largest is ${e.label} with ${xe(e.count)}.`:"";t.push(`Physics aggregates: ${xe(a.totalCount)} settled ${je(a.totalCount,"body")} across ${a.rows.length} ${je(a.rows.length,"container")}; ${a.populatedCount} populated.${n}`)}const i=e.sediment;if(i){const e=null!=i.total?", value total "+xe(i.total):"",n=i.leader?`; largest sediment bin is ${i.leader.label} with ${xe(i.leader.count)}`:"";t.push(`Physics sediment: ${i.count} retained ${je(i.count,"body")} in ${i.bins} ${je(i.bins,"bin")}${e}${n}.`)}return t.join(" ")}(E);return{...E,text:R}}(e,o,a.physics),x=function(e,t,n){const o=[];if("GaugeChart"===e){"number"==typeof t.value&&Number.isFinite(t.value)&&o.push(`Current value is ${Ae(t.value)}.`);const e="number"==typeof t.min&&Number.isFinite(t.min)?t.min:0,n="number"==typeof t.max&&Number.isFinite(t.max)?t.max:100;o.push(`The gauge scale runs from ${Ae(e)} to ${Ae(n)}.`)}if("SankeyDiagram"===e||"ProcessSankey"===e){const e=Array.isArray(t.edges)?t.edges:[];if(e.length>0){o.push(`${e.length} source flow${1===e.length?"":"s"} are supplied.`);for(const r of e.slice(0,n)){const e=ve(r,t.sourceAccessor,"source"),n=ve(r,t.targetAccessor,"target"),a=ve(r,t.valueAccessor,"value");o.push(`${Ae(e)} to ${Ae(n)} has value ${Ae(a)}.`)}}}if("Treemap"===e||"CirclePack"===e||"TreeDiagram"===e||"OrbitDiagram"===e){const e=be(t.data),r="string"==typeof t.childrenAccessor&&t.childrenAccessor?t.childrenAccessor:"children",a="string"==typeof t.valueAccessor&&t.valueAccessor?t.valueAccessor:"value",i="string"==typeof t.nodeIdAccessor&&t.nodeIdAccessor?t.nodeIdAccessor:"string"==typeof t.nodeIDAccessor&&t.nodeIDAccessor?t.nodeIDAccessor:"name",s=[],c=e=>{const t=Array.isArray(e[r])?e[r]:[];if(0!==t.length)for(const e of t){const t=be(e);t&&c(t)}else s.push(e)};if(e&&c(e),s.length>0){o.push(s.length+" hierarchy leaves are supplied.");for(const e of s.slice(0,n))o.push(`${Ae(e[i])} has value ${Ae(e[a])}.`)}}if(ye.has(e)&&Array.isArray(t.data)){const n=t.data;o.push(`${n.length} observed source row${1===n.length?"":"s"} are supplied.`);const r="CollisionSwarmChart"===e?t.xAccessor:t.valueAccessor,a="CollisionSwarmChart"===e?"x":"value",i=n.map(e=>ge(ve(e,r,a))).filter(e=>null!=e);i.length>0&&o.push(`Observed ${"string"==typeof r?r:a} ranges from ${Ae(Math.min(...i))} to ${Ae(Math.max(...i))}.`)}if(0!==o.length)return{source:"chart-props",statements:o,text:"Exact chart-prop facts: "+o.join(" ")}}(e,o,Math.max(1,a.maxLeaves??200)),w=[h.text,f?.sentence,j?.text,x?.text].filter(Boolean).join(" ");return{component:e,description:h,intent:f,structure:A,physics:j,facts:x,text:w}}export{g as VALIDATION_MAP,m as validateProps,f as normalizeTokenEncoding,v as diagnoseTokenEncoding,j as tokenTaskIntentToCapabilityIntents,x as suggestTokenEncoding,C as contrastRatio,Z as diagnoseConfig,ie as auditAccessibility,se as accessibilityCaveats,le as formatAccessibilityAudit,Ce as buildReaderGrounding};
|