Sabtu, 01 Februari 2014

ExtJS Custom Chart, Axes Numeric

{
    type: 'Numeric',
    label:
            {
                renderer: function (v) {
                    return String(v).replace(/(.)00000$/, '.$1M');
                }
            },
    grid: true,
    position:'bottom'
}

hasilnya seperti ini: 

Tidak ada komentar:

Posting Komentar