diff --git a/examples/days.html b/examples/days.html
index 17d0339..451d842 100644
--- a/examples/days.html
+++ b/examples/days.html
@@ -31,7 +31,10 @@ Morris.Line({
data: day_data,
xkey: 'period',
ykeys: ['licensed', 'sorned'],
- labels: ['Licensed', 'SORN']
+ labels: ['Licensed', 'SORN'],
+ hoverOptions: {
+ position: 'absolute right'
+ }
});