UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

12 lines (11 loc) 298 B
import type { BBoxValues } from './bboxinterface'; type Ratios = { min: number; max: number; }; type XYRatios = { x: Ratios; y: Ratios; }; export declare function calcPanToBBoxRatios(viewportBBox: BBoxValues, ratios: Partial<XYRatios>, targetBBox: BBoxValues): XYRatios; export {};