diff --git a/demo/examples/legend.html b/demo/examples/legend.html
index d1ce16cf..1a807579 100644
--- a/demo/examples/legend.html
+++ b/demo/examples/legend.html
@@ -64,10 +64,10 @@
Legend
const y2 = new Yagr(chart2, {
title: {text: 'On Bottom'},
- timeline: [1, 2, 3, 4, 5],
+ timeline: [1, 2, 3],
series: [
{data: [1, 2, 3], color: 'red'},
- {data: [1, 2, 3], color: 'green', type: 'area'},
+ {data: [2, 1, 2], color: 'green', type: 'area'},
{data: [1, 2, 3], color: 'lime', type: 'area'},
],
axes: {