X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/433200c5c7dc7d4378de89003085660ce5bccb43..bb7ef14a2b411f71f3bb7acb55c6d8215b0b0c82:/doc/plugins/sparkline.mdwn diff --git a/doc/plugins/sparkline.mdwn b/doc/plugins/sparkline.mdwn index edecfb21c..9a5d0eb74 100644 --- a/doc/plugins/sparkline.mdwn +++ b/doc/plugins/sparkline.mdwn @@ -17,9 +17,10 @@ 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` + +This plugin also uses the [[cpan Digest::SHA1]] perl module. # examples @@ -48,9 +49,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