Free
This View plugin allows you to turn any field into a chart. Supported charts types are:
column, line, bar, bar3d, pie

Sample initialization script:

// SQL query
$this->settings["sql"] = "select OrderID, sum(UnitPrice*Quantity) as Total from `order details` group by OrderID";

// label column name
$this->settings["xAxis"] = "OrderID";

// data column name
$this->settings["yAxis"] = "Total";

// chart type ( column, line, bar, bar3d, pie )
$this->settings["type"] = "column";

// title
$this->settings["title"] = "Orders by customer";

Reviews

Login or Register to rate
12345
xlinesoft
2023-Aug-10
Rating only
12345
Corrie
2023-Aug-04
Rating only
12345
Faisal700
2023-Aug-03
100
Add to cart
12345
Ratings: 3
View plugin
Xlinesoft
8/1/2023
1.0
PHPRunner,ASPRunner.NET