I need to build a spline area chart, whose height will be at least 100px, even if y = 0 for all the chart points. I need the SplineAreaSeries gradient always to spread at least 100px in height.
I tried to use the margin (margin: const EdgeInsets.only(bottom: 100)) property of the SfCartesianChart, but it just brings the lineup without impacting SfCartesianChart size, and if all the points y coordinate = 0, the gradient is not visible.
Could you clarify, please, how can I achieve the expected behavior? If that's not possible currently, could you add the padding property to the SplineAreaSeries or SfCartesianChart?
Attachment:
results_8d9ac74e.zip