UNPKG

drizzle-cube

Version:

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

10 lines (9 loc) 326 B
import { ChartTypeConfig } from '../../charts/chartConfigs'; /** * Configuration for the sankey chart type * * Sankey charts visualize flow data between nodes. * They work with data from flow queries which provide * nodes and links representing user journeys. */ export declare const sankeyChartConfig: ChartTypeConfig;