charts/scatter_matrix/simple_scatter_plot_matrix_chart library

Classes

SimpleScatterPlotMatrixChart
A compact scatter plot matrix for exploratory analysis across multiple numeric dimensions, with pairwise scatter cells and diagonal histograms.
SimpleScatterPlotMatrixPoint

Typedefs

SimpleScatterPlotMatrixTapCallback = void Function(SimpleScatterPlotMatrixPoint point, int pointIndex, String xVariable, String yVariable)
SimpleScatterPlotMatrixTooltipBuilder = Widget Function(BuildContext context, SimpleScatterPlotMatrixPoint point, int pointIndex, String xVariable, String yVariable, String formattedX, String formattedY)
SimpleScatterPlotMatrixValueFormatter = String Function(double value)