UNPKG

1.07 kBMarkdownView Raw
1# Changelog
2
3## v3.9.0
4
5- added propsForLabels to chartConfig
6- added labelColor to chartConfig as a shortcut for propsForLabels / fill
7
8## v3.8.0
9
10- added dot cx, cy in the onDataPointClick functions arguments
11- fixed for horizontal label position when there is only one data point and fromZero prop is true
12
13## v3.7.0
14
15- expose paddingTop and paddingRight via the style prop
16- style the chart background lines with chartConfig's propsForBackgroundLines
17
18## v3.6.0
19
20- added barPercentage property to chartConfig (by @dchirutac)
21- added dot color callback prop (by @stephenc222)
22- added bar chart label rotations (by @stephenc222)
23
24## v3.5.0
25
26- added `horizontalLabelRotation` and `verticalLabelRotation` props to `LineChart`
27
28## v3.4.0
29
30- added `chartConfig` `backgroundGradientFromOpacity` and `backgroundGradientToOpacity`
31
32## 3.3.0
33
34- added `index` to `onDataPointClick`
35
36## 3.2.0
37
38- added optional labels for ProgressChart
39
40## 3.1.0
41
42- added withVerticalLabels and withHorizontalLabels to LineChart, BarChart and StackedBarChart
43
44## 3.0.0
45
46- added typescript types