UNPKG

ag-charts-community

Version:

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

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