export interface IHeatmapColorData { density: number; color: { r: number; g: number; b: number; }; }