Skip to content
Marshall Peterson edited this page Nov 2, 2023 · 3 revisions

What is react-spectrum-charts?

react-spectrum-charts is a declarative library for composing Spectrum visualizations in React. This charting library is built on top of the Vega visualization library.

Generating Vega spec files can be a very tedious process and it is very error prone. The purpose of this library is to simplify the Vega chart generation process by providing a declarative API that strikes the balance between customization/control and simplicity/speed of development.

Understanding Vega (while helpful) is not a requirement to use this library.