Refer plunker url for the demo.
As per the snapshot:
Data values are coming the same format they are being fetched. It should have option to display in unit:
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';
}