--- title: Morris Charts --- {{#extend "layout-default"}} {{#content "css_vendor" mode="append"}} {{/content}} {{#content "js_vendor" mode="append"}} {{/content}} {{#content "scripts" mode="replace"}} {{/content}} {{#content "body"}}

Line

Use function: Morris.Line(options) to generate chart.

Area

Create an area chart using: Morris.Area(options).

Bar

Create bar charts using Morris.Bar(options).

Donut

Create a Donut chart using Morris.Donut(options).

{{/content}} {{/extend}}