@formant/ava
Version:
A framework for automated visual analytics.
6 lines (5 loc) • 382 B
TypeScript
import { Mark } from '@antv/g2';
import { InsightInfo, CategoryOutlierInfo } from '../../../types';
import { CategoryOutlierMark } from '../../types';
export declare const categoryOutlierAugmentedMarksStrategy: (insight: InsightInfo<CategoryOutlierInfo>) => CategoryOutlierMark[];
export declare const categoryOutlierStrategy: (insight: InsightInfo<CategoryOutlierInfo>) => Mark[];