Adding hoverhelp to the graphing stuff.
This commit is contained in:
parent
9d84eb204d
commit
64b0597481
10 changed files with 243 additions and 8 deletions
|
|
@ -25,34 +25,69 @@ our $I18N = {
|
|||
message => q|Color name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'color name description' => {
|
||||
message => q|The name for this color.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill color' => {
|
||||
message => q|Fill color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill color description' => {
|
||||
message => q|The fill color for this color.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill alpha' => {
|
||||
message => q|Fill transparency|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill alpha description' => {
|
||||
message => q|Defines the transparency of the fill color.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke color' => {
|
||||
message => q|Stroke color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke color description' => {
|
||||
message => q|The stroke color for this color.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke alpha' => {
|
||||
message => q|Stroke transparency|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke alpha description' => {
|
||||
message => q|Defines the transparency of the stroke color.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font name' => {
|
||||
message => q|Font name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font name description' => {
|
||||
message => q|The label by which this font will appear in the
|
||||
interface.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font file' => {
|
||||
message => q|Font file|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font file description' => {
|
||||
message => q|The file containing the font. Must be a TrueType
|
||||
(.ttf) font.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'palette name' => {
|
||||
message => q|Palette name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'palette name description' => {
|
||||
message => q|The label by which this palette will be shown in
|
||||
the interface.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add color' => {
|
||||
message => q|Add a color to this palette.|,
|
||||
lastUpdated => 1131394070,
|
||||
|
|
|
|||
|
|
@ -5,6 +5,14 @@ our $I18N = {
|
|||
message => q|Image width|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'image width description' => {
|
||||
message => q|The width of the complete image in pixels.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'image height description' => {
|
||||
message => q|The height of the complete image in pixels.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'image height' => {
|
||||
message => q|Image height|,
|
||||
lastUpdated => 1131394070,
|
||||
|
|
@ -13,30 +21,61 @@ our $I18N = {
|
|||
message => q|Background color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'background color description' => {
|
||||
message => q|The background (fill) color of the image.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'palette' => {
|
||||
message => q|Palette|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'palette description' => {
|
||||
message => q|The palette that should be used to draw the graph.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label offset' => {
|
||||
message => q|Label offset|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label offset description' => {
|
||||
message => q|The distance between the labels and the graph
|
||||
elements, like the axis or label sticks.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label font' => {
|
||||
message => q|Font|,
|
||||
message => q|Label font|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label font description' => {
|
||||
message => q|The font that should be used to draw the labels.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label color' => {
|
||||
message => q|Label color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label color description' => {
|
||||
message => q|The color in which the labels should be drawn.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label fontsize' => {
|
||||
message => q|Font size|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label fontsize description' => {
|
||||
message => q|The pointsize of the label font.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'graph type' => {
|
||||
message => q|Graph type|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'graph type description' => {
|
||||
message => q|Use this option to select what kind of graph you
|
||||
want to use.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'no graphing plugins' => {
|
||||
message => q|No graphing plugins found|,
|
||||
lastUpdated => 1146451962,
|
||||
|
|
|
|||
|
|
@ -5,38 +5,92 @@ our $I18N = {
|
|||
message => q|Radius|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'radius description' => {
|
||||
message => q|The radius of the pie in pixels.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'pie height' => {
|
||||
message => q|Pie height|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'tilt angle' => {
|
||||
message => q|Tilt angle (0 degrees for 2d pies|,
|
||||
'pie height description' => {
|
||||
message => q|The thickness of the pie in pixel. Has no effect in
|
||||
case of 2d pies.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'tilt angle' => {
|
||||
message => q|Tilt angle|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'tilt angle description' => {
|
||||
message => q|The angle the pi should be rotated over the x-axis.
|
||||
Valid values are 0 - 90 degrees. Entering 0 degrees will result in a 2d pie.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'start angle' => {
|
||||
message => q|Start angle|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'start angle description' => {
|
||||
message => q|The initial angle in degrees the first pie slic
|
||||
has. The east (rightmost) side of the pie is at 0 degrees.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'shade sides' => {
|
||||
message => q|Shade sides?|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick length' => {
|
||||
message => q|Stick length (0 to disable sticks)|,
|
||||
'shade sides description' => {
|
||||
message => q|Setting this option to yes will cause the sides and
|
||||
rim of pie to be drawn with a darker color than the top and bottom.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'stick length' => {
|
||||
message => q|Stick length|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick length description' => {
|
||||
message => q|The length og the stick connecting the labels and
|
||||
the pie. To disable label sticks, please set this value to zero.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'stick offset' => {
|
||||
message => q|Stick offset|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick offset description' => {
|
||||
message => q|The distance between the label sticks and the pie
|
||||
surface. If the stick length is set to 0, this option won't have any effect.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'stick color' => {
|
||||
message => q|Stick color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick color description' => {
|
||||
message => q|The color of the label sticks.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'label position' => {
|
||||
message => q|Label position|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label position description' => {
|
||||
message => q|The alignment of the labels (and label sticks)
|
||||
relative to the sidewalls of the pie. Choose 'top' for alignment with the top
|
||||
plane, 'bottom' for alignment with the bottom plane and 'center' for a position
|
||||
in between.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'top' => {
|
||||
message => q|Top|,
|
||||
lastUpdated => 1131394070,
|
||||
|
|
@ -49,10 +103,19 @@ our $I18N = {
|
|||
message => q|Center|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'pie mode' => {
|
||||
message => q|Pie mode|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'pie mode description' => {
|
||||
message => q|The way the pie should be drawn. You can choose
|
||||
between 'normal' and 'stepped'. Choosing the former option will result in a
|
||||
vanilla pie, while the latter option will draw each consecutive pie slice with a
|
||||
smaller thickness, causing a 'stairs' effect.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'normal' => {
|
||||
message => q|Normal|,
|
||||
lastUpdated => 1131394070,
|
||||
|
|
|
|||
|
|
@ -5,38 +5,90 @@ our $I18N = {
|
|||
message => q|Chart width|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'chart width description' => {
|
||||
message => q|The width of the chart. Must be smaller than the
|
||||
witdh of the image.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'chart height' => {
|
||||
message => q|Chart height|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'chart height description' => {
|
||||
message => q|The height of the chart. Must be smaller than the
|
||||
height of the egraph|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'draw labels' => {
|
||||
message => q|Draw labels|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw labels description' => {
|
||||
message => q|Set to yes if you want to show the labels.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'draw axis' => {
|
||||
message => q|Draw axis|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw axis description' => {
|
||||
message => q|Set to yes if you want to show the axis.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'draw rulers' => {
|
||||
message => q|Draw rulers|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw rulers description' => {
|
||||
message => q|Set to yes if you want to show the rulers.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'draw mode' => {
|
||||
message => q|Draw mode|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw mode description' => {
|
||||
message => q|Defines how the graph should be drawn. You can
|
||||
choose between 'Side by side' and 'Stacked'. Side by side will draw bars from
|
||||
diffrent datasets next to each other, giving a good comparison. If you choose
|
||||
for stacked these bars are drawn on top of each other yielding a better
|
||||
indication of the total value of them. For single dataset chart (like for
|
||||
instance polls this option has no effect.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'y granularity' => {
|
||||
message => q|Vertical step size|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'y granularity description' => {
|
||||
message => q|Here you can define the distance between rulers and
|
||||
labels on the y axis.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'axis color' => {
|
||||
message => q|Axis color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'axis color description' => {
|
||||
message => q|The color for the axis.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'ruler color' => {
|
||||
message => q|Ruler color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'ruler color description' => {
|
||||
message => q|The color for the rulers.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,21 @@ our $I18N = {
|
|||
message => q|Bar spacing|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'bar spacing description' => {
|
||||
message => q|The distance in pixels between bars within one
|
||||
group.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
'group spacing' => {
|
||||
message => q|Group spacing|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'group spacing description' => {
|
||||
message => q|The distance in pixels between groups of bars.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue