class RailsDataExplorer::DataType::Quantitative::Integer

Responsibilities:

* Provide methods for integer quantitative data type.

Collaborators:

* DataSet

Public Instance Methods

axis_tick_format(values) click to toggle source
# File lib/rails_data_explorer/data_type/quantitative/integer.rb, line 14
def axis_tick_format(values)
  "d3.format('r')"
end