Sindbad~EG File Manager

Current Path : /home/beghelic/public_html/old-yedek/admin/plugins/morrisjs/spec/lib/grid/
Upload File :
Current File : //home/beghelic/public_html/old-yedek/admin/plugins/morrisjs/spec/lib/grid/y_label_format_spec.coffee

describe 'Morris.Grid#yLabelFormat', ->

  it 'should use custom formatter for y labels', ->
    formatter = (label) ->
      flabel = parseFloat(label) / 1000
      "#{flabel.toFixed(1)}k"
    line = Morris.Line
      element: 'graph'
      data: [{x: 1, y: 1500}, {x: 2, y: 2500}]
      xkey: 'x'
      ykeys: ['y']
      labels: ['dontcare']
      preUnits: "$"
      yLabelFormat: formatter
    line.yLabelFormat(1500).should.equal "1.5k"

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists