Relative Content

Tag Archive for phphtmlmysqlchart.jsdashboard

How to include a second PHP file in my ChartJS dashboard

I am using a free dashboard and inserting mySQL tables in using PHP files. I have two cards with the same styles and want to include two different charts from two different php files. But when I add the second (ASGchart) it doesn’t display. If I delete the first (MSGchart), the second one shows up in the right place. The two chart php files are identical except for the canvas ids and SQL queries.