resolveConfig method
Resolve the config for this level.
Implementation
BaseChartConfig resolveConfig() {
if (config != null) return config!;
return buildConfig!(this);
}
Resolve the config for this level.
BaseChartConfig resolveConfig() {
if (config != null) return config!;
return buildConfig!(this);
}