From 8cea8701f4693ace48f8fe1fce2b203ba5667e8d Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 22 May 2014 21:37:36 +0800 Subject: [PATCH] set line-width to 1 --- bench.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench.html b/bench.html index f22304e..267ae8f 100644 --- a/bench.html +++ b/bench.html @@ -102,7 +102,7 @@ type: 'area', name: '/qux/bar/corge', pointInterval: 1000, - lineWidth: 2, + lineWidth: 1, marker: { radius: 3 }, @@ -113,7 +113,7 @@ type: 'area', name: '/post/{year}/{month}', pointInterval: 1000, - lineWidth: 2, + lineWidth: 1, marker: { radius: 3 },