Infographic Mode Reference
Technical reference for infographic mode including canvas dimensions, component structure, export specifications, and data model.
This reference documents the technical specifications for infographic mode, including canvas dimensions, data structures, export formats, and component library organisation.
Canvas Size Presets
Five preset canvas sizes are available, each optimised for specific output contexts.
Data Model
Infographic data is stored within the diagram document as separate fields from the main diagram content.
Shape Grouping
Grouped shapes share a common group identifier and maintain their relative positions when moved.
Group Properties
Shape Rotation
Shapes in infographic mode support rotation via the rotation property.
Component Library
The component library provides reusable shape collections organised by source and category.
Export Formats
Four export formats are supported with format-specific handling.
Theme Colours
Exports respect the selected theme:
Standalone Infographic Files
Infographics can be saved as standalone .infographic.json files. These self-contained files can be embedded in documentation pages using the Infographic content block.
Viewer Rendering
Infographics in the published viewer and content blocks render at their designed aspect ratio as static images.
State Management
The infographic state service manages separation between infographic and diagram content.
Mutual Exclusivity
The infographicOnly and presentationOnly settings are mutually exclusive. Enabling one automatically disables the other. This guarantees the viewer displays a single, unambiguous view mode when either setting is active.