export interface DataValuePoint { id: string; label: string; value: number; }