yMinLimit property

double? yMinLimit
final

Customize the data space in which the chart will paint.

This marks the starting point of the data in which the chart paints in the vertical axis.

If omitted, defaults to the lowest y found in the data points passed to TinyLineChart.dataPoints.

Implementation

final double? yMinLimit;