UNPKG

chart.js

Version:

Simple HTML5 charts using the canvas element.

3 lines (2 loc) 154 B
import type { Chart, ChartMeta, TRBL } from '../types/index.js'; export declare function getDatasetClipArea(chart: Chart, meta: ChartMeta): TRBL | false;