ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ChartSelectionHandlerImplementationProperties

ChartSelectionHandlerImplementationProperties interface

Lets projects interact with the core chart selection.

Signature:

export interface ChartSelectionHandlerImplementationProperties 

Properties

PropertyTypeDescription
onChange(selection: ChartSelection, layerApi: WidgetApi, widgetApi: WidgetApi) => voidIs called back each time the selection changes.
transform(selection: ChartSelection, layerApi: WidgetApi, widgetApi: WidgetApi) => ChartSelectionLets you apply a custom selection on the fly, instead of the default one. Note that returning undefined will cancel the selection.
  • ChartSelectionHandlerImplementationProperties interface
  • Properties
Copyright © 2019 ActiveViam