Loading...
 
Skip to main content

History: PluginChart

Source of version: 18 (current)

Copy to clipboard
            ! Plugin Chart
''Introduced in ((Tiki2))''

Use this ((wiki plugin)) to display a chart from a ((Spreadsheet)). This plugin can be generated by the TikiSheet chart tool. 

!!Parameters
{pluginmanager plugin="chart"}

!! Chart Types
By default, this plugin was able to display these chart types:
{img src="img/wiki_up/chart_type.png"}

(taken from ((Spreadsheet Graphics and Charts)) )

!! Example 1
Example of Chart syntax generated through the __tiki-graph_sheet.php__ feature (see below the parameters form and spreadsheet preview in the screenshot):

{img src="img/wiki_up/chart_param_pie.png"}

!! Example 2
Example of chart using Plugin Chart directly. 

''This code'':
{CODE(colors="tiki")}
{chart id="4" type="PieChartGraphic" width="600" height="400" format="letter"  value="D2:D8" label="E2:E8"}
{CODE}

''Would produce'':
{chart id="4" type="PieChartGraphic" width="600" height="400" format="letter" value="D2:D8" label="E2:E8"}

!! Related
* ((Spreadsheet Graphics and Charts))
* [https://dev.tiki.org/PluginChart]