请参阅plunker网址以获取演示。
根据快照:
数据值的格式与它们获取的格式相同。它应该具有以单位显示的选项:
像2140000一样显示为2 GB。
代码示例:
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';
}