UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

6 lines (5 loc) 312 B
import { Mark } from '@antv/g2'; import { InsightInfo, TrendInfo } from '../../../types'; import { TrendMark } from '../../types'; export declare const trendAugmentedMarksStrategy: (insight: InsightInfo<TrendInfo>) => TrendMark[]; export declare const trendStrategy: (insight: InsightInfo<TrendInfo>) => Mark[];