What problem does it solve?
It prevents dashboards from turning data into misleading visuals by enforcing correct chart selection, encoding hierarchy, axis honesty, and accessibility-ready chart semantics.
Core Features & Use Cases
- Pick the right chart for the question to ensure the visualization matches the intended decision (e.g., time trends, distributions, part-to-whole).
- Encoding and color rules that don’t lie by prioritizing position/length over color, limiting categorical colors, and using sequential/diverging ramps correctly.
- Axis honesty and annotation rigor including zero baselines for bars, appropriate log scaling, and contextual reference lines and callouts.
- Accessible chart output with required alt-text and a “View as table” pattern for screen-reader and keyboard users.
- Responsive and interactive behavior covering sizing density, tooltip behavior on hover/focus, keyboard reachability, and motion that respects prefers-reduced-motion.
Quick Start
Use the data-visualization skill to generate or refine an accessible chart for a dashboard that answers this question: “How does revenue change over time by region?”.