legendReservedRight static method
Implementation
static double legendReservedRight(ChartConfig config) {
if (!config.showLegend) return 0;
return config.legendPosition == LegendPosition.right ? 80 : 0;
}
static double legendReservedRight(ChartConfig config) {
if (!config.showLegend) return 0;
return config.legendPosition == LegendPosition.right ? 80 : 0;
}