UNPKG

@antv/t8

Version:

T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.

11 lines 297 B
import { ChartRenderFunction } from '../types'; interface Point { x: number; y: number; } export interface AssociationChartConfig { data: Point[]; } export declare const renderAssociationChart: ChartRenderFunction<AssociationChartConfig>; export {}; //# sourceMappingURL=index.d.ts.map