renderLapZoneCharts
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/charts/rendering / renderLapZoneCharts
Function: renderLapZoneCharts()
renderLapZoneCharts(
container:HTMLElement|null|undefined,options?:LapZoneChartsOptions|null):void
Defined in: utils/charts/rendering/renderLapZoneCharts.ts:79
Render lap-specific stacked and individual zone charts when lap zone data is available.
Parametersβ
containerβ
HTMLElement | null | undefined
Target chart container.
options?β
LapZoneChartsOptions | null
Optional visibility and chart settings.
Returnsβ
void