Confluence
3D charts in Confluence
Confluence pages are where numbers go to be argued about, and a flat screenshot from last quarter is a bad way to argue. This puts a live chart in the page. It matters here more than anywhere else that the thing loads fast and calls nobody: an internal wiki page that pulls a heavy third-party widget is a page that IT eventually asks you to remove.
Live, running in Confluence the same way it runs here. Drag it.
How to put it in Confluence
- 1
Copy the link from the editor
Make the chart at volumine.app/crear and press Copy link. Nothing gets installed on your instance and no app needs approving — the chart is just a URL.
- 2
Insert an embed on the page
While editing a Confluence page, paste the URL on its own line. Confluence offers to display it; choose the embed option rather than plain link. If your instance does not offer it, use Insert → Other macros → Iframe and paste the same URL.
- 3
Check it inside the sandbox
Confluence Cloud loads embeds in a sandboxed frame, which breaks a lot of widgets. This one is built for it and is tested that way on every release — but load the published page once to be sure, because instance policies differ.
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=N4IgbiBcCMA0IBcCeAHAplEAjAhgJxHgQAs0BbDSEHAVzwHs8dCQATHBZyUAGxyzQ8AzlADaIACJoUPekhYBhegDsAZgEsA5iwCqKIQjxocZRThQ4AxuuQsAEjTI5lIALrwhaPOrQjIo0DAcHhpfMWgAdlhoACZYAE5YADZYABZXAF9Mj0s0ZUpQXEsAa00GGmVWKFBi9UrMQ2chCyNlBBAMjPg+AWFqkCFiegB3KENQ+DJ6VkoQehoEIXUZlkGRgDVg0L9xtA8h4YAFL1y2sbxQrpAphHUVftoEegAlek4ESl2PdDQqyABmK4GJA8AogUhaYjtSAABgAdABWTpAA"
width="100%"
height="420"
style="border:0"
loading="lazy"
title="Incidents by cause, last quarter"
></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
- Some Confluence instances block third-party iframes entirely by policy. If yours does, no embed of any kind will work and there is nothing to configure on our side.
- The chart is served from volumine.app. If your wiki is behind a network that cannot reach the public internet, it will not load.
- Confluence page exports to PDF do not include embeds.
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