Where can someone locate an in-depth tutorial for the feeble minded seek to create interactive charts on a FuelPHP template? My report page doesn't populate charts.js type charts because charts.js needs to link to tables within a DB. FuelPHP uses references to such MySQL. Therefore and education is needed on how to write reports using the referential data.
My controller simply forges the report view, and nothing more. Do I need to create a new M&C to create a Chart.js chart?
This is where my mind is headed for the report view.
Please <a href="mailto:support@medrxchange.com">contact medXchange support</a> for any reporting requests. <a href="mailto:support@medrxchange.com">Request a report
What I am trying to figure out is, where in fuel PHP do I need to install charts.js? Do I put charts.js in an asset folder, and if so, which one? That Japanese tutorial is helpful, but not quite what I'm after. Any other thoughts?
Javascript is frontend, so yes, somewhere in ./public, usually assets (but you can name it what you want, use a CDN, etc).
Where also depends on how you set it up. By default you have something like ./public/assets/js for javascript files, ./public/assets/css for stylesheets, etc.