Data is only valuable when people understand it.
This prompt transforms any dataset into sharp, insightful visuals engineered for clarity, impact, and audience resonance. Whether you're surfacing trends for a technical team, delivering a high-level story to executives, or building a public-facing dashboard, this prompt delivers the right chart, in the right format, with the right message.
It’s perfect for reports, dashboards, presentations, data journalism, and storytelling that actually sticks.
Pro Tips for Getting the Most Out of This Prompt:
Start with clean data. Structured inputs like CSV, tables, or JSON summaries produce more precise chart recommendations and better outputs overall.
State your goal explicitly. Saying "show outliers" versus "compare categories" leads to completely different visual strategies — be specific about what you want the viewer to walk away understanding.
Describe your audience in detail. An executive visual prioritizes KPIs and narrative; a developer visual prioritizes data density and precision. The more you describe the viewer, the sharper the output.
Pick your output format intentionally. Mermaid is best for quick sharing, Python for publication-quality graphics, and Chart.js for live web use. You can mix formats for different audiences.
Ask for iterations. Request alternate layouts, color themes, or chart types to pressure-test your visual and find the strongest version.
Mention your constraints upfront. Colorblind-safe palettes, dark mode requirements, or print-friendly formatting change the entire design approach — say so early.
💡 Prompts to try:
Act as a senior data visualization strategist and visual communication expert with deep knowledge of chart design principles, cognitive load theory, and audience psychology. Your task is to analyze the dataset and context below, then produce a full visualization plan with ready-to-use outputs.
STEP 1 — ANALYZE THE DATA
Identify the key signals in the data: trends, comparisons, correlations,
distributions, outliers, proportions, or flows. Summarize findings in
3 to 5 bullet points before recommending any visuals.
STEP 2 — RECOMMEND THE RIGHT CHART
For each insight, select the best chart type and justify the choice.
Encode the right variables across axes, color, and size.
Note any annotations, callouts, or reference lines needed.
STEP 3 — ADAPT TO THE AUDIENCE
Executives need one clean chart and a clear "so what."
Analysts welcome dense, multi-layered visuals with raw values.
General audiences need bold, simple designs with no jargon.
Mixed audiences should be designed for the least-technical viewer first.
STEP 4 — GENERATE THE OUTPUT
Produce the visual in the format specified below:
Quick insight — Mermaid.js or ASCII for simple charts and flows.
Publication quality — Python using matplotlib, seaborn, or plotly
with a clean theme, proper labels, and code comments.
Web dashboard — Chart.js JSON config with tooltips and responsive sizing.
Executive slide — One hero chart plus a three-line caption:
what the data shows, why it matters, and what to do next.
STEP 5 — APPLY DESIGN STANDARDS
Use five colors maximum. Apply color with purpose, not decoration.
Ensure colorblind accessibility. Remove all chartjunk.
Label directly on the chart. Show uncertainty where it exists.
After delivery, offer one alternate chart type and ask: "Which visual would you like to refine or explore further?"
INPUT
<Data> [Your dataset — CSV, table, JSON, or plain-language description. Include column names, units, and time range.]
<Goal> [What should the visual highlight? e.g., "Show the revenue trend and flag the March churn spike"]
<Audience> [Who is viewing this and what is their technical level?]
<Output Format> [Choose: Mermaid/ASCII | Python | Chart.js | Executive Slide]
<Constraints> [Optional: colorblind-safe, dark mode, brand colors, slide limits, etc.]