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,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