Notion
3D charts in Notion
Notion renders images beautifully and charts not at all. The usual answer is to screenshot a spreadsheet and paste the picture — which is fine until the numbers change, and the numbers always change. A Volumine chart lives at a URL, so the page holds the chart itself instead of a photograph of it.
Live, running in Notion the same way it runs here. Drag it.
How to put it in Notion
- 1
Copy the link from the editor
Build your chart at volumine.app/crear and press Copy link. The whole chart travels inside that URL — the data, the colours, the camera angle — so there is nothing else to save or upload.
- 2
Type /embed on a Notion page
Notion opens a small box asking for a link. Paste the URL there and press Embed link. The chart appears in the page as a block you can drag and resize like any other.
- 3
Give it some height
Drag the bottom edge of the block until the chart has room. Width takes care of itself — the chart fits whatever column Notion gives it — but no embed can guess how tall you want it.
The chart above, ready to paste
This is the exact tag for the chart you just dragged. It works anywhere that accepts HTML; the steps above are for editors that want a URL instead.
<iframe
src="https://volumine.app/embed?c=N4IgbiBcCMA0IBcCeAHAplEATA9gOwFcER4EALNAWw0hAEMCAnHRuk7OhNyUAGzoBGaXgGcoAbRAAFZlgIBjYvACSeAGat2AETQiAlgHM87AMoEUKFkpAB5FGIC68EWkZ7dE0GDq8CHyOIAzAAcsABMACyw0KHQYbDBDgC+yc7yaHg0oAJ08gDWBswEeFhQoHl6JZgIrHgiKHSMGcRJSfD8QqJlICJkOADuUDV+8JQ4WDQgOET6E+y9AwBqPn5ikMNozn39Uq7peMTrjH5tIGMIevjdDAg4AEo4XAg0G87oaKWQga1AA"
width="100%"
height="420"
style="border:0"
loading="lazy"
title="Roadmap effort by area"
></iframe>Height is the only thing worth changing: the chart fits the width on its own, but it cannot guess how tall you want it.
What it costs the page
This is usually what decides whether you are allowed to embed something, so here are the numbers rather than adjectives:
Weight
148 KBThe whole 3D viewer, compressed.Requests
1One file. Nothing else.Cookies
0It does not track whoever sees it.Third parties
0It calls no external server.That is why an embedded chart adds no obligations to the privacy policy of the page you put it on. It is a constraint of the design, measured on every build — not a marketing promise.
What it will not do
- Notion embeds do not print. Exporting the page to PDF leaves a blank space where the chart is — that is a limitation of Notion embeds in general, not of this chart.
- A chart made without an account lives entirely in its link. If you edit the data you get a different link, and you have to paste the new one. With a free account the link stays the same and updates in place.
- Anyone who can open the Notion page can open the chart. Volumine has no access control of its own: if a page is public, the chart in it is public.
Somewhere else?
If it accepts a link or an <iframe>, it accepts this.
Make yours
Paste your own numbers, pick a theme, copy the link. It takes about a minute and you do not need an account for any of it.
Open the editor