charts/rug/simple_rug_plot_chart library

Classes

SimpleRugPlotChart
A compact rug plot for showing raw observations along a numeric axis.
SimpleRugPlotSeries
SimpleRugPlotStats

Typedefs

SimpleRugPlotTapCallback = void Function(SimpleRugPlotSeries series, int seriesIndex, int valueIndex, double value)
SimpleRugPlotTooltipBuilder = Widget Function(BuildContext context, SimpleRugPlotSeries series, int seriesIndex, int valueIndex, double value, SimpleRugPlotStats stats, String formattedValue)
SimpleRugPlotValueFormatter = String Function(double value)