export type ChartType = 'cartesian' | 'polar' | 'topology' | 'standalone';
