KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Chartjs #3245

Open Joseph Combs opened this topic on on Feb 13 - 1 comments

Joseph Combs commented on Feb 13

I would like to use Chart.js Choropleth and Bubble Maps with KoolReports. Is this possible with the Pro version?

Sebastian Morales commented on Feb 15

Yes, it's possible to to use Chartjs' Choropleth and Bubble Maps plugin with the Pro version. You can download the plugin js files to koolreport/chartjs/clients directory and set chart plugin like this:

\koolreport\chartjs\LineChart::create(array(
    ...
    "plugins"=>array("plugin_file_1.js", "plugin_file_2.js")
));

http://localhost/KoolReport/GitHub-documentation/chartjs/plugins/

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

ChartJS