Skip to main content

Module express

Module express 

Source
Expand description

Express API: one-liner chart creation functions.

Structs§

AreaBuilder
Builder for area charts.
BarBuilder
Builder for bar charts.
BoxPlotBuilder
Builder for box plots.
HeatmapBuilder
Builder for heatmap charts.
HistogramBuilder
Builder for histograms.
LineBuilder
Builder for line charts.
MultiBarBuilder
Builder for multi-series bar charts (stacked or grouped).
PieBuilder
Builder for pie/donut charts.
ScatterBuilder
Builder for scatter plots.
TreemapBuilder
Builder for treemap charts.

Functions§

area
Create an area chart.
bar
Create a bar chart.
boxplot
Create a box plot.
grouped_bar
Create a grouped (dodged) bar chart.
heatmap
Create a heatmap from a 2D matrix (takes ownership).
heatmap_ref
Create a heatmap from a borrowed 2D slice.
histogram
Create a histogram from raw values.
line
Create a line chart.
pieDeprecated
Create a pie chart.
pie_labeled
Create a pie chart with consistent (labels, values) parameter order.
scatter
Create a scatter plot.
stacked_bar
Create a stacked bar chart.
treemap
Create a treemap chart.

Type Aliases§

GroupedBarBuilder
Backward-compatible alias for grouped bar builder.
StackedBarBuilder
Backward-compatible alias for stacked bar builder.