What problem does it solve?
Choosing the wrong chart type or misusing Plotly Express in Vizro dashboards leads to misleading or visually broken visualizations, such as unaggregated bar charts stacking raw rows instead of summing values.
Core Features & Use Cases
- Chart Selection Guidance: Decision tables mapping data questions (comparison, trend, distribution, correlation) to the right chart type, with explicit anti-patterns to avoid.
- Plotly & Color Conventions: Rules for aggregation, sorting, axis cleanup, and when to let Vizro handle colors versus using
vizro.themes palettes for AG Grid styling.
- KPI Cards and Tables: Instructions for using built-in
kpi_card figures and vm.AgGrid with dash_ag_grid, including when @capture("graph") custom functions are required.
- Use Case: When building a Vizro dashboard and unsure whether a dataset needs a bar, line, or scatter chart, this Skill provides the decision criteria and the correct implementation pattern, including pre-aggregation inside custom chart functions.
Quick Start
Ask which chart type fits a dataset comparing regional revenue over time in a Vizro dashboard and how to implement it correctly.