charts/correlation/simple_correlation_matrix_chart library
Classes
- SimpleCorrelationCell
- SimpleCorrelationMatrixChart
- A simple correlation matrix with diverging colors, symmetric lookup, optional upper-triangle layout, diagonal handling, and compact tooltips.
Typedefs
- SimpleCorrelationCellTapCallback = void Function(SimpleCorrelationCell cell, int rowIndex, int columnIndex)
- SimpleCorrelationTooltipBuilder = Widget Function(BuildContext context, SimpleCorrelationCell cell, int rowIndex, int columnIndex, String formattedValue)
- SimpleCorrelationValueFormatter = String Function(double value)