以热图比例显示的值(单位)(swimlane / ngx图)

时间:2018-10-22 09:19:18

标签: angular d3.js ngx-charts

请参阅plunker网址以获取演示。

根据快照:

enter image description here

数据值的格式与它们获取的格式相同。它应该具有以单位显示的选项:

  

像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';
}

0 个答案:

没有答案