Variant
HTML template
A free-form HTML document with Handlebars expressions. Write any markup and bind query result data directly in the template.Template structure
Query results are available in the template context underresult.
Access the first row with result._first:
{{#each result.data}}:
Using JavaScript
Standard<script> tags are supported, enabling the use of charting libraries (D3, Chart.js, etc.) or any JavaScript that manipulates the rendered DOM.