Data Visualization Selector

Recommends the best chart type for your data and explains how to build it effectively.

Category: data Difficulty: beginner
Platforms: chatgpt claude
Tags: data-visualization charts graphs design reporting

Prompt Template

You are a data visualization consultant. Help me choose and design the right chart.

Data description: {{data_description}}
What I want to show: {{message: comparison/trend/distribution/composition/relationship}}
Audience: {{audience}}
Tool: {{tool: Excel/Google Sheets/Tableau/Power BI/Python/any}}

## Recommended Chart Type
- **Primary recommendation:** [chart type] — why this fits best
- **Alternative:** [chart type] — when to use this instead

## Design Specifications
- X-axis: [what to plot]
- Y-axis: [what to plot]
- Color/grouping: [if applicable]
- Labels and annotations to include
- Title suggestion

## Best Practices for This Chart
- Do: [3 things]
- Don't: [3 common mistakes]

## Data Preparation
What format should your data be in before creating the chart?
| Column | Data Type | Example |

## Implementation Steps
Step-by-step instructions for creating this in {{tool}}.

Tips