ChartEditor: A Human-AI Paired Tool for Authoring Pictorial Charts
Siyu Yan, Tiancheng Liu, Weikai Yang, Nan Tang, Yuyu Luo
TL;DR
This work introduces ChartEditor, a human-AI paired tool that converts basic charts into pictorial charts by decomposing charts into a hierarchical Chart Tree, translating user intent through natural language prompts, and enabling interactive refinement. It couples a chart decomposition pipeline trained on a new ChartSS dataset with a diffusion-based automatic generation module (GLIGEN) to produce contextually relevant pictorial elements. The approach is evaluated both quantitatively (segmentation accuracy, style transfer metrics) and through a user study comparing ChartEditor with existing tools, demonstrating improved usability, efficiency, and design fidelity. The results suggest ChartEditor effectively balances automation and user control, reducing design time while preserving data integrity, with future work extending chart types and customization capabilities.
Abstract
Pictorial charts are favored for their memorability and visual appeal, offering a more engaging alternative to basic charts. However, their creation can be complex and time-consuming due to the lack of native support in popular visualization tools like Tableau. While AI-generated content (AIGC) tools have lowered the barrier to creating pictorial charts, they often lack precise design control. To address this issue, we introduce ChartEditor, a human-AI paired tool that transforms basic charts into pictorial versions based on user intent. ChartEditor decomposes chart images into visual components and organizes them within a hierarchical tree. Based on this tree, users can express their intent in natural language, which is then translated into modifications to the hierarchy. In addition, users can directly interact with and modify specific chart components via an intuitive interface to achieve fine-grained design control. A user study demonstrates the effectiveness and usability of ChartEditor in simplifying the creation of pictorial charts.
