@formant/ava
Version:
A framework for automated visual analytics.
15 lines (14 loc) • 448 B
TypeScript
import { ChartType, InsightType } from '../types';
export declare const INSIGHT_COLOR_PLATTE: Record<string, string>;
export declare const BOLD_FONT_WEIGHT = 500;
export declare const TEXT_STYLE: {
textAlign: string;
fill: string;
fontFamily: string;
opacity: number;
};
export declare const ChartTypeMap: Record<InsightType, ChartType>;
export declare const PIE_RADIUS_STYLE: {
innerRadius: number;
outerRadius: number;
};