# File lib/chart-candy/builder/line.rb, line 35 def add_dot_label_money(amount) sprintf("%0.02f", amount.round(2)).gsub('.', ',') + ' $' end