1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `sparkline` directive is supplied by the [[!iki plugins/sparkline "
22 "desc=sparkline]] plugin."
27 "This directive allows for embedding sparklines into wiki pages. A sparkline "
28 "is a small word-size graphic chart, that is designed to be displayed "
40 "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
41 "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
46 "This creates a simple line graph, graphing several points. It will be drawn "
47 "40 pixels wide and 16 pixels high. The high point in the line has a green "
48 "marker, and the low point has a red marker."
54 "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar "
56 "\tbarspacing=1 height=13]]\n"
61 "This more complex example generates a bar graph. The bars are 2 pixels "
62 "wide, and separated by one pixel, and the graph is 13 pixels tall. Width is "
63 "determined automatically for bar graphs. The points with negative values are "
64 "colored red, instead of the default black."
74 "The form for the data points is \"x,y\", or just \"y\" if the x values don't "
75 "matter. Bar graphs can also add \"(color)\" to specify a color for that bar."
80 "The following named parameters are recognised. Most of these are the same as "
81 "those used by the underlying sparkline library, which is documented in more "
82 "detail in [its wiki](http://sparkline.wikispaces.com/usage)."
86 msgid "`style` - Either \"line\" (the default) or \"bar\"."
90 msgid "`width` - Width of the graph in pixels. Only needed for line graphs."
94 msgid "`height` - Height of the graph in pixels. Defaults to 16."
98 msgid "`barwidth` - Width of bars in a bar graph. Default is 1 pixel."
101 #. type: Bullet: '* '
103 "`barspacing` - Spacing between bars in a bar graph, in pixels. Default is 1 "
107 #. type: Bullet: '* '
109 "`ymin`, `ymax` - Minimum and maximum values for the Y axis. This is normally "
110 "calculated automatically, but can be explicitly specified to get the same "
111 "values for multiple related graphs."
114 #. type: Bullet: '* '
116 "`featurepoint` - Adds a circular marker to a line graph, with optional "
117 "text. This can be used to label significant points."
123 " The value is a comma-delimited list of parameters specifying the feature\n"
124 " point: X value, Y value, color name, circle diameter, text (optional),\n"
125 " and text location (optional). Example: `featurepoint=\"3,5,blue,3\"`\n"
131 " Available values for the text location are: \"top\", \"right\", "
138 msgid "[[!meta robots=\"noindex, follow\"]]\n"