Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Side-by-side product sustainability comparison widget.
<script src="https://cdn.heychocolate.com/widgets/v1/comparison-table.js"></script> <hc-comparison-table product-ids="prod_abc123,prod_def456,prod_ghi789" api-key="sk_live_your_key" metrics="co2,mki,water" ></hc-comparison-table>
product-ids
api-key
metrics
co2,mki
theme
light
dark
auto
locale
highlight-winner
true
show-equivalency
false
sortable
co2
mki
water
energy
recycled
circularity
hc-comparison-table { --hc-table-bg: #ffffff; --hc-table-header-bg: #f5f5f5; --hc-table-winner-bg: #e8f5e9; --hc-table-border: #e0e0e0; --hc-table-font: inherit; }
document.querySelector('hc-comparison-table').addEventListener('hc:product-selected', (e) => { console.log('Product selected:', e.detail.productId); });