chartLegendItemBoxPlugin
FitFileViewer - API Documentation v29.9.0
FitFileViewer - API Documentation / utils/charts/plugins/chartLegendItemBoxPlugin / chartLegendItemBoxPlugin
Variable: chartLegendItemBoxPlugin
constchartLegendItemBoxPlugin: {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β
Returnsβ
void