请参阅plunker url 以获取演示。
根据快照:
数据值的格式与获取它们的格式相同。它应该有以单位显示的选项:
比如 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';
}