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.

6 lines 234 B
import { ChartRenderFunction } from '../types'; export interface DifferenceChartConfig { data: number[]; } export declare const renderDifferenceChart: ChartRenderFunction<DifferenceChartConfig>; //# sourceMappingURL=index.d.ts.map