withController method

BaseChartConfig withController(
  1. ChartController controller
)

Override in concrete configs to return a controller-attached copy.

Implementation

BaseChartConfig withController(ChartController controller) => this;