]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/sparkline.mdwn
close this one
[ikiwiki.git] / doc / plugins / sparkline.mdwn
index edecfb21c922a723a3b33e645537a48439c5dc6c..1b22054a65a66b580938fe682d8701144b09078d 100644 (file)
@@ -17,9 +17,8 @@ to use the plugin, you will need:
 * A "php" program in the path, that can run standalone php programs.
 * [[cpan Digest::SHA1]]
 
 * A "php" program in the path, that can run standalone php programs.
 * [[cpan Digest::SHA1]]
 
-On a Debian system, this can be accomplished by installing the
-`libsparkline-php`, `php5-gd`, `php5-cli`, and `libdigest-sha1-perl`
-packages.
+On a Debian system, this can be accomplished by installing these packages:
+`libsparkline-php` `php5-gd` `php5-cli` `libdigest-sha1-perl`
 
 # examples
 
 
 # examples
 
@@ -48,9 +47,8 @@ with negative values are colored red, instead of the default black.
 
 # usage
 
 
 # usage
 
-The form for the data points is "x,y" for line graphs, or just "y" if the x
-values don't matter. Bar graphs can also add "(color)" to specify a color
-for that bar.
+The form for the data points is "x,y", or just "y" if the x values don't
+matter. Bar graphs can also add "(color)" to specify a color for that bar.
 
 The following named parameters are recognised. Most of these are the same
 as those used by the underlying sparkline library, which is documented in
 
 The following named parameters are recognised. Most of these are the same
 as those used by the underlying sparkline library, which is documented in