@formant/ava
Version:
A framework for automated visual analytics.
4 lines (3 loc) • 367 B
TypeScript
import { HomogeneousPatternInfo, InsightInfo, InsightVisualizationSpec } from '../../types';
export declare function generateHomogeneousInsightAugmentedMarks(pattern: HomogeneousPatternInfo): any[];
export declare function generateHomogeneousInsightChartSpec(insight: InsightInfo<HomogeneousPatternInfo>, pattern: HomogeneousPatternInfo): InsightVisualizationSpec[];