Adding the graphing engine.
This commit is contained in:
parent
683b580849
commit
27af7de00c
25 changed files with 3830 additions and 15 deletions
|
|
@ -198,6 +198,16 @@ width is 150 pixels.|,
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'generate graph' => {
|
||||
message => q|Generate image graph|,
|
||||
lastUpdated => 1031514049,
|
||||
},
|
||||
|
||||
'generate graph description' => {
|
||||
message => q|Set this switch to 'on' to enable generation of
|
||||
an image graph.|,
|
||||
lastUpdated => 1031514049,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
62
lib/WebGUI/i18n/English/Graphics.pm
Normal file
62
lib/WebGUI/i18n/English/Graphics.pm
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
package WebGUI::i18n::English::Graphics;
|
||||
|
||||
our $I18N = {
|
||||
'manage graphics' => {
|
||||
message => q|Graphics|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'manage palettes' => {
|
||||
message => q|Manage palettes|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'manage fonts' => {
|
||||
message => q|Manage fonts|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add palette' => {
|
||||
message => q|Add a new palette|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add font' => {
|
||||
message => q|Add a new font|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'color name' => {
|
||||
message => q|Color name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill color' => {
|
||||
message => q|Fill color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill alpha' => {
|
||||
message => q|Fill transparency|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke color' => {
|
||||
message => q|Stroke color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke alpha' => {
|
||||
message => q|Stroke transparency|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font name' => {
|
||||
message => q|Font name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font file' => {
|
||||
message => q|Font file|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'palette name' => {
|
||||
message => q|Palette name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add color' => {
|
||||
message => q|Add a color to this palette.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
42
lib/WebGUI/i18n/English/Image_Graph.pm
Normal file
42
lib/WebGUI/i18n/English/Image_Graph.pm
Normal 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;
|
||||
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;
|
||||
43
lib/WebGUI/i18n/English/Image_Graph_XYGraph.pm
Normal file
43
lib/WebGUI/i18n/English/Image_Graph_XYGraph.pm
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
package WebGUI::i18n::English::Image_Graph_XYGraph;
|
||||
|
||||
our $I18N = {
|
||||
'chart width' => {
|
||||
message => q|Chart width|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'chart height' => {
|
||||
message => q|Chart height|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw labels' => {
|
||||
message => q|Draw labels|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw axis' => {
|
||||
message => q|Draw axis|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw rulers' => {
|
||||
message => q|Draw rulers|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'draw mode' => {
|
||||
message => q|Draw mode|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'y granularity' => {
|
||||
message => q|Vertical step size|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'axis color' => {
|
||||
message => q|Axis color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'ruler color' => {
|
||||
message => q|Ruler color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
15
lib/WebGUI/i18n/English/Image_Graph_XYGraph_Bar.pm
Normal file
15
lib/WebGUI/i18n/English/Image_Graph_XYGraph_Bar.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package WebGUI::i18n::English::Image_Graph_XYGraph_Bar;
|
||||
|
||||
our $I18N = {
|
||||
'bar spacing' => {
|
||||
message => q|Bar spacing|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'group spacing' => {
|
||||
message => q|Group spacing|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue