Create stacked bar charts using Morris.Bar(options), where options is an object containing the configuration options.
Total Sales
Open Compaign
Daily Sales
Create an area chart using Morris.Area(options). Area charts take all the same options as line charts.
Total Sales
Open Compaign
Daily Sales
Here's an example of how to animate donut charts using Chartist.Svg.animate and SMIL.
A very simple pie chart with label interpolation to show percentage instead of the actual data series value.
A bi-polar bar chart with a range limit set with low and high. There is also an interpolation function used to skip every odd grid line / label.
This chart uses the showArea option to draw line, dots but also an area shape. Use the low option to specify a fixed lower bound that will make the area expand.