diff --git a/packages/docs/docs/api/Chart.md b/packages/docs/docs/api/Chart.md
index b39d1a5ca..ef7b260b6 100644
--- a/packages/docs/docs/api/Chart.md
+++ b/packages/docs/docs/api/Chart.md
@@ -263,6 +263,24 @@ The chart integrates with @adobe/react-spectrum's theming system through the `th
```
+## Spectrum 2 Styling
+
+React-spectrum-charts supports Adobe's Spectrum 2 design system through the `s2` prop. When enabled, charts automatically adopt Spectrum 2 visual styles, including:
+
+- Updated color palettes (e.g., `s2Categorical6`, `s2Categorical12`, etc.)
+- Modern visual refinements aligned with the Spectrum 2 design language
+
+This is particularly useful for applications migrating to or built with Spectrum 2 components, ensuring visual consistency across your entire interface.
+
+```jsx
+