What problem does it solve? Choosing the right visualization in Malloy requires knowing which # tag matches your data shape, and misconfigured annotations silently fail or render incorrectly. This Skill provides a decision tree and complete renderer reference so you pick the correct chart type and apply valid tags the first time. ## Core Features & Use Cases - Chart Selection Decision Tree: Maps data shapes (time series, categories, geographic, KPIs) to the correct renderer such as # bar_chart, # line_chart, # shape_map, or # big_value. - Renderer Reference: Documents properties, field role tags, and layout options for charts, dashboards, pivots, transposes, and sparkline KPI cards. - Formatting and Theming: Covers field formatting tags (# currency, # percent, # number), model-level defaults, and light/dark theme palette annotations. - Use Case: You have a Malloy view grouping revenue by month and want a trend chart with a KPI card. The Skill tells you to use # line_chart for the trend and # big_value with a sparkline nest for the KPI, including the exact annotation syntax. ## Quick Start Ask the AI which Malloy chart to use for your query result and how to annotate the view with the right tags.