UNPKG

ag-charts-community

Version:

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

9 lines (8 loc) 242 B
import type { NormalisedTextOrSegments } from 'ag-charts-core'; import type { Text } from '../scene/shape/text'; export interface CaptionLike { enabled: boolean; text?: NormalisedTextOrSegments; padding: number; node: Text; }