legendReservedBottom static method
Implementation
static double legendReservedBottom(ChartConfig config) {
if (!config.showLegend) return 0;
return config.legendPosition == LegendPosition.bottom ? _legendHeight : 0;
}
static double legendReservedBottom(ChartConfig config) {
if (!config.showLegend) return 0;
return config.legendPosition == LegendPosition.bottom ? _legendHeight : 0;
}