KoolReport's Forum

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

Google WordTree Example #594

Open Jonathan Respeto opened this topic on on Jan 16, 2019 - 1 comments

Jonathan Respeto commented on Jan 16, 2019

Hi can you add an example for google wordTree chart. Using the ArrayDataSource or CVSDataSource.

Thank you,

KoolReport commented on Jan 17, 2019

Your data will contains only one column which is text:

WordTree::create(array(
    "dataSource"=>array(
        array("Phrases"),
        array("cats are better than dogs"),
        array("cats eat kibble"),
        array("cats are awesome"),
    )
));

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
None yet

None