Gradient & Mask
SVG gradient fills and pattern masks for chart elements. Apply to areas, bars, arcs, and other shapes.
Import
import { Gradient, GradientStop, RadialGradient, Mask, Stripes } from 'reaviz';
Gradient Props
| Prop | Type | Default | Description |
|---|---|---|---|
direction | 'vertical' | 'horizontal' | 'radial' | 'vertical' | Gradient direction |
color | string | — | Base color (applied to all stops) |
stops | `Reac |
[Description truncada. Veja o README completo no GitHub.]