Documentation
¶
Overview ¶
Example: SVG metadata channels, responsive output, and band padding.
Demonstrates three features:
- Responsive SVG — root <svg> includes style="max-width:100%;height:auto"
- SVG metadata — <title> tooltips, <a href> links, aria-label for a11y
- Band padding — WithPaddingInner / WithPaddingOuter on discrete scales
Metadata channels flow through the standard ggplot pipeline: map a column via aes.Title / aes.Href / aes.AriaLabel, and the SVG output automatically emits the corresponding <title>, <a href>, and aria-label attributes.
Click to show internal directories.
Click to hide internal directories.