KoolReport's Forum

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

Display graphics through JSON #2295

Open Javier Gallardo opened this topic on on Aug 23, 2021 - 4 comments

Javier Gallardo commented on Aug 23, 2021

I need know if I can show my grafics with JSON

Sebastian Morales commented on Aug 24, 2021

Pls decode your json to array with like this:

$arrData = json_decode($jsonString, true);

Then use $arrData with an ArrayDataSource:

https://www.koolreport.com/docs/datasources/arraydatasource/

Pipe the data to a datastore in report setup and use a chart to display the datastore in report view. Rgds,

Javier Gallardo commented on Sep 7, 2021

there is some more extensive documentation for this?

Sebastian Morales commented on Sep 7, 2021

Describe your case more specifically with code/pseudo code, data structure, screenshot if possible if you want more detail help.

daniel commented on Sep 14, 2021

:(

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