Embed Widget Examples
Pre-configured examples showing different theme and configuration options.
Light Theme (Inches)
data-theme="light"<div data-chart="mens-tops" data-unit="in" data-theme="light"></div>Dark Theme (Centimeters)
data-theme="dark"<div data-chart="womens-bottoms" data-unit="cm" data-theme="dark"></div>Compact Mode
data-compact="true"<div data-chart="mens-gloves" data-compact="true"></div>Configuration Options
| Attribute | Values | Default |
|---|---|---|
data-chart | Chart slug (required) | - |
data-theme | "light" | "dark" | light |
data-unit | "in" | "cm" | in |
data-compact | "true" | false |
data-api-key | API key string | - |