Skip to main content

chartLegendItemBoxPlugin

FitFileViewer - API Documentation v29.9.0


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

Variable: chartLegendItemBoxPlugin

const chartLegendItemBoxPlugin: { id: string; beforeDraw: (chart: MinimalChart) => void; }

Defined in: utils/charts/plugins/chartLegendItemBoxPlugin.js:73

Draws a rounded rectangle legend box behind each legend item to make legend click targets larger and easier to see.

Type Declaration​

id​

id: string

beforeDraw()​

beforeDraw: (chart: MinimalChart) => void

Parameters​

chart​

MinimalChart

Returns​

void