UNPKG

ag-charts-community

Version:

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

9 lines (8 loc) 228 B
import type { TextSegment } from 'ag-charts-types'; import type { Text } from '../scene/shape/text'; export interface CaptionLike { enabled: boolean; text?: string | TextSegment[]; padding: number; node: Text; }