Logo
NeoArc Studio

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.

PresetWidth (px)Height (px)Aspect RatioPrimary Use Case
16:919201080WidescreenPresentations, video thumbnails, digital displays
4:316001200ClassicTraditional slides, legacy displays
1:112001200SquareSocial media posts, profile images
A4 Portrait7941123PortraitDocument pages, handouts, PDF reports
A4 Landscape1123794LandscapeWide document layouts, certificates

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.

FormatTypeTransparencyScalePipeline
SVGVectorYes1xDirect SVG download
PNGRasterYes2xSVG to Canvas to PNG Blob
JPEGRasterNo2xSVG to Canvas to JPEG Blob
PDFDocumentYes1xEmbedded PNG in PDF

Theme Colours

Exports respect the selected theme:

ThemeBackground ColourUse Case
Light#ffffff (white)Standard documents, light presentations
Dark#1a1a2e (charcoal)Dark mode presentations, dramatic visuals

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.

AspectDescription
File extension.infographic.json
Type fieldtype: 'infographic'
Content blockinfographic (in Text & Media category)
RenderingAspect-ratio container, no interactive controls
ResponsiveScales to fill container width while maintaining proportions

Viewer Rendering

Infographics in the published viewer and content blocks render at their designed aspect ratio as static images.

SettingValueEffect
hideControlstrueNo zoom or pan controls displayed
Pointer eventsDisabledNo panning interaction
Wheel zoomDisabledNo scroll-to-zoom
Activation hintHiddenNo click-to-interact overlay
Aspect ratioFrom canvas presetCSS aspect-ratio property maintains proportions
ViewBoxCanvas dimensionsRenders at designed size

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.