ChartJS Charts

Great offline chart library with various chart types and functionalities

ChartJS package contains wrapped widget class for great chart library ChartJS. ChartJS library is very beautiful and rich in features. It is capable of replacing the Google Chart library. Not like Google Charts, ChartJS package can be used without internet so that is the greatest advantage of this package.

<?php

require_once "../../../load.koolreport.php";
require_once "MyReport.php";

$report = new MyReport;
$report->run()->render();
<?php

class MyReport extends \koolreport\KoolReport
{

}
<?php
include "../column_chart/MyReport.view.php";
include "../bar_chart/MyReport.view.php";
include "../line_chart/MyReport.view.php";
include "../area_chart/MyReport.view.php";
include "../pie_chart/MyReport.view.php";
include "../donut_chart/MyReport.view.php";
include "../scatter_chart/MyReport.view.php";
include "../polar_chart/MyReport.view.php";
include "../bubble_chart/MyReport.view.php";
include "../radar_chart/MyReport.view.php";
include "../timeline/MyReport.view.php";
include "../combo_chart/MyReport.view.php";
include "../multi_axes/MyReport.view.php";
include "../overlap_barchart/MyReport.view.php";
include "../color_scheme/MyReport.view.php";

What People Are Saying

"KoolReport helps me very much in creating data report for my corporate! Keep up your good work!"
-- Alain Melsens

"The first use of your product. I was impressed by its easiness and powerfulness. This product is a great and amazing."
-- Dr. Lew Choy Onn

"Fantastic framework for reporting!"
-- Greg Schneider

Download KoolReport Get KoolReport Pro