Adding the graphing engine.
This commit is contained in:
parent
683b580849
commit
27af7de00c
25 changed files with 3830 additions and 15 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue