modified examples/days

This commit is contained in:
Tim Taubner 2012-03-17 15:32:41 +01:00
parent 9c4ce4f236
commit 915b2f23ad

View File

@ -30,7 +30,8 @@ Morris.Line({
data: day_data,
xkey: 'period',
ykeys: ['licensed', 'sorned'],
labels: ['Licensed', 'SORN']
labels: ['Licensed', 'SORN'],
xlabel: 'month', xlabelMargin: 24
});
</pre>
</body>