MeldUI

Scatter Chart

Plot correlations between two numeric variables.

Usage

Config Reference

PropertyTypeDefaultDescription
series{ name: string; data: { x: number; y: number }[] }[]requiredEach data point is an { x, y } object
xAxis{ type?: 'numeric'; title?: string; min?: number; max?: number }{ type: 'numeric' }Numeric X axis configuration
yAxis{ title?: string; min?: number; max?: number }-Y axis configuration
pointSizenumber6Diameter of each scatter point in pixels
pointShape'circle' | 'rect' | 'triangle' | 'diamond''circle'Shape of each scatter point