@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Renders data as a scatter plot — one circle per data point, positioned along evenly-spaced X positions with Y mapped to value.

    Supports multiple series — each series is rendered as a separate group of markers in its own colour, sharing the same Y-axis scale.

    Output kind: svg.

    const strategy = new ScatterPlotStrategy({ markerRadius: 6 });
    const output = strategy.render(seriesData, { width: 500, height: 320 });

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: "Scatter"

    Human-readable name shown in legends / tooltips when identifying the active strategy.

    Methods