@@ -7,15 +7,15 @@ _Edit dist/semiotic-server-node.d.ts's sources, then re-run `npm run docs:api-su
77function generateFrameSVGs(chartType: string, data: Datum[], props: Datum, options?: AnimatedGifOptions | undefined): string[]
88function generateFrameSequence(component: string, snapshots: Datum[], baseProps?: Datum | undefined): string[]
99function generatePhysicsFrameSVGs(props: PhysicsGifFrameProps, options?: PhysicsGifOptions | undefined): string[]
10- function renderChart(component: "Sparkline" | "LineChart" | "AreaChart" | "DifferenceChart" | "StackedAreaChart" | "Scatterplot" | "CandlestickChart" | "BubbleChart" | "ConnectedScatterplot" | "QuadrantChart" | "Heatmap" | "XYCustomChart" | "BarChart" | "StackedBarChart" | "GroupedBarChart" | "PieChart" | "DonutChart" | "Histogram" | "BoxPlot" | "ViolinPlot" | "SwarmPlot" | "DotPlot" | "SwimlaneChart" | "RidgelinePlot" | "LikertChart" | "FunnelChart" | "GaugeChart" | "OrdinalCustomChart" | "ForceDirectedGraph" | "NetworkCustomChart" | "SankeyDiagram" | "ProcessSankey" | "ChordDiagram" | "TreeDiagram" | "Treemap" | "CirclePack" | "ChoroplethMap" | "ProportionalSymbolMap" | "FlowMap" | "GeoCustomChart" | "GaltonBoardChart" | "EventDropChart" | "PhysicsPileChart" | "CollisionSwarmChart" | "ProcessFlowChart" | "GauntletChart" | "PhysicalFlowChart" | "PhysicsCustomChart", props: Datum, options?: RenderChartOptions | undefined): string
11- function renderChartWithEvidence(component: "Sparkline" | "LineChart" | "AreaChart" | "DifferenceChart" | "StackedAreaChart" | "Scatterplot" | "CandlestickChart" | "BubbleChart" | "ConnectedScatterplot" | "QuadrantChart" | "Heatmap" | "XYCustomChart" | "BarChart" | "StackedBarChart" | "GroupedBarChart" | "PieChart" | "DonutChart" | "Histogram" | "BoxPlot" | "ViolinPlot" | "SwarmPlot" | "DotPlot" | "SwimlaneChart" | "RidgelinePlot" | "LikertChart" | "FunnelChart" | "GaugeChart" | "OrdinalCustomChart" | "ForceDirectedGraph" | "NetworkCustomChart" | "SankeyDiagram" | "ProcessSankey" | "ChordDiagram" | "TreeDiagram" | "Treemap" | "CirclePack" | "ChoroplethMap" | "ProportionalSymbolMap" | "FlowMap" | "GeoCustomChart" | "GaltonBoardChart" | "EventDropChart" | "PhysicsPileChart" | "CollisionSwarmChart" | "ProcessFlowChart" | "GauntletChart" | "PhysicalFlowChart" | "PhysicsCustomChart", props: Datum, options?: RenderChartOptions | undefined): { svg: string; evidence: RenderEvidence; }
10+ function renderChart(component: "Sparkline" | "LineChart" | "AreaChart" | "DifferenceChart" | "StackedAreaChart" | "Scatterplot" | "CandlestickChart" | "BubbleChart" | "ConnectedScatterplot" | "QuadrantChart" | "Heatmap" | "TemporalHistogram" | " XYCustomChart" | "BarChart" | "StackedBarChart" | "GroupedBarChart" | "PieChart" | "DonutChart" | "Histogram" | "BoxPlot" | "ViolinPlot" | "SwarmPlot" | "DotPlot" | "SwimlaneChart" | "RidgelinePlot" | "LikertChart" | "FunnelChart" | "GaugeChart" | "OrdinalCustomChart" | "ForceDirectedGraph" | "NetworkCustomChart" | "SankeyDiagram" | "ProcessSankey" | "ChordDiagram" | "TreeDiagram" | "Treemap" | "CirclePack" | "ChoroplethMap" | "ProportionalSymbolMap" | "FlowMap" | "GeoCustomChart" | "GaltonBoardChart" | "EventDropChart" | "PhysicsPileChart" | "CollisionSwarmChart" | "ProcessFlowChart" | "GauntletChart" | "PhysicalFlowChart" | "PhysicsCustomChart", props: Datum, options?: RenderChartOptions | undefined): string
11+ function renderChartWithEvidence(component: "Sparkline" | "LineChart" | "AreaChart" | "DifferenceChart" | "StackedAreaChart" | "Scatterplot" | "CandlestickChart" | "BubbleChart" | "ConnectedScatterplot" | "QuadrantChart" | "Heatmap" | "TemporalHistogram" | " XYCustomChart" | "BarChart" | "StackedBarChart" | "GroupedBarChart" | "PieChart" | "DonutChart" | "Histogram" | "BoxPlot" | "ViolinPlot" | "SwarmPlot" | "DotPlot" | "SwimlaneChart" | "RidgelinePlot" | "LikertChart" | "FunnelChart" | "GaugeChart" | "OrdinalCustomChart" | "ForceDirectedGraph" | "NetworkCustomChart" | "SankeyDiagram" | "ProcessSankey" | "ChordDiagram" | "TreeDiagram" | "Treemap" | "CirclePack" | "ChoroplethMap" | "ProportionalSymbolMap" | "FlowMap" | "GeoCustomChart" | "GaltonBoardChart" | "EventDropChart" | "PhysicsPileChart" | "CollisionSwarmChart" | "ProcessFlowChart" | "GauntletChart" | "PhysicalFlowChart" | "PhysicsCustomChart", props: Datum, options?: RenderChartOptions | undefined): { svg: string; evidence: RenderEvidence; }
1212function renderDashboard(charts: DashboardChart[], options?: RenderDashboardOptions | undefined): string
1313function renderGeoToStaticSVG(props: StreamGeoFrameProps<Datum> & ThemeAwareProps): string
1414function renderNetworkToStaticSVG(props: StreamNetworkFrameProps<Datum> & ThemeAwareProps): string
1515function renderOrdinalToStaticSVG(props: StreamOrdinalFrameProps<Datum> & ThemeAwareProps): string
1616function renderPhysicsToAnimatedGif(props: PhysicsGifFrameProps, options?: PhysicsGifOptions | undefined): Promise<Buffer>
1717function renderToAnimatedGif(chartType: string, data: Datum[], props: Datum, options?: AnimatedGifOptions | undefined): Promise<Buffer>
18- function renderToImage(frameTypeOrComponent: "xy" | "ordinal" | "network" | "geo" | "physics" | "Sparkline" | "LineChart" | "AreaChart" | "DifferenceChart" | "StackedAreaChart" | "Scatterplot" | "CandlestickChart" | "BubbleChart" | "ConnectedScatterplot" | "QuadrantChart" | "Heatmap" | "XYCustomChart" | "BarChart" | "StackedBarChart" | "GroupedBarChart" | "PieChart" | "DonutChart" | "Histogram" | "BoxPlot" | "ViolinPlot" | "SwarmPlot" | "DotPlot" | "SwimlaneChart" | "RidgelinePlot" | "LikertChart" | "FunnelChart" | "GaugeChart" | "OrdinalCustomChart" | "ForceDirectedGraph" | "NetworkCustomChart" | "SankeyDiagram" | "ProcessSankey" | "ChordDiagram" | "TreeDiagram" | "Treemap" | "CirclePack" | "ChoroplethMap" | "ProportionalSymbolMap" | "FlowMap" | "GeoCustomChart" | "GaltonBoardChart" | "EventDropChart" | "PhysicsPileChart" | "CollisionSwarmChart" | "ProcessFlowChart" | "GauntletChart" | "PhysicalFlowChart" | "PhysicsCustomChart", props: Datum, options?: RenderToImageOptions | undefined): Promise<Buffer>
18+ function renderToImage(frameTypeOrComponent: "xy" | "ordinal" | "network" | "geo" | "physics" | "Sparkline" | "LineChart" | "AreaChart" | "DifferenceChart" | "StackedAreaChart" | "Scatterplot" | "CandlestickChart" | "BubbleChart" | "ConnectedScatterplot" | "QuadrantChart" | "Heatmap" | "TemporalHistogram" | "XYCustomChart" | "BarChart" | "StackedBarChart" | "GroupedBarChart" | "PieChart" | "DonutChart" | "Histogram" | "BoxPlot" | "ViolinPlot" | "SwarmPlot" | "DotPlot" | "SwimlaneChart" | "RidgelinePlot" | "LikertChart" | "FunnelChart" | "GaugeChart" | "OrdinalCustomChart" | "ForceDirectedGraph" | "NetworkCustomChart" | "SankeyDiagram" | "ProcessSankey" | "ChordDiagram" | "TreeDiagram" | "Treemap" | "CirclePack" | "ChoroplethMap" | "ProportionalSymbolMap" | "FlowMap" | "GeoCustomChart" | "GaltonBoardChart" | "EventDropChart" | "PhysicsPileChart" | "CollisionSwarmChart" | "ProcessFlowChart" | "GauntletChart" | "PhysicalFlowChart" | "PhysicsCustomChart", props: Datum, options?: RenderToImageOptions | undefined): Promise<Buffer>
1919function renderToStaticSVG(frameType: "xy" | "ordinal" | "network" | "geo" | "physics", props: StaticFrameProps): string
2020function renderXYToStaticSVG(props: StreamXYFrameProps<Datum> & ThemeAwareProps): string
2121function resolveTheme(theme: ThemeInput): SemioticTheme
0 commit comments