Package-level declarations

Types

Link copied to clipboard
interface AxesEditor
Link copied to clipboard
interface AxisEditor

Editor for a chart Axis, controlling label and numeric bounds.

Link copied to clipboard
interface AxisEditorState
Link copied to clipboard

Editor for chart fields with axes and line series management.

Link copied to clipboard

State for ChartEditor, combining validity and visibility.

Link copied to clipboard
interface LineManager

Manager for a single chart Line series and its points.

Link copied to clipboard

Reactive state for a single line in a chart.

Link copied to clipboard
interface Lines

Manager for the collection of lines in a chart. Provides CRUD operations and reactive state for line series.

Link copied to clipboard
interface LinesState

Reactive state for the lines collection in a chart.

Link copied to clipboard
interface PointManager

Manager for a chart Point within a series.

Link copied to clipboard
interface Points

Manager for the collection of points in a line. Provides CRUD operations and reactive state for points.

Link copied to clipboard
interface PointsState

Reactive state for the points collection in a line.