Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

ChartDesign: Towards LLM Designer of Data Visualization

About

Charts are the dominant medium for visualizing data, discovering patterns and trends, and communicating data driven insights, yet designing them still requires expensive human effort and expertise, such as selecting appropriate chart types, axis orientations, font sizes, and layouts. Most automatic visualization systems rely on handcrafted heuristics or simple rule matching and therefore struggle to generalize across domains. This work explores the potential of large language models (LLMs) as chart designers. We propose ChartDesign, which post-trains LLMs to imitate human experts and generate chart design attributes given tabular data. To this end, we curate a diverse training corpus of data design pairs from charts in public surveys (PewResearch) and academic repositories (CharXiV). Vision language models are used to extract data and design attributes from these charts, including chart type, sub type, alignment, titles, axis labels, and bar spacing, formatted as JSON. We then fine tune LoRA adapters on Phi3, Qwen3, and InternVL2.5 to learn a mapping from data to design specifications. ChartDesign significantly improves chart design performance over strong baselines, achieving up to 84% accuracy on a held-out test set (vs. 53% for the best baseline) and generalizing to unseen domains. We further show that charts rendered from ChartDesign generated specifications are visually appealing and human preferred, narrowing the human AI gap in data visualization.

Mohammed Afaan Ansari, Aniruddh Bansal, Tianyi Zhou• 2026

Related benchmarks

TaskDatasetResultRank
Chart Design PredictionPewResearch (test)
Accuracy88
20
Chart Design PredictionPew+CharXiV (test)
Accuracy82
20
Chart GenerationPewResearch and CharXiv Human Study Subset (test)
Type Correctness94
1
Showing 3 of 3 rows

Other info

Follow for update