Skip to main content
data beginner

Create Data Visualization Chart

Generate professional data visualization charts and graphs with AI. Perfect for business reports, presentations, and data analysis projects.

Works with: chatgptclaudegemini

Prompt Template

You are a data visualization expert tasked with creating a comprehensive chart visualization for the following dataset and requirements. Dataset: [DATASET] Chart Type: [CHART_TYPE] Target Audience: [AUDIENCE] Key Message: [KEY_MESSAGE] Please provide: 1. **Chart Specification**: Recommend the most appropriate visualization type (if different from requested) and explain why it's optimal for this data and audience. 2. **Data Structure**: Organize and format the data in a clear, structured way that's ready for visualization tools. 3. **Design Recommendations**: - Color palette suggestions with hex codes - Font recommendations - Layout and sizing guidelines - Axis labels, titles, and legends 4. **Implementation Code**: Provide code snippets for at least two popular tools (such as Python with matplotlib/seaborn, R with ggplot2, or JavaScript with D3.js/Chart.js). 5. **Interpretation Guide**: Write 2-3 key insights that this visualization reveals about the data, formatted for the target audience. 6. **Alternative Formats**: Suggest 2 alternative chart types that could also effectively communicate this data and briefly explain when to use each. Ensure the visualization follows best practices for clarity, accessibility, and professional presentation.

Variables to Customize

[DATASET]

The data you want to visualize, including values, categories, and time periods

Example: Monthly sales data for 2023: Jan $45K, Feb $52K, Mar $48K, Apr $61K, May $58K, Jun $67K, Jul $72K, Aug $69K, Sep $74K, Oct $81K, Nov $88K, Dec $95K

[CHART_TYPE]

The type of chart you want to create

Example: line chart

[AUDIENCE]

Who will be viewing this chart

Example: executive team and board members

[KEY_MESSAGE]

The main insight or story you want the chart to communicate

Example: demonstrate consistent sales growth throughout 2023 with acceleration in Q4

Example Output

**Chart Specification**: A line chart is perfect for showing sales trends over time. I recommend adding a trend line to emphasize the growth pattern. **Data Structure**: Month | Sales ($K) Jan | 45 Feb | 52 Mar | 48 [continues...] **Design Recommendations**: - Primary color: #2E86AB (professional blue) - Background: #F8F9FA (light gray) - Font: Arial or Helvetica, 12pt for labels - Title: "2023 Sales Performance - Consistent Growth Trajectory" - Y-axis: "Sales Revenue ($K)" - Include data point markers for precision **Python Implementation**: ```python import matplotlib.pyplot as plt months = ['Jan', 'Feb', 'Mar'...] sales = [45, 52, 48...] plt.plot(months, sales, color='#2E86AB', marker='o') ``` **Key Insights**: 1. Sales grew 111% from January ($45K) to December ($95K) 2. Q4 showed accelerated growth with 34% increase over Q3 3. Only March showed month-over-month decline, followed by strong recovery **Alternative Formats**: Bar chart for comparing individual months, area chart to emphasize cumulative growth impact.

Pro Tips for Best Results

  • Always include specific data values and units in your dataset description for more accurate chart recommendations
  • Mention if you need the chart to be colorblind-friendly or follow specific brand guidelines
  • Specify the final output format (presentation slide, web dashboard, print report) to get appropriate sizing recommendations
  • Ask for multiple chart variations if you're unsure which type will work best for your data
  • Include any data limitations or context that might affect interpretation

Tags

Want 500+ Expert Prompts?

Get the Premium Prompt Pack — organized, tested, and ready to use.

Get it for $29

Related Prompts You Might Like