Building Dashboards

This guide walks you through building a complete dashboard with the GluonDB SDK.

Dashboard Structure

Every dashboard is a self-contained HTML file with three parts:

html
<!DOCTYPE html> <html> <head> <style> /* Your CSS styles */ </style> </head> <body> <!-- Your HTML markup --> <script> // Your JavaScript using the gluon SDK </script> </body> </html>

> Note: Chart.js and Plotly are pre-loaded. No need to add