set line-width to 1
This commit is contained in:
parent
ebf528281d
commit
8cea8701f4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue