As per the attached snapshot scale/range of the heatmap is displaying the data values. Need to display value in units i.e like 2140000 to be displayed as 2 GB.
Code Sample --
export class App {
//single: any[];
multi: any[];
// Size to be displayed
view: any[] = [1000, 400];
// options
showXAxis = true;
showYAxis = true;
gradient = false;
showLegend = true;
showXAxisLabel = true;
xAxisLabel = 'Hour';
showYAxisLabel = true;
yAxisLabel = 'Days';
}
Refer Plunker