Add DataTables table chart type

This commit is contained in:
Jordan Wages 2025-07-18 22:29:52 -05:00
commit fc07dae549
3 changed files with 45 additions and 14 deletions

View file

@ -39,6 +39,12 @@ This document outlines general practices and expectations for AI agents assistin
* Use latest CDN version for embedded dashboards
* Charts should be rendered from pre-generated JSON blobs in `/json/`
### Tables: DataTables
* Use DataTables via CDN for reports with `chart: table`
* Requires jQuery from a CDN
* Table data comes from the same `/json/` files as charts
### Styling: Bulma CSS
* Use via CDN or vendored minified copy (to keep reports fully static)