/home/techb158/ileadtechnology.com/public/admin/bower_components/morris.js/examples
NameSizeModeActions
lib/-0755rm
area-as-line.html10250644editdlrm
area.html10980644editdlrm
bar-colors.html12530644editdlrm
bar-no-axes.html10010644editdlrm
bar.html10420644editdlrm
days.html15530644editdlrm
decimal-custom-hover.html11920644editdlrm
diagonal-xlabels-bar.html15860644editdlrm
diagonal-xlabels.html15750644editdlrm
donut-colors.html11170644editdlrm
donut-formatter.html10640644editdlrm
donut.html9970644editdlrm
dst.html10330644editdlrm
events.html25090644editdlrm
goals.html10060644editdlrm
index.php530644editdlrm
months-no-smooth.html15460644editdlrm
negative.html11860644editdlrm
no-grid.html15680644editdlrm
non-continuous.html17780644editdlrm
non-date.html12160644editdlrm
quarters.html25310644editdlrm
resize.html16440644editdlrm
stacked_bars.html10110644editdlrm
timestamps.html16250644editdlrm
updating.html13690644editdlrm
weeks.html24790644editdlrm
years.html14890644editdlrm
_template.html7080644editdlrm
Edit: /home/techb158/ileadtechnology.com/public/admin/bower_components/morris.js/examples/events.html (2509B)

Time Events

var week_data = [
  {"period": "2011 W27", "licensed": 3407, "sorned": 660},
  {"period": "2011 W26", "licensed": 3351, "sorned": 629},
  {"period": "2011 W25", "licensed": 3269, "sorned": 618},
  {"period": "2011 W24", "licensed": 3246, "sorned": 661},
  {"period": "2011 W23", "licensed": 3257, "sorned": 667},
  {"period": "2011 W22", "licensed": 3248, "sorned": 627},
  {"period": "2011 W21", "licensed": 3171, "sorned": 660},
  {"period": "2011 W20", "licensed": 3171, "sorned": 676},
  {"period": "2011 W19", "licensed": 3201, "sorned": 656},
  {"period": "2011 W18", "licensed": 3215, "sorned": 622},
  {"period": "2011 W17", "licensed": 3148, "sorned": 632},
  {"period": "2011 W16", "licensed": 3155, "sorned": 681},
  {"period": "2011 W15", "licensed": 3190, "sorned": 667},
  {"period": "2011 W14", "licensed": 3226, "sorned": 620},
  {"period": "2011 W13", "licensed": 3245, "sorned": null},
  {"period": "2011 W12", "licensed": 3289, "sorned": null},
  {"period": "2011 W11", "licensed": 3263, "sorned": null},
  {"period": "2011 W10", "licensed": 3189, "sorned": null},
  {"period": "2011 W09", "licensed": 3079, "sorned": null},
  {"period": "2011 W08", "licensed": 3085, "sorned": null},
  {"period": "2011 W07", "licensed": 3055, "sorned": null},
  {"period": "2011 W06", "licensed": 3063, "sorned": null},
  {"period": "2011 W05", "licensed": 2943, "sorned": null},
  {"period": "2011 W04", "licensed": 2806, "sorned": null},
  {"period": "2011 W03", "licensed": 2674, "sorned": null},
  {"period": "2011 W02", "licensed": 1702, "sorned": null},
  {"period": "2011 W01", "licensed": 1732, "sorned": null}
];
Morris.Line({
  element: 'graph',
  data: week_data,
  xkey: 'period',
  ykeys: ['licensed', 'sorned'],
  labels: ['Licensed', 'SORN'],
  events: [
    '2011-04',
    '2011-08'
  ]
});