Jerry Orta
← Libraries

Charts

33 chart types on one configuration contract

A D3-backed Angular charting library where the chart type is a configuration choice rather than a different component with a different API. Every type reads the same theme tokens, so a consuming application restyles all thirty-three by swapping one bridge — and composition, annotation and tooltip content are cross-cutting layers rather than per-chart features.

170 published stories in Storybook

Composite charts

Two chart types in one coordinate space: bars carrying the measure, trend lines drawn over the same scales.

A bar layer (monthly revenue) with three line layers — Target, Avg, Forecast — composed on one shared set of axes.
Open this story in Storybook ↗

Chart types

Each one takes the same configuration object and reads the same theme tokens.

Cross-cutting