set line-width to 1

This commit is contained in:
c9s 2014-05-22 21:37:36 +08:00
parent ebf528281d
commit 8cea8701f4

View file

@ -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
},