selecting-vizro-charts

Installation
SKILL.md

Vizro Chart Best Practices

Chart Selection

Data question Chart
Compare categories Bar (horizontal preferred)
Trend over time Line (12+ points)
Part-to-whole (simple) Pie/donut (2–5 slices only)
Part-to-whole (complex) Stacked bar
Distribution Histogram or box
Correlation Scatter

Never use: 3D charts, pie with 6+ slices, dual Y-axis, bar charts not starting at zero.

Plotly Conventions

  • Plotly Express does not aggregate. Pre-aggregate in app.py or custom chart functions.
  • Bar: sort by value (largest→smallest) unless time-based; always start at zero.
Related skills
Installs
1
Repository
mckinsey/vizro
GitHub Stars
3.7K
First Seen
11 days ago