UNPKG

ag-charts-enterprise

Version:

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

5 lines (4 loc) 520 B
import { type FillOptions, _ModuleSupport } from 'ag-charts-community'; import { type Size } from 'ag-charts-core'; export declare function findRangeAreaIntersections(highSpans: _ModuleSupport.LinePathSpan[], lowSpans: _ModuleSupport.LinePathSpan[], minX: number, maxX: number, initiallyInverted?: boolean): number[]; export declare function calculateIntersectionSegments(intersections: number[], seriesRect: _ModuleSupport.BBox, chartSize: Size, startsInverted: boolean, style?: FillOptions): _ModuleSupport.Segment[];