Skip to main content

LegendLike

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/charts/plugins/chartLegendItemBoxPlugin / LegendLike

Interface: LegendLike

Defined in: utils/charts/plugins/chartLegendItemBoxPlugin.ts:28

Minimal Chart.js legend shape used by the plugin.

Properties​

legendHitBoxes?​

optional legendHitBoxes?: readonly LegendHitBox[]

Defined in: utils/charts/plugins/chartLegendItemBoxPlugin.ts:29


legendItems?​

optional legendItems?: readonly LegendItem[]

Defined in: utils/charts/plugins/chartLegendItemBoxPlugin.ts:30


options?​

optional options?: { display?: boolean; }

Defined in: utils/charts/plugins/chartLegendItemBoxPlugin.ts:31

display?​

optional display?: boolean