DS
Premium Docs

Design System Showroom

Published-package documentation wired to the real DS runtime so the same routes reveal how tenant and engine reshape identical component contracts.
Rottay / modern
Published package
Primary
#0A0A0A
Rottay
Radius
14px
Surface shape
DensitynormalPlatform Flagship
NavigatorLibrary map
8 sections
212 routes
Foundations first, then primitives, patterns, structures, and surfaces. Keep this rail legible enough to scan without hunting.
Foundations4 documented routes
4
Tokens
Themes
Engines
Icons
109
97
Display
Inputs
Feedback
Layout
Navigation
Overlay
21
Headers
Workspace
Record
Dashboard
Feedback
36
Admin
Data
Experience
Forms
Operations
Workspace
3
Platform
Bit Hire
Evnto
1
Playground
2
Developers
Runtime fingerprintToken readout from the active provider chain.
Live DS
Runtime
Platform
Rottay
Rottay / ModernPlatform Flagship
Primary
#0A0A0ASecondary #6B6B6B
Radius
14pxxl 18px
Density
normalBorder-light cards
Accent
Badge
Compact runtime evidence across 3+ token signals.
Published DS package · Pattern Library · Rottay / modernShared route metadata for the active runtime, kept inline so the shell reads like a thin header band.
Palette
#0A0A0ARottay
Chrome
Modernrenderer posture
Radius
14pxsurface shape
Density
normalPlatform Flagship
Patterns
Visualization
Charts
Area Chart

Area Chart

Active profilePlatform Flagship
Runtime postureRottay / modern
D3-backed chart recipes with token-aware styling.
Runtime controls
TenantRottay
Patterns/Charts/AreaChart
Basic
Runtime-driven docs

AreaChart

Filled line chart emphasizing volume or magnitude
Clean categorical or time-series values with a clear primary measure.
How to read this page
Use the sidebar showroom controls to change engine and tenant, then judge whether the chart still reads clearly without extra editorial staging around it.
TierChartA specialized visualization pattern.
FamilyBasicStart with axis clarity.
Best forcomparing categoriesCompare against more advanced statistical charts.
Live preview

Validate the chart in the active showroom runtime

Sidebar engine and tenant drive this
Basic
This preview should stand on the chart itself: legibility, token use, spacing, and interaction rhythm all need to hold without extra local storytelling chrome.
Loading chart preview...The interactive chart canvas mounts client-side so the docs page stays stable while the preview runtime boots.
ImportPublished package entrypoint, ready to copy.
tsx
1 line
Consumption
Runtime-aware snippet
ImportTSX
Quick copy
import { AreaChart } from '@rottay/design-system';
UsagePaste-ready example that shows the base contract first.
tsx
12 lines
Consumption
Runtime-aware snippet
UsageTSX
Quick copy
<AreaChart
  series={[{
    name: 'Revenue',
    data: [
      { x: 'Q1', y: 45000 },
      { x: 'Q2', y: 52000 },
      { x: 'Q3', y: 61000 },
    ],
  }]}
  height={300}
  animate
/>
API surface

Props

6 rows
AreaChart propsProp contracts stay readable across dark-first and light-first tenants.
6 props
2 required
4 optional
Fast readStart with required props, then scan defaults before dropping to per-row details.
Contract postureThis reference stays intentionally concise so the primitive contract remains scannable.
Name
Type
Default
Required
Description
Required
Required
Optional
Optional
Optional
Optional
Related charts

Continue within Basic

Browse all
BarChart
Basic
Vertical or horizontal bars for categorical comparisons
LineChart
Basic
Connected data points for trends over continuous axes
PieChart
Basic
Circular chart for part-to-whole proportions
ScatterChart
Basic
Point distribution across two axes
Primitives97 documented routes
PatternsCurrent section
48
Data
Forms
Visualization
Calendar View
Charts
18
Kanban Board
Map View
Timeline
Tree View
Communication
Workflow
Navigation
Misc
Structures21 documented routes
Surfaces36 documented routes
Verticals3 documented routes
Playground1 documented routes
Developers2 documented routes
roundedtop bar · solid dividers
EngineModern

Choose this when

3 items
comparing categories
tracking trends
showing proportions

Review checklist

3 items
axis clarity
label density
at-a-glance story

Compare against

2 items
more advanced statistical charts
flow charts
data
ChartDatum[]
none
Primary data set rendered by the chart.
height
number
none
Canvas height used for chart sizing.
xLabel
string
none
Optional label for the horizontal axis.
yLabel
string
none
Optional label for the vertical axis.
className
string
none
Additional class names for layout or product-specific extension points.
style
CSSProperties
none
Inline overrides for one-off sizing or diagnostic rendering changes.
data
Required
ChartDatum[]none
Primary data set rendered by the chart.
height
Required
numbernone
Canvas height used for chart sizing.
xLabel
Optional
stringnone
Optional label for the horizontal axis.
yLabel
Optional
stringnone
Optional label for the vertical axis.
className
Optional
stringnone
Additional class names for layout or product-specific extension points.
style
Optional
CSSPropertiesnone
Inline overrides for one-off sizing or diagnostic rendering changes.