What problem does it solve? Charts in enterprise applications are frequently misleading, inaccessible, or unnecessary — truncated axes exaggerate variance, pie charts obscure comparisons, and color-only encoding fails colorblind readers. This Skill provides opinionated house rules that govern every charting decision so visualizations stay honest and readable. ## Core Features & Use Cases - Chart selection governance: Decides whether data should be visualized at all, bans pie and donut charts except narrow cases, and distinguishes when bars versus lines tell the right story. - Honesty and accessibility constraints: Enforces zero baselines, linear scales, intact sequences, pattern-plus-color encoding, and a mandatory accompanying data table. - Charting library workflow: Directs checking the project for a declared charting library, prompting the user to choose an open-source React-first option when none exists, and never hand-building charts from layout primitives. - Use Case: When asked to add a trend chart to a Recursica-based dashboard, the Skill ensures time sits on the horizontal axis, values are labeled, thresholds are shown, projections are dashed, and a data table accompanies the chart. ## Quick Start Use the data visualization skill to review this bar chart component and fix any violations of the house rules.