A selection D3.js charts designed specifically for ease-of-use with React.js projects
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 documentationA pie chart (or a circle chart) is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.(ref)
View documentationA 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 documentationAn 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 documentationA 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 documentationThe 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