withSelection method

InteractionConfig withSelection(
  1. ChartSelectionConfig value
)

Replaces InteractionConfig.selection with value.

Implementation

InteractionConfig withSelection(ChartSelectionConfig value) =>
    copyWith(selection: value);