UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

4 lines (3 loc) 189 B
import { Mark } from '@antv/g2'; import { CorrelationInfo, InsightInfo } from '../../../types'; export declare const correlationStrategy: (insight: InsightInfo<CorrelationInfo>) => Mark[];