ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ChartOverlayImplementationProperties

ChartOverlayImplementationProperties interface

Display an overlay over a chart.

Signature:

export interface ChartOverlayImplementationProperties 

Properties

PropertyTypeDescription
getCustomizableParameters() => OverlayCustomizableParameter[]These parameters will generate controls in the UI for the user to configure the overlay.
getDescription() => React.ReactElement<any>The description of the overlay as React elements, to display a small summary of it.
render(renderOverlayPayload: RenderOverlayPayload) => voidThe code ran by this method should render the overlay inside of the provided d3 selection.
  • ChartOverlayImplementationProperties interface
  • Properties
Copyright © 2019 ActiveViam