UNPKG

drizzle-cube

Version:

Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.

17 lines (16 loc) 438 B
export declare const CHART_COLORS: string[]; export declare const CHART_COLORS_GRADIENT: string[]; export declare const POSITIVE_COLOR = "#10b981"; export declare const NEGATIVE_COLOR = "#ef4444"; export declare const CHART_MARGINS: { top: number; right: number; left: number; bottom: number; }; export declare const RESPONSIVE_CHART_MARGINS: { top: number; right: number; left: number; bottom: number; };