Extensions Wiki » Extensions » Chart Macro

Changes for document Chart Macro

Last modified by Vincent Massol on 2013/05/29 16:06
From version 48.2
edited by Vincent Massol
on 2012/05/18 12:26
To version 49.1
edited by Vincent Massol
on 2012/05/18 12:28
Change comment: There is no comment for this version

Comment changes

Comment number 6 modified

Date
2012-05-18 12:26:48.9120

Object changes

Object number 0 of type ExtensionCode.ExtensionClass modified

Description
... ... @@ -82,3 +82,23 @@
82 82 {{image reference="charttest.png"/}}
83 83
84 84 See also the [[Syntax Distribution Chart Snippet>>Extension.Syntaxes Distribution Chart]] for another example.
85 +
86 +=== 3D Example ===
87 +
88 +{{code}}
89 +{{chart type='bar3D' source='inline' params='range:B2-B9;series:columns'}}
90 +|=Date|=Value
91 +|2012-02-21|1.97
92 +|2012-02-26|2.96
93 +|2012-03-04|3.93
94 +|2012-03-11|4.84
95 +|2012-03-18|5.83
96 +|2012-03-25|4.5
97 +|2012-04-01|3.85
98 +|2012-04-08|4.87
99 +{{/chart}}
100 +{{/code}}
101 +
102 +**Result:**
103 +
104 +{{image reference="3dbar.png"/}}

Download XWiki