Home > @activeviam/activeui-sdk > ChartSelectionHandlerImplementationProperties > transform
ChartSelectionHandlerImplementationProperties.transform property
Lets you apply a custom selection on the fly, instead of the default one. Note that returning undefined
will cancel the selection.
Signature:
transform?: (selection: ChartSelection, layerApi: WidgetApi, widgetApi: WidgetApi) => ChartSelection;