export interface GalenChartDataPoint { name: string; value: any[]; }