UNPKG

773 BMarkdownView Raw
1# Changelog
2
3## v3.7.0
4
5- expose paddingTop and paddingRight via the style prop
6- style the chart background lines with chartConfig's propsForBackgroundLines
7
8## v3.6.0
9
10- added barPercentage property to chartConfig (by @dchirutac)
11- added dot color callback prop (by @stephenc222)
12- added bar chart label rotations (by @stephenc222)
13
14## v3.5.0
15
16- added `horizontalLabelRotation` and `verticalLabelRotation` props to `LineChart`
17
18## v3.4.0
19
20- added `chartConfig` `backgroundGradientFromOpacity` and `backgroundGradientToOpacity`
21
22## 3.3.0
23
24- added `index` to `onDataPointClick`
25
26## 3.2.0
27
28- added optional labels for ProgressChart
29
30## 3.1.0
31
32- added withVerticalLabels and withHorizontalLabels to LineChart, BarChart and StackedBarChart
33
34## 3.0.0
35
36- added typescript types