Skip to main content

Numbers

Statistics

LineUp-lite computes the following statistics for a numerical attribute:

export interface INumberStats extends IBoxPlot, INumericStats<number> {}

see INumberStats API Docs

Generator Function

The statistics are the same as the number attribute ones.

see numberStatsGenerator API Docs

Example

Live Editor
Result
Loading...

Visualization

Cell

HeatMap1D React component

Live Editor
Result
Loading...

LineChart React component

Live Editor
Result
Loading...

Aggregation

BoxPlotArray React component

Live Editor
Result
Loading...

MultiLineChart React component

Live Editor
Result
Loading...

Interactive Summary

FilterRangeHistogram React component or FilterRangeBoxPlot React component

Live Editor
Result
Loading...