Added pointerConfig in Line Area Charts to allow smooth magic scroll

This commit is contained in:
Abhinandan-Kushwaha 2022-04-06 04:04:11 +05:30
commit ac34d44d4f

View File

@ -1,7 +1,13 @@
## Feature requests
1. OnPress function on Pie Chart https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/111
2. Scroll through data points instead of justing clicking on them https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/116
3. Bottom margin between bar and x axis https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/126
## To-dos in documentation-
1. Prepare a doc for Bar chart with negative values
2. Prepare a doc for Line chart with negative values
3. Prepare a doc for Bar chart with y axis on right side
4. Prepare a doc for Line chart with y axis on right side
5. Prepare a doc for Bar chart combined with Line chart having a separate data for the Line chart
5. Prepare a doc for Bar chart combined with Line chart having a separate data for the Line chart