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) • 377 B
TypeScript
import { ChartTypeConfig } from '../../charts/chartConfigs';
/**
* Configuration for the sunburst chart type
*
* Sunburst charts visualize hierarchical flow data as concentric rings.
* They work with the same flow data as Sankey but show only "after" steps
* radiating outward from the central starting step.
*/
export declare const sunburstChartConfig: ChartTypeConfig;