Adding the graphing engine.
This commit is contained in:
parent
683b580849
commit
27af7de00c
25 changed files with 3830 additions and 15 deletions
66
lib/WebGUI/i18n/English/Image_Graph_Pie.pm
Normal file
66
lib/WebGUI/i18n/English/Image_Graph_Pie.pm
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
package WebGUI::i18n::English::Image_Graph_Pie;
|
||||
|
||||
our $I18N = {
|
||||
'radius' => {
|
||||
message => q|Radius|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'pie height' => {
|
||||
message => q|Pie height|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'tilt angle' => {
|
||||
message => q|Tilt angle (0 degrees for 2d pies|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'start angle' => {
|
||||
message => q|Start angle|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'shade sides' => {
|
||||
message => q|Shade sides?|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick length' => {
|
||||
message => q|Stick length (0 to disable sticks)|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick offset' => {
|
||||
message => q|Stick offset|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stick color' => {
|
||||
message => q|Stick color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'label position' => {
|
||||
message => q|Label position|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'top' => {
|
||||
message => q|Top|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'bottom' => {
|
||||
message => q|Bottom|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'center' => {
|
||||
message => q|Center|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'pie mode' => {
|
||||
message => q|Pie mode|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'normal' => {
|
||||
message => q|Normal|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stepped' => {
|
||||
message => q|Stepped|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue