Changes for page Chart
Last modified by Administrator on 2021/08/11 11:39
edited by Administrator
on 2021/08/11 11:39
on 2021/08/11 11:39
edited by Sebastian Sams
on 2017/06/29 12:34
on 2017/06/29 12:34
Change comment:
Install extension [org.xwiki.contrib:application-help-center-1.1]
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - $services.localization.render('help.macros.chart.title')1 +Chart - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Admin1 +XWiki.ssams - Content
-
... ... @@ -2,14 +2,11 @@ 2 2 {{toc start="2" /}} 3 3 {{/box}} 4 4 5 -{{velocity}} 6 -$services.localization.render('help.macros.chart', ['**', '**']) [[$services.localization.render('help.more.label')>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro]] 5 +**Chart Macro** displays graphical charts generated from miscellaneous data sources. [[Learn more>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro]] 7 7 8 -== $services.localization.render('help.macros.chart.pie')==7 +== Pie Chart == 9 9 10 -=== $services.localization.render('help.macros.example') 1 === 11 -{{/velocity}} 12 - 9 +=== Example 1 === 13 13 {{example}} 14 14 {{chart type="pie" source="inline" params="range:B2-D5;series:columns;" title="Pie Chart" width="320" height="240"}} 15 15 |=|=X|=Y|=Z ... ... @@ -20,10 +20,7 @@ 20 20 {{/chart}} 21 21 {{/example}} 22 22 23 -{{velocity}} 24 -=== $services.localization.render('help.macros.example') 2 === 25 -{{/velocity}} 26 - 20 +=== Example 2 === 27 27 {{example}} 28 28 {{chart type="pie" source="inline" params="range:B2-D5;series:columns;colors:d9534f,f0ad4e,337ab7,5cb85c;backgroundColor:FFFFFF;" title="Pie Chart"}} 29 29 |=|=X|=Y|=Z ... ... @@ -34,9 +34,7 @@ 34 34 {{/chart}} 35 35 {{/example}} 36 36 37 -{{velocity}} 38 -== $services.localization.render('help.macros.chart.bar') == 39 -{{/velocity}} 31 +== Bar Chart == 40 40 41 41 {{example}} 42 42 {{chart type="bar" source="inline" params="range:B2-D5;series:columns;colors:C3E3F7,1D9FF5,015891,012A45;backgroundColor:FFFFFF;" title="Bar Chart"}} ... ... @@ -49,9 +49,7 @@ 49 49 50 50 {{/example}} 51 51 52 -{{velocity}} 53 -== $services.localization.render('help.macros.chart.time') == 54 -{{/velocity}} 44 +== Time Series Chart == 55 55 56 56 {{example}} 57 57 {{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"}}