# File lib/chart-candy/builder/line.rb, line 103 def to_money_format(value) (BigDecimal.new(value || 0) / 100).round(2) end