Parallel coordinates charts draw one vertical axis for each variable in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/TargetProcess/tauCharts/llms.txt
Use this file to discover all available pages before exploring further.
columns array and connect each data record with a polyline that passes through its value on every axis. This layout makes it easy to spot clusters, outliers, and correlations across many variables simultaneously — something that would require many pairwise scatter plots to achieve otherwise.
Validation
Taucharts requires at least two dimensions incolumns. Providing fewer raises the error:
Configuration
Must be
"parallel".An ordered array of data field names, each rendered as a vertical axis. Must contain at least two entries.
A data field used to color-encode the polylines. Each unique value receives a distinct color, making it easy to trace a subset of records across all axes.
Array of plain objects. Each object is drawn as one polyline connecting its values across the axes defined in
columns.Visual configuration. The
columns key inside guide accepts per-axis scale guides keyed by field name.Array of plugin instances. The
legend plugin is useful when color encodes a categorical field.