X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fplotter.html;h=c2f0b812d2f782cc9614514cc7b970d5170322bf;hb=91cf61beb7c8d3836f3d860bf89a4464dabdf709;hp=414197a2d56804d1bc72de9dcee8dc7edc79e5a1;hpb=300c5ff08f0d397093c803bc86f5cd145ba9655d;p=dygraphs.git diff --git a/tests/plotter.html b/tests/plotter.html index 414197a..c2f0b81 100644 --- a/tests/plotter.html +++ b/tests/plotter.html @@ -42,7 +42,7 @@ if (data[0].length == 2) { labels.push('Y'); } else { - for (var i = 0; i < data[0].length; i++) { + for (var i = 1; i < data[0].length; i++) { labels.push('Y' + (1 + i)); } }