UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

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