Joomla! 3d graphs, CSV graphs, table plugin, module, extension, component.
ARI 3D Graph creates 3D charts for your Joomal! system from inline data or from CSV files.This plugin from plugins repository, it's open source and you can use it for free if you have one of the following products: ARI Smart Content, ARI Smart Content: DataTable Pack, ARI Smart Content: News Pack or ARI Smart Content: Image Pack.
Features:
- Customizable
- Supports data from CSV files
- Easy to use
Example:
Chart is based on data from CSV file.
Chart from inline data.
Usage:
{ari3dgraph size="450" csvFile="images/3dgraph_data.csv"}
{/ari3dgraph}
OR
{ari3dgraph size="750"
{data}
{item x="500" y="500" z="500"}
{item x="500" y="400" z="600"}
{item x="500" y="300" z="700"}
{item x="500" y="200" z="800"}
{item x="500" y="100" z="900"}
{/data}
{/ari3dgraph}
Parameters:
- size - Indicate width and hegiht of graph. Values: number
- xMax - Maximum value by X axis. Values: positive number
- yMax - Maximum value by Y axis. Values: positive number
- zMax - Maximum value by Z axis. Values: positive number
- detectMax - Auto-detect maximum values. Values: true,false
- axisColor - Axis color. Values: string
- checkPointColor - Mark color. Values: string
- cellColor - Cell color. Values: string
- topColor - Bar top color. Values: string
- mainColor - Bar color. Values: string
- shadowColor - Bar shadow color. Values: string
- outlineColor - Bar outline color. Values: string
|