Sha256: 298fbac67722ac1d9a73209fd98c66f918948779d74dd406bdd59dcb1cd9bb89

Contents?: true

Size: 205 Bytes

Versions: 6

Compression:

Stored size: 205 Bytes

Contents

class RailsDataExplorer
  class DataType
    class Quantitative
      class Integer < Quantitative

        def axis_tick_format(values)
          "d3.format('r')"
        end

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails-data-explorer-0.2.3 lib/rails-data-explorer/data_type/quantitative/integer.rb
rails-data-explorer-0.2.2 lib/rails-data-explorer/data_type/quantitative/integer.rb
rails-data-explorer-0.2.1 lib/rails-data-explorer/data_type/quantitative/integer.rb
rails-data-explorer-0.2.0 lib/rails-data-explorer/data_type/quantitative/integer.rb
rails-data-explorer-0.1.0 lib/rails-data-explorer/data_type/quantitative/integer.rb
rails-data-explorer-0.0.1 lib/rails-data-explorer/data_type/quantitative/integer.rb