General Actions:
| ... | ... | @@ -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"/}} |