class RailsDataExplorer::DataType::Quantitative::Decimal
Responsibilities:
* Provide methods for decimal quantitative data type.
Collaborators:
* DataSet
Public Instance Methods
axis_tick_format(values)
click to toggle source
# File lib/rails_data_explorer/data_type/quantitative/decimal.rb, line 14 def axis_tick_format(values) "d3.format('.02f')" end