diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 05:36:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-07 05:36:32 +0000 |
commit | d72644211e8c7997451ee65a77e54fcda625f608 (patch) | |
tree | 467d5909ddb9ae5838bc3003b9e54c2e210a1a09 | |
parent | 1af4def09a3d09f5013b455c66cc0f1570eeaee1 (diff) |
improve format
-rw-r--r-- | doc/plugins/sparkline.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/sparkline.mdwn b/doc/plugins/sparkline.mdwn index be3c68c42..d12702a1c 100644 --- a/doc/plugins/sparkline.mdwn +++ b/doc/plugins/sparkline.mdwn @@ -39,8 +39,8 @@ marker, and the low point has a red marker. barspacing=1 height=13]] [[if test="enabled(sparkline)" then=""" -[[sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar barwidth=2 -barspacing=1 height=13]] +[[sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) +style=bar barwidth=2 barspacing=1 height=13]] """]] This more complex example generates a bar graph. The bars are 2 pixels |