Commit f153133f authored by Paul Asmuth's avatar Paul Asmuth
Browse files

ulm_stats: age distribution bar charts

parent 16551986
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -353,6 +353,25 @@ FnordMetric.namespace :ulikeme do
    :title => "Age Distribution (male) daily"


  widget 'Demography', {
    :title => "Age Distribution: Female Users (Monthly)",
    :type => :bars,
    :width => 50,
    :autoupdate => 5,
    :order_by => :field,
    :gauges => [ :age_distribution_female_monthly ]
  }

  widget 'Demography', {
    :title => "Age Distribution: Male Users (Monthly)",
    :type => :bars,
    :width => 50,
    :autoupdate => 5,
    :order_by => :field,
    :gauges => [ :age_distribution_male_monthly ]
  }


  widget 'Demography', {
    :title => "Age Distribution: Female Users",
    :type => :toplist,