resolveConfig method

BaseChartConfig resolveConfig()

Resolve the config for this level.

Implementation

BaseChartConfig resolveConfig() {
  if (config != null) return config!;
  return buildConfig!(this);
}