UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

8 lines (7 loc) 299 B
import { Mark } from '@antv/g2'; import { InsightInfo, InsightType } from '../../types'; export declare const insight2ChartStrategy: (insight: Omit<InsightInfo<import("../../types").PatternInfo>, "patterns" | "visualizationSpecs"> & { patterns: { type: InsightType; }[]; }) => Mark;