UNPKG

ag-charts-community

Version:

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

8 lines (7 loc) 394 B
import { type Padding } from 'ag-charts-core'; import { BBox } from '../../scene/bbox'; import type { DatumIndexType, ISeries, ISeriesProperties } from '../series/seriesTypes'; export declare class SeriesLabelLayoutManager { private readonly labelData; updateLabels(placedLabelSeries: ISeries<DatumIndexType, unknown, ISeriesProperties>[], padding: Padding, seriesRect?: BBox): void; }