Create a table chart
Last updated
Last updated
This is the official documentation of the @forestadmin/agent
Node.js agent.
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.