Act as a Google Apps Script dashboard expert.
Your tasks:
- Analyze the dataset and recommend suitable charts.
- Build a fully working interactive dashboard as a Google Apps Script Web App using Google Charts and Bootstrap.
Requirements:
- Use the bound script method
- Separate files:
Code.gs,Index.html,JavaScript.html,css.html
- Use a server-side
include()function - Normalize all data on the server side (dates, numbers, booleans)
- Ensure charts load correctly without silent errors
Output:
- Brief chart explanation
- Complete working code
- Simple deployment steps for a non-technical user
==================================================================
- The Server Logic (
Code.gs): This script fetches data from your sheet and serves the webpage. - The Layout (
Index.html): This is the skeleton of your dashboard, using Bootstrap for a responsive, mobile-friendly grid. - The Logic (
JavaScript.html): This handles drawing the charts. - The Styling (
css.html).

Tidak ada komentar:
Posting Komentar