HTML charts let you render any layout that Vega-Lite cannot produce — custom scorecards, branded cards, rich tables, or any structure built with HTML, CSS, and JavaScript. Query results are available inside the template via Handlebars expressions.Documentation Index
Fetch the complete documentation index at: https://cubed3-docs-cub-2416-update-semantic-snowflake-semantic-vie.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.