Fork me on GitHub

This page allow you to quickly test Morris.js06 with some of the available options. Let's consider the following dataset:

						[
	{ year: '1958', nb: 90, e: 1 },
	{ year: '1962', nb: 40, e: 2 },
	{ year: '1970', nb: 20, e: 4 },
	{ year: '1994', nb: 10, e: 9 },
	{ year: '2002', nb: 10, e: 10 },
]
					

Options for both charts

Nb of series on right Y axis

Options for line chart

Options for bar chart