mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
modified examples/days
This commit is contained in:
parent
9c4ce4f236
commit
915b2f23ad
@ -30,7 +30,8 @@ Morris.Line({
|
|||||||
data: day_data,
|
data: day_data,
|
||||||
xkey: 'period',
|
xkey: 'period',
|
||||||
ykeys: ['licensed', 'sorned'],
|
ykeys: ['licensed', 'sorned'],
|
||||||
labels: ['Licensed', 'SORN']
|
labels: ['Licensed', 'SORN'],
|
||||||
|
xlabel: 'month', xlabelMargin: 24
|
||||||
});
|
});
|
||||||
</pre>
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user