Bar chart
A bar chart provides a way of showing data values represented as bars.
Line chart
To use our minimalistic line chart, set the type option to line.
Bar chart horizontal
Change the orientation of your bar chart from vertical to horizontal by setting the indexAxis option to 'y'.
Pie chart
A chart with the type pie splits the circle into several pieces to represent a dataset's values as an area's percentage.
Doughnut chart
Another type of graph representing data as an area's percentage is a doughnut chart.
Polar chart
Polar area graph will split the circle into pieces with equal angles and different radius.
Radar chart
This type of chart will enclose the area based on a dataset's values.
Bubble chart
This graph visualizes data in a series of "bubbles" with customized coordinates and radius.
Scatter chart
Use this chart to represent your data as a series of points with x and y coordinates.
Bar chart with custom options
TE React provides default options for each chart - you can easily change that by passing an object to options property.
Bar chart with custom tooltip
Set custom text format inside a tooltip by using plugins option.
Bar chart with darkmode customization
You can change some of the dark mode colors with the following props used in the example below.
Bar chart dark mode customization (with darkOptions property)
You can change dark mode configuration using darkOptions property.
If you are looking for more advanced options, try Bootstrap Charts from MDBootstrap.