Documentation

Ataytis Vega Studio documentation.

Build, inspect, refine, and share Vega-powered Power BI visuals.

Authoring fundamentals

The Studio workspace

Learn the purpose of every major area in the Ataytis Vega Studio editor and configure the workspace for efficient authoring.

Workspace map

AreaPurpose
Command barApply changes, toggle live preview, open or close the inspector, change editor settings, enter full preview, browse templates, and open help.
Vega JSON editorAuthor the main Vega specification, including data references, transforms, scales, marks, signals, and event definitions.
Configuration editorMaintain Vega configuration separately from the main specification so reusable styling and defaults remain organised.
PreviewRender the current applied specification using the selected SVG or Canvas renderer.
InspectorSwitch between Data table, Live signals, and Diagnostics while keeping the editor open.
Status informationSee editor line and column position, selection length, field-tracking state, and diagnostic attention indicators.
Annotated Ataytis Vega Studio workspace identifying each major authoring area.
The Studio workspace combines the command bar, Vega JSON editor, preview, and inspector in one authoring view.

Editor settings

SettingOptions and effect
Editor positionPlace the JSON editor on the left or right of the preview.
ThemeUse the light or dark Studio interface.
Render asChoose SVG or Canvas for the applied Vega view.
Visual backgroundSet the background shown behind the previewed visual.
Preview scrollbarsShow scrollbars when content exceeds the available preview area.
Preview boundaryShow the Power BI viewport boundary while authoring.
Font sizeAdjust editor text from 8 to 30.
Word wrapWrap long JSON lines instead of requiring horizontal scrolling.
Line numbersShow or hide line numbers in the code editor.
Ataytis Vega Studio editor settings showing layout, theme, render mode, preview, and code display controls.
Editor settings control layout, theme, renderer, preview behavior, font size, word wrapping, and line numbers.

Working efficiently

  • Use manual update while restructuring JSON so incomplete edits do not repeatedly re-render.
  • Switch to live preview when refining small, valid changes and immediate visual feedback is useful.
  • Collapse the editor or inspector when you need more room to assess the preview.
  • Use Full preview to evaluate the visual without editor panes; press Esc to return.
  • Keep Diagnostics visible during complex transform or signal work so errors are noticed immediately.
  • Use the preview boundary when designing responsive layouts against the actual Power BI viewport.
The Studio workspace | AtaytisTech