Home > @activeviam/activeui-sdk > RenderOverlayPayload
RenderOverlayPayload interface
Signature:
export interface RenderOverlayPayload
Properties
Property | Type | Description |
---|---|---|
cl | any | The chart library, with methods to access the scales etc. |
layerApi | any | The chart api for the given layer on which the overlay is applied. |
overlayGroupSelection | any | The [d3 selection](https://github.com/d3/d3-selection) in which to render the overlay. |
overlayIndex | number | The index of the overlay in the given layer. |
preparedData | any | The data used to render the chart. This object has a different shape than the data Table because it supports the grouping per attribute. |