Create a table chart
This is the official documentation of the forestadmin/laravel-forestadmin
v2+ and forestadmin/symfony-forestadmin
PHP agents.
Our first Smart Chart example will be a simple table: however you may choose to make it as complex and customized as you wish.
We will code it in 3 steps:
create the chart values in your Agent (so that the data can be dynamically loaded),
load that data inside of the component (and passing it down to the template),
write the template.
Last updated