createCommonBehavior method
Implementation
@override
common.InitialSelection<D> createCommonBehavior() =>
new common.InitialSelection<D>(
selectionModelType: selectionModelType,
selectedDataConfig: selectedDataConfig,
selectedSeriesConfig: selectedSeriesConfig,
shouldPreserveSelectionOnDraw: shouldPreserveSelectionOnDraw);