... |
... |
@@ -2,11 +2,14 @@ |
2 |
2 |
{{toc start="2" /}} |
3 |
3 |
{{/box}} |
4 |
4 |
|
5 |
|
-**Chart Macro** displays graphical charts generated from miscellaneous data sources. [[Learn more>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro]] |
|
5 |
+{{velocity}} |
|
6 |
+$services.localization.render('help.macros.chart', ['**', '**']) [[$services.localization.render('help.more.label')>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro]] |
6 |
6 |
|
7 |
|
-== Pie Chart == |
|
8 |
+== $services.localization.render('help.macros.chart.pie') == |
8 |
8 |
|
9 |
|
-=== Example 1 === |
|
10 |
+=== $services.localization.render('help.macros.example') 1 === |
|
11 |
+{{/velocity}} |
|
12 |
+ |
10 |
10 |
{{example}} |
11 |
11 |
{{chart type="pie" source="inline" params="range:B2-D5;series:columns;" title="Pie Chart" width="320" height="240"}} |
12 |
12 |
|=|=X|=Y|=Z |
... |
... |
@@ -17,7 +17,10 @@ |
17 |
17 |
{{/chart}} |
18 |
18 |
{{/example}} |
19 |
19 |
|
20 |
|
-=== Example 2 === |
|
23 |
+{{velocity}} |
|
24 |
+=== $services.localization.render('help.macros.example') 2 === |
|
25 |
+{{/velocity}} |
|
26 |
+ |
21 |
21 |
{{example}} |
22 |
22 |
{{chart type="pie" source="inline" params="range:B2-D5;series:columns;colors:d9534f,f0ad4e,337ab7,5cb85c;backgroundColor:FFFFFF;" title="Pie Chart"}} |
23 |
23 |
|=|=X|=Y|=Z |
... |
... |
@@ -28,7 +28,9 @@ |
28 |
28 |
{{/chart}} |
29 |
29 |
{{/example}} |
30 |
30 |
|
31 |
|
-== Bar Chart == |
|
37 |
+{{velocity}} |
|
38 |
+== $services.localization.render('help.macros.chart.bar') == |
|
39 |
+{{/velocity}} |
32 |
32 |
|
33 |
33 |
{{example}} |
34 |
34 |
{{chart type="bar" source="inline" params="range:B2-D5;series:columns;colors:C3E3F7,1D9FF5,015891,012A45;backgroundColor:FFFFFF;" title="Bar Chart"}} |
... |
... |
@@ -41,7 +41,9 @@ |
41 |
41 |
|
42 |
42 |
{{/example}} |
43 |
43 |
|
44 |
|
-== Time Series Chart == |
|
52 |
+{{velocity}} |
|
53 |
+== $services.localization.render('help.macros.chart.time') == |
|
54 |
+{{/velocity}} |
45 |
45 |
|
46 |
46 |
{{example}} |
47 |
47 |
{{chart type="xy_line_and_shape" params="range:B2-C19;dataset:timetable_xy;domain_axis_type:date;domain_axis_date_format:MMM-yyyy;date_format:yyyy-MM;time_period:month;range_axis_lower:100;range_axis_upper:190" title="Time Series Chart"}} |