Skip to content

@sqlrooms/mosaic / VgPlotChart

Function: VgPlotChart()

VgPlotChart(props): ReactNode | Promise<ReactNode>

Renders a Vega-Lite chart using the Mosaic library.

Parameters

ParameterTypeDescription
propsVgPlotChartPropsThe component props.

Returns

ReactNode | Promise<ReactNode>

The rendered chart component.