OnLegendReady
Home > @gooddata/sdk-ui-charts > OnLegendReady
OnLegendReady type
Callback to be called once the legend is rendered.
Signature:
export type OnLegendReady = (data: ILegendData) => void;
References: ILegendData
Home > @gooddata/sdk-ui-charts > OnLegendReady
Callback to be called once the legend is rendered.
Signature:
export type OnLegendReady = (data: ILegendData) => void;
References: ILegendData