In the following examples we look at how to create many of the popular charts from Ext JS in React using Recharts
- a-column-chart: sample column chart
- b-bar-chart: sample bar chart
- c-stacked-chart: sample stacked (column) chart
- d-line-chart: sample line chart
- e-area-chart: sample area chart
- f-scatter-chart: sample scatter chart
- g-combined-series-chart: combined line + column chart
- h-pie-chart: sample pie chart
- i-radar-chart: sample radar chart