Documentation

Ataytis Vega Studio documentation.

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

Refine and validate

Preview and rendering

Choose between SVG and Canvas, control preview zoom and boundaries, and validate responsive behavior before returning to the report canvas.

Choose a render mode

ModeStrengthsConsiderations
SVGSharp at any zoom, inspectable vector output, strong choice for lower mark counts and precise lines or text.Large numbers of SVG elements can become expensive to render and update.
CanvasUsually faster for dense visuals with many marks and frequent redraws.Raster output does not remain vector-sharp at every zoom and individual marks are not DOM elements.

Preview zoom

The preview supports zoom from 10% to 400% in 10% steps. Presets include 33%, 50%, 66%, 100%, 200%, 400%, fit-to-preview, and a custom value. Zoom changes the authoring view; it does not redefine the Power BI visual's data or semantic behavior.

ActionShortcut
Zoom in by 10%Ctrl+Alt+=
Zoom out by 10%Ctrl+Alt+-
Reset to 100%Ctrl+Alt+0
Fit to preview areaCtrl+Alt+* on the numeric keypad

Screenshot placeholder

Preview zoom and renderer controls

Show the inspector toolbar zoom controls and the editor settings with SVG/Canvas selection.

Planned alt text: Ataytis Vega Studio preview zoom controls and SVG or Canvas render-mode setting.

Viewport and overflow tools

  • Enable Boundary to show the Power BI visual viewport while working at a different preview zoom.
  • Enable Scrollbars to inspect content that deliberately exceeds the viewport or to diagnose accidental overflow.
  • Set Visual background to check contrast and transparent or unfilled regions.
  • Use Full preview to remove editor distractions and evaluate the visual at the available authoring size.
  • Read the pbiContainer signal when a specification must react to container dimensions or scroll position.

Responsive validation checklist

  • Test narrow, standard, and wide report-canvas sizes.
  • Confirm axes, labels, legends, and annotations do not collide at smaller dimensions.
  • Check the visual at 100% preview before relying on a zoomed-out fit view.
  • Test Canvas and SVG separately if users may switch renderer settings.
  • Return to the report canvas and test Power BI focus mode, filters, bookmarks, and cross-visual interactions.
Preview and rendering | AtaytisTech