UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

6 lines (5 loc) 354 B
import { Mark } from '@antv/g2'; import { ChangePointInfo, InsightInfo } from '../../../types'; import { ChangePointMark } from '../../types'; export declare const changePointAugmentedMarksStrategy: (insight: InsightInfo<ChangePointInfo>) => ChangePointMark[]; export declare const changePointStrategy: (insight: InsightInfo<ChangePointInfo>) => Mark[];