
Description
Design guidance for charts, graphs, dashboards, maps, and data visualizations, including a local palette validator.
SKILL.md
Dataviz
Use this skill before producing a chart, dashboard, map, or data visualization.
Workflow
- Identify the analytic task: comparison, trend, distribution, relationship, ranking, part-to-whole, geography, or status monitoring.
- Choose the simplest chart form that answers that task. Read
references/choosing-a-form.mdwhen the form is not obvious. - Write the finding into the title, subtitle, axis label, or direct annotation. A viewer should know what changed, what is high or low, or what decision the chart supports.
- Pick colors from
references/palette.md, or validate any custom palette with the script below. - Check
references/anti-patterns.mdbefore finalizing the design.
Palette Validation
Resolve paths relative to the skill base directory shown above this skill body.
Do not assume $QWEN_SKILL_ROOT is set for normal shell commands.
Run:
node <skill-base-directory>/scripts/validate_palette.js '#1d4ed8,#b45309,#166534' --mode light
Treat FAIL as a required palette change. Treat WARN as acceptable only when
the chart also uses labels, shape, texture, ordering, or another secondary
encoding.
Mark Rules
- Use categorical palettes for unordered groups; use sequential or diverging ramps only for ordered values.
- Prefer direct labels over legends when the chart has a small number of series.
- Keep gridlines subtle and fewer than the data marks.
- Avoid dual axes unless both series share a clearly explained transformation.
- Do not rely on color alone for critical distinctions.
- Keep dashboards scan-friendly: align cards, use consistent number formats, and reserve saturated color for important state changes.
More skills from the qwen-code repository
View all 10 skillsbatch
execute parallel batch operations on files
Jul 20AutomationConcurrencycua-driver-rs
drive native GUI applications via MCP
Jul 16AccessibilityBrowser AutomationDesktopMCPextension-creator
create Qwen Code extensions
Jul 16CodingDocumentationPlugin Developmentloop
run scheduled or self-paced prompt loops
Jul 16AutomationProductivitySchedulingnew-app
build new applications from scratch
Jul 16EngineeringPrototypingWeb Developmentqc-helper
provide Qwen Code usage and configuration support
Jul 16ConfigurationDocumentationReference
More from Qwen
View publisherreview
review code for quality and security
qwen-code
Jul 30Code ReviewSecuritysimplify
clean up and simplify code changes
qwen-code
Jul 20Code AnalysisEngineeringPerformancestuck
diagnose and debug stuck Qwen Code sessions
qwen-code
Jul 16DebuggingEngineeringPerformanceopen-computer-use
configure Open Computer Use MCP server
open-computer-use
Jul 16AutomationCLIDesktopMCPauto-pr
automate pull request submission and review
qwen-code-examples
Jul 16AutomationCode ReviewDocumentationGitHub +1