/home/desid573/public_html/family/pdd/app/webroot/admin/plugins/morris/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
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/desid573/public_html/family/pdd/app/webroot/admin/plugins/morris/examples/non-date.html (1216B)

Formatting Non-date Arbitrary X-axis

var day_data = [
  {"elapsed": "I", "value": 34},
  {"elapsed": "II", "value": 24},
  {"elapsed": "III", "value": 3},
  {"elapsed": "IV", "value": 12},
  {"elapsed": "V", "value": 13},
  {"elapsed": "VI", "value": 22},
  {"elapsed": "VII", "value": 5},
  {"elapsed": "VIII", "value": 26},
  {"elapsed": "IX", "value": 12},
  {"elapsed": "X", "value": 19}
];
Morris.Line({
  element: 'graph',
  data: day_data,
  xkey: 'elapsed',
  ykeys: ['value'],
  labels: ['value'],
  parseTime: false
});