## Changelog ### [2.4.1](https://github.com/nick-dave-turner/react-charts-d3/pull/13) #### Fixed - Format axis numbers for human consumption. Default values render to 0 decimal places. ### [2.4.0](https://github.com/nick-dave-turner/react-charts-d3/pull/11) #### Added - Pie chart component ### [2.3.2](https://github.com/nick-dave-turner/react-charts-d3/pull/10) #### Changed - Added Flow type checking to every component ### [2.3.0](https://github.com/nick-dave-turner/react-charts-d3/pull/9) #### Added - Bubble chart component #### Changed - Added new scale type - rScaleType (radius) - Added new scale - sqrt - Expanded ChartDataItem to include optional radius value ### [2.2.4](https://github.com/nick-dave-turner/react-charts-d3/pull/8) #### Changed - Exposed Area component props to Area chart component - Exposed Bar component props to Bar chart component - Exposed additional Line component props to Line chart component - Exposed additional Scatter component props to Scatter chart component - Moved bar padding from Bar chart component to Bar component ### [2.2.3](https://github.com/nick-dave-turner/react-charts-d3/pull/7) #### Changed - Split Axes component into separate Axis / XAxis / YAxis components ### [2.2.2](https://github.com/nick-dave-turner/react-charts-d3/pull/6) #### Changed - Added opacity styles for Area chart - Added opacity styles for Bar chart ### [2.2.1](https://github.com/nick-dave-turner/react-charts-d3/pull/5) #### Added - Area chart component ### [2.1.1](https://github.com/nick-dave-turner/react-charts-d3/pull/4) #### Changed - Fixed console error when interacting with the legend ### [2.1.0](https://github.com/nick-dave-turner/react-charts-d3/pull/3) #### Added - Scatter chart component #### Changed - Made Bar chart component optional props optional not required - Made Line charts component optional props optional not required ### [2.0.0](https://github.com/nick-dave-turner/react-charts-d3/pull/2) #### Changed - Converted d3 Bars model into React component - Converted d3 Lines model into React component - Converted d3 Axis model into React component - Converted d3 Legend model into React component - Converted d3 NoData model into React component - Create common types interfaces ### [1.0.0](https://github.com/nick-dave-turner/react-charts-d3/tree/v1.0.0) #### Added - Bar chart component - d3 Bars model - Line chart component - d3 Lines model - d3 Axis model - d3 Legend model - d3 No Data model