Interface ChartBucketSelectionOptions

interface ChartBucketSelectionOptions {
    replaceSelection?: boolean;
}

Properties

replaceSelection?: boolean

Replace the current selection when the bucket supplies targets.

true