Adding hoverhelp to the graphing stuff.
This commit is contained in:
parent
9d84eb204d
commit
64b0597481
10 changed files with 243 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue