react-native-gifted-charts 0.2.2 → 0.2.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gifted-charts",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "The most complete library for Bar, Line, Area, Pie and Donut charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.",
5
5
  "main": "src/index.tsx",
6
6
  "files": [
@@ -966,7 +966,7 @@ export const BarChart = (props: PropTypes) => {
966
966
  <ScrollView
967
967
  style={[
968
968
  {
969
- marginLeft: 36,
969
+ marginLeft: yAxisLabelWidth,
970
970
  position: 'absolute',
971
971
  bottom: stepHeight * -0.5 - 60 + xAxisThickness,
972
972
  },