MCPcopy
hub / github.com/chartjs/Chart.js / unclipArea

Function unclipArea

src/helpers/helpers.canvas.ts:335–337  ·  view source on GitHub ↗
(ctx: CanvasRenderingContext2D)

Source from the content-addressed store, hash-verified

333}
334
335export function unclipArea(ctx: CanvasRenderingContext2D) {
336 ctx.restore();
337}
338
339/**
340 * @private

Callers 4

_drawDatasetMethod · 0.85
drawLabelsMethod · 0.85
drawMethod · 0.85
_drawfillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected