class Playbook::PbGauge::Gauge

def chart_data_formatted

def chart_data_formatted
  chart_data.map { |hash| hash[:y] = hash.delete :value }
  chart_data
end