
Claude Skills by reaviz
github.com/reavizTag cloud visualization using D3-Cloud layout. Word size is proportional to data value. Supports rotation, custom font sizing, color schemes, and tooltips.
Shared infrastructure components used across all reaviz charts. These modules handle axes, gridlines, tooltips, legends, visual effects, interactions, and color management.
Linear axis components for cartesian charts. Configurable tick formatting, label rotation, positioning, and axis line styling.
Interactive range selection and zoom/pan for charts. Brush allows selecting a data range; ZoomPan enables zooming and panning the view.
Built-in color palettes and the `ColorSchemeType` system used by all chart series.
SVG gradient fills and pattern masks for chart elements. Apply to areas, bars, arcs, and other shapes.
Background grid patterns for charts. Supports dashed lines in x/y/both directions and alternating stripe fills.
Chart legends for identifying data series. `DiscreteLegend` for categorical series; `SequentialLegend` for continuous color scales.
Reference lines and hover indicators for highlighting specific values on charts. `LinearValueMarker` for cartesian charts, `RadialValueMarker` for radial charts, `MarkLine` for hover crosshairs.