Fork me on GitHub

React Easy Chart

A selection D3.js charts designed specifically for ease-of-use with React.js projects

Bar chart

A bar chart or bar graph is a chart that presents Grouped data with rectangular bars with lengths proportional to the values that they represent.(ref)

View documentation

Pie chart

A pie chart (or a circle chart) is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.(ref)

View documentation

Line chart

A line chart or line graph is a type of chart which displays information as a series of data points called 'markers' connected by straight line segments.(ref)

View documentation

Area chart

An area chart or area graph displays graphically quantitive data. It is based on the line chart. The area between axis and line are commonly emphasized with colors, textures and hatchings.(ref)

View documentation

Scatterplot chart

A scatter plot, scatterplot, or scattergraph is a type of mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data.(ref)

View documentation

Legend component

The legend component provides a key to the data and is designed to work with the Pie and Scatter plot charts. The legend component is easily cusomised via css

View documentation