Add DataTables table chart type
This commit is contained in:
parent
a2f11f25e4
commit
fc07dae549
3 changed files with 45 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue