Adding the graphing engine.

This commit is contained in:
Martin Kamerbeek 2006-04-30 22:40:23 +00:00
parent 683b580849
commit 27af7de00c
25 changed files with 3830 additions and 15 deletions

View file

@ -0,0 +1,42 @@
package WebGUI::i18n::English::Image_Graph;
our $I18N = {
'image width' => {
message => q|Image width|,
lastUpdated => 1131394070,
},
'image height' => {
message => q|Image height|,
lastUpdated => 1131394070,
},
'background color' => {
message => q|Background color|,
lastUpdated => 1131394070,
},
'palette' => {
message => q|Palette|,
lastUpdated => 1131394070,
},
'label offset' => {
message => q|Label offset|,
lastUpdated => 1131394070,
},
'label font' => {
message => q|Font|,
lastUpdated => 1131394070,
},
'label color' => {
message => q|Label color|,
lastUpdated => 1131394070,
},
'label fontsize' => {
message => q|Font size|,
lastUpdated => 1131394070,
},
'graph type' => {
message => q|Graph type|,
lastUpdated => 1131394070,
},
};
1;