UNPKG

ag-charts-community

Version:

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

8 lines (7 loc) 160 B
import type { Text } from '../scene/shape/text'; export interface CaptionLike { enabled: boolean; text?: string; padding: number; node: Text; }