Skip to main content

Module chart

Module chart 

Source
Expand description

Data visualization: line charts, scatter plots, bar charts, and histograms.

Build a chart with ChartBuilder, then pass it to Context::chart. Histograms use Context::histogram directly.

Structs§

Axis
Axis configuration.
Candle
OHLC candle datum.
ChartBuilder
Immediate-mode builder for charts.
ChartConfig
Chart configuration.
ChartRenderer
Renderer that emits text rows with per-character color ranges.
Dataset
Dataset for one chart series.
DatasetEntry
Builder entry for one dataset in ChartBuilder.
HistogramBuilder
Histogram configuration builder.

Enums§

GraphType
Graph rendering style.
LegendPosition
Legend placement.
Marker
Marker type for data points.

Type Aliases§

ColorSpan
Colored character range (start, end, color).
RenderedLine
Rendered chart line with color ranges.