Charts - Scatter & Bubble Playground

Interactive playground for scatter and bubble charts to experiment with props and configuration live.

#Usage

import { ChartScatter, ChartSvg, ChartTooltip, ChartXAxis, ChartYAxis } from '@primeui/vue-chart';
<ChartSvg>
    <ChartScatter :data="data" value-x-field="x" value-y-field="y" />
    <ChartXAxis />
    <ChartYAxis />
    <ChartTooltip snap="xy" />
</ChartSvg>

Use the playground to test marker shape, sizing, axes, zoom, and bubble fields. Use the examples for real correlation and large-data patterns.

#Playground

Loading Demo...