The short version
Data Visualization
By JR Brugger (Design Workflow)
Design clear charts and graphs that communicate insights without confusion.
Brand.yml
By Posit
Define your brand colors, fonts, and logos once, use them everywhere in Shiny and Quarto.
What each one does
Data Visualization
- Recommends the right chart type based on what you're trying to show (trends, comparisons, distributions, relationships)
- Applies design principles that make charts clear and easy to read (proper labels, colors, and minimal decoration)
- Ensures visualizations are accessible to all audiences including colorblind users
- Guides responsive design so charts work on mobile and desktop
- Provides best practices for direct labeling, context, and interactive exploration
Brand.yml
- Creates a single YAML file that stores your brand colors, fonts, and logo files
- Automatically applies your branding to Shiny web apps and Quarto documents
- Supports light and dark mode variants for colors and logos
- Integrates with Google Fonts and custom typography
- Works across HTML reports, dashboards, slides, and PDFs
When to pick each one
Reach for Data Visualization when…
- You're building a presentation deck and need to show quarterly sales trends or market data
- You're writing a report and want to visualize survey results or customer metrics
- You need to create a dashboard that communicates KPIs to your team
- You're designing charts for an article, proposal, or investor update
Reach for Brand.yml when…
- You're setting up brand guidelines for a team's reports and dashboards
- You need consistent colors and fonts across multiple documents without manual styling
- You're creating Shiny apps or Quarto reports and want them to match your brand
- You want to update your brand palette once and have it apply everywhere
Quick facts
| Data Visualization | Brand.yml | |
|---|---|---|
| Made by | JR Brugger (Design Workflow) | Posit |
| Category | Design & Creative | Design & Creative |
| Source | View ↗ | View ↗ |
| Detail page | Open | Open |