CORTEXA
← Browse
arxivcs.HC2026-07-17

Visualization Autocomplete: Visualization Authoring via Stepwise Design Recommendations

Hyeon Jeon, Sungbok Shin, Niklas Elmqvist

When domain experts create charts, the bottleneck is rarely the data, but knowing the optimal next step in chart design. The visualization design space is vast, and while domain experts can recognize a good design when they see it, it is often challenging to determine the exact path to get there. To address this, we present VISAUTOCOMPLETE, a system inspired by text autocompletion that reconceptualizes visualization design as a sequential process, recommending concrete next steps at each stage of the authoring process based on common practices. Users can intervene at any step, or delegate multiple steps to the system and select one from the design recommendations. To support responsive interaction, we distill the translation logic of a large language model (LLM) into a single function that receives the current chart state and recommended transition as input and returns the updated chart specification as output. We evaluate the system against a LLM vibecoding, Microsoft Excel, and TaskVis, an automated chart recommendation engine, on chart quality and approachability. Our results show that VisAutocomplete outperforms all baselines in the articulacy of complex chart authoring, while remaining on par with LLM in approachability.

View free PDFSource page

Related papers

arxivcs.HCcs.CV2026-07-16

Skeleton: Visual Authoring of Non-visual Data Experiences

Frank Elavsky, Chieri Nnadozie, Lucas Nadolskis, Patrick Carrington, Dominik Moritz

When sighted practitioners author accessible data visualizations, they build navigation structures (the nodes, edges, and input bindings that govern how assistive technologies traverse an interface) entirely in code, with no visual representation. Without a representation to reac…

View free PDFSource page
arxivcs.HCcs.GR2026-07-16

Authoring Narrative Visualization in Motion: Visual Storytelling in Swimming Videos

Junhao Zhao, Romain Vuillemot, Petra Isenberg, Lijie Yao

We investigate how to support authoring narrative visualizations in motion in sports videos, drawing on automated data preparation, systematic analysis, technology probe design, and evaluation, using swimming races as a case study. Sports videos are widely broadcast and shared ac…

View free PDFSource page
arxivcs.HC2026-07-24

VisCanvas: A Node-based Interface for Exploratory Visualization Authoring with LLMs

Yuki Ueno, Bretho Danzy, Zhuojun Jiang, Chris Bryan

Visual data analysis involves both open-ended exploration and targeted question answering. Visualization authoring tools support this process by enabling users to create visualizations for these tasks. With the rise of large language models, substantial effort has been devoted to…

View free PDFSource page
arxivcs.HC2026-07-02

When Do LLM Personas Support Visualization Design? A Cross-Model Study of Color Assignment and Chart Choice

Shahreen Salim, Klaus Mueller

Large language model personas are increasingly used to approximate diverse users during early-stage visualization design, but it remains unclear whether persona-conditioned outputs reflect stable personality effects or artifacts of model choice and task framing. We examine this q…

View free PDFSource page
arxivcs.HCcs.CY2026-07-03

A Comparative Study of Static, Scrollytelling, and Chatbot Visualization Onboarding Techniques for UX Designers

Ester Chen, Aboli Shete, Aditya Anavekar, Roshan Peiris, Hidy Kong

User experience (UX) designers face barriers when creating data visualizations due to limited domain expertise in visualization or unfamiliarity with specialized tools. This highlights a clear need for effective methods to build visualization literacy. To address this, we evaluat…

View free PDFSource page