X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/433200c5c7dc7d4378de89003085660ce5bccb43..1dddec0ba9f66f082f4b8349916cdb6bdb5636e3:/doc/plugins/sparkline.mdwn diff --git a/doc/plugins/sparkline.mdwn b/doc/plugins/sparkline.mdwn index edecfb21c..1b22054a6 100644 --- a/doc/plugins/sparkline.mdwn +++ b/doc/plugins/sparkline.mdwn @@ -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]] -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 @@ -48,9 +47,8 @@ with negative values are colored red, instead of the default black. # 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