You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embed.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ To discover the current set of valid hwKeys, visit `/inference` on the live site
88
88
## Embed mode behavior
89
89
90
90
- Site header, footer, background decorations, and navigation are hidden on all `/embed/*` routes.
91
-
- A small "SemiAnalysis InferenceX →" attribution link is shown at the bottom of each embed, deep-linking to the equivalent canonical dashboard URL.
91
+
- A "SemiAnalysis InferenceX →" link appears in the chart caption (`Source: …`), deep-linking to the equivalent canonical dashboard URL.
92
92
-`robots: noindex, nofollow` is set on all embed routes — they won't appear in search results.
93
93
- An `embed_view` PostHog event is fired once on mount, capturing `referrer`, `embed_host`, `embed_chart`, `model`, `sequence`, `gpus`, `y_metric`, and `precisions`. This makes external embed traffic attributable in analytics.
94
94
@@ -118,3 +118,5 @@ All other routes set `frame-ancestors 'self'` and `X-Frame-Options: SAMEORIGIN`,
118
118
`allow="clipboard-write"` is optional but needed if you want clipboard actions inside the embedded chart to work from the parent page.
119
119
120
120
You can copy the same ready-made iframe snippet from the dashboard: open the chart's **Export** menu and choose **Copy embed**.
121
+
122
+
For very short iframes (around 300–400 px tall), prefer `width` ≥ 1024 if you want the legend as a side column; below that width the legend uses a collapsible row at the bottom.
0 commit comments