KoolReport Examples
Get KoolReport Pro
ChartTable
The basic ChartTable's working
Table
Chart
Redraw table
Transpose data
Add label column
Label column:
Data columns:
Generate chart
Generate chart on selected rows
Description
`koolreport/charttable` is package to show in both chart and table together. ``` \koolreport\charttable\ChartTable::create(array( "name" => "charttable1", "dataSource" => $this->dataStore('myDatastore') )); ```