From b90f575a0a8da005173e4b501b534f873b845315 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 16 May 2014 18:37:07 +0800 Subject: [PATCH] update benchmark html --- bench.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bench.html b/bench.html index 1e8b161..ef3c7bb 100644 --- a/bench.html +++ b/bench.html @@ -14,7 +14,6 @@ data: { csv: data, parseDate: function (s) { - console.log( arguments ); var match = s.match(/^([0-9]{1,2})\/([0-9]{1,2})\/([0-9]{2})$/); if (match) { return Date.UTC(+('20' + match[3]), match[1] - 1, +match[2]); @@ -23,16 +22,16 @@ }, title: { - text: 'Daily visits at www.highcharts.com' + text: 'Matching Speed' }, subtitle: { - text: 'Source: Google Analytics' + text: 'Library: r3' }, xAxis: { type: 'datetime', - tickInterval: 7 * 24 * 3600 * 1000, // one week + // tickInterval: 7 * 24 * 3600 * 1000, // one week tickWidth: 0, gridLineWidth: 1, labels: {