- added optional props:
xAxisLabel,yLabelsOffset,xLabelsOffset, andhidePointsAtIndextoLineChart
- added type for chart config
- added props config for Dots in the line chart
- added propsForLabels to chartConfig
- added labelColor to chartConfig as a shortcut for propsForLabels / fill
- added dot cx, cy in the onDataPointClick functions arguments
- fixed for horizontal label position when there is only one data point and fromZero prop is true
- expose paddingTop and paddingRight via the style prop
- style the chart background lines with chartConfig's propsForBackgroundLines
- added barPercentage property to chartConfig (by @dchirutac)
- added dot color callback prop (by @stephenc222)
- added bar chart label rotations (by @stephenc222)
- added
horizontalLabelRotationandverticalLabelRotationprops toLineChart
- added
chartConfigbackgroundGradientFromOpacityandbackgroundGradientToOpacity
- added
indextoonDataPointClick
- added optional labels for ProgressChart
- added withVerticalLabels and withHorizontalLabels to LineChart, BarChart and StackedBarChart
- added typescript types