Infographic Block
Embed standalone infographic files as responsive static visuals. Infographics render at their designed aspect ratio without zoom or pan controls.
Infographic blocks embed standalone infographic files as responsive static visuals within your documentation pages. Unlike diagram blocks that provide interactive zoom and pan, infographic blocks display at the correct aspect ratio as clean, focused images.
When to Use
Block Properties
| Property | Required | Description |
|---|---|---|
| Infographic Path | Yes | Path to the .infographic.json file |
| Title | No | Optional title displayed above the infographic |
Aspect-Ratio Rendering
Infographic blocks render responsively at their designed aspect ratio. The aspect ratio is determined by the canvas size preset used when creating the infographic.
| Canvas Preset | Aspect Ratio | Viewer Behaviour |
|---|---|---|
| 16:9 | 1920 / 1080 | Widescreen display, fills container width |
| 4:3 | 1600 / 1200 | Classic slide proportions |
| 1:1 | 1200 / 1200 | Square display |
| A4 Portrait | 595 / 842 | Tall portrait layout |
| A4 Landscape | 842 / 595 | Wide landscape layout |
Standalone Infographic Files
Infographic blocks reference standalone .infographic.json files. These files contain the infographic shapes, connections, and canvas configuration as a self-contained document.
Infographic vs Image Block
| Capability | Infographic Block | Image Block |
|---|---|---|
| Source | NeoArc .infographic.json file | Any image file (PNG, JPG, etc.) |
| Version Control | Full Git history of editable source | Binary image file only |
| Theme Support | Automatic light/dark theming | Static, single appearance |
| Aspect Ratio | Maintained from canvas preset | Manual sizing |
| Editing | Open in NeoArc editor | External image editor |