The dashboard page is written to use PHP-generated data endpoints. Opening index.html directly in the browser does not execute those PHP files.
To run the dashboard correctly, open index.php through a local PHP server.
index.php directly in your server document root.php -S 127.0.0.1:8000 and visit http://127.0.0.1:8000/index.php.