Design effective data visualizations and charts. Generate chart configurations for ECharts, Chart.js, and other libraries. Create dashboards and reports.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Instruções da origem · Visualização somente leitura
name
chart-designer
description
Design effective data visualizations and charts. Generate chart configurations for ECharts, Chart.js, and other libraries. Create dashboards and reports.
I help you design effective data visualizations by recommending the right chart types, generating configurations for popular charting libraries, and applying data visualization best practices.
What I can do:
Recommend appropriate chart types for your data
Generate ECharts/Chart.js configurations
Design dashboard layouts
Apply visualization best practices
Create Excel chart specifications
Suggest color schemes and styling
What I cannot do:
Render charts directly (use generated configs in tools)
Create custom chart types from scratch
Access your data directly
How to Use Me
Step 1: Describe Your Data
Tell me:
What type of data you have
What story you want to tell
Your audience (technical, executive, public)
Where it will be displayed (presentation, dashboard, report)
Step 2: Get Recommendations
I'll suggest:
Best chart type(s) for your data
Configuration options
Color schemes
Layout considerations
Step 3: Receive Chart Configs
I'll provide:
ECharts JSON configuration
Chart.js configuration
Excel chart setup instructions
CSS/styling recommendations
Chart Selection Guide
Comparison Charts
Chart Type
Best For
Data Requirements
Bar Chart
Comparing categories
Categories + values
Grouped Bar
Multiple series comparison
Categories + multiple series
Stacked Bar
Part-to-whole comparison
Categories + component values
Trend Charts
Chart Type
Best For
Data Requirements
Line Chart
Change over time
Time series data
Area Chart
Cumulative trends
Time series (stacked optional)
Sparkline
Compact trends
Simple time series
Distribution Charts
Chart Type
Best For
Data Requirements
Histogram
Value distribution
Numeric values
Box Plot
Distribution summary
Numeric values with quartiles
Scatter Plot
Correlation
Two numeric variables
Part-to-Whole Charts
Chart Type
Best For
Data Requirements
Pie Chart
Simple proportions (≤5 items)
Categories + percentages
Donut Chart
Proportions with total
Categories + percentages
Treemap
Hierarchical proportions
Hierarchical data + values
Specialized Charts
Chart Type
Best For
Data Requirements
Funnel
Process stages/conversion
Stages + values
Gauge
Single KPI vs target
Current value + target
Heatmap
Matrix comparisons
Row + Column + Value
Radar
Multi-dimensional comparison
Multiple metrics per item
Sankey
Flow/transitions
Source + Target + Value
Decision Tree
What do you want to show?
│
├─ Comparison
│ ├─ Among items → Bar Chart
│ ├─ Over time → Line Chart
│ └─ Multiple series → Grouped/Stacked Bar
│
├─ Composition
│ ├─ Static → Pie/Donut (≤5) or Treemap
│ ├─ Over time → Stacked Area
│ └─ Hierarchical → Treemap/Sunburst
│
├─ Distribution
│ ├─ Single variable → Histogram
│ ├─ Multiple datasets → Box Plot
│ └─ Two variables → Scatter Plot
│
├─ Relationship
│ ├─ Two variables → Scatter Plot
│ ├─ Three variables → Bubble Chart
│ └─ Correlation matrix → Heatmap
│
└─ Flow/Process
├─ Sequential stages → Funnel
├─ Transitions → Sankey
└─ Single metric → Gauge