X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fplotter.html;h=c2f0b812d2f782cc9614514cc7b970d5170322bf;hb=7c5c5ece906e40e036e401ab92296c18f5c32f3a;hp=414197a2d56804d1bc72de9dcee8dc7edc79e5a1;hpb=bff6800b2885c168f3c276b50fa73b7679824067;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)); } }