react-native-gifted-charts 1.4.37 → 1.4.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,13 +39,13 @@ var RenderLineInBarChart = function (props) {
39
39
  spacing: spacing,
40
40
  containerHeight: containerHeight,
41
41
  maxValue: maxValue,
42
- yAxisOffset: yAxisOffset
42
+ yAxisOffset: yAxisOffset,
43
43
  };
44
44
  var renderAnimatedLine = function () {
45
45
  var _a, _b, _c;
46
46
  return (_jsx(Animated.View, { pointerEvents: "none", style: {
47
47
  position: 'absolute',
48
- height: containerHeight + 10,
48
+ height: containerHeightIncludingBelowXAxis + labelsExtraHeight,
49
49
  left: 6 - yAxisLabelWidth,
50
50
  bottom: 50 + xAxisLabelsVerticalShift, //stepHeight * -0.5 + xAxisThickness,
51
51
  width: animatedWidth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gifted-charts",
3
- "version": "1.4.37",
3
+ "version": "1.4.38",
4
4
  "description": "The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Population Pyramid charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.",
5
5
  "main": "dist/index.js",
6
6
  "files": [