Skip to content

Commit

Permalink
Merge pull request #867 from Abhinandan-Kushwaha/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Abhinandan-Kushwaha authored Oct 11, 2024
2 parents 80eb761 + 639ed18 commit 06d7cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

1. Fixed the issue- "yAxisOffset does not work with stackData". See https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/862
2. Fixed the issue- `zIndex` not working for Lines/Curves of the Line/Area charts.
3. Used scrollAnimation when scrolling to a given index using the `scrollToIndex` prop. See https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/859<br />
Thanks to [dannybit](https://github.com/dannybit) for his PR- https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/pull/860

---

Expand Down
2 changes: 1 addition & 1 deletion src/Components/BarAndLineChartsWrapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const BarAndLineChartsWrapper = (props: BarAndLineChartsWrapperTypes) => {
initialSpacing +
((barWidth ?? 0) + spacing) * scrollToIndex -
spacing,
animated: scrollAnimation
animated: scrollAnimation,
});
}
}}
Expand Down

0 comments on commit 06d7cfe

Please sign in to comment.