From 1d7a9753adf4e4c7b9de33a1d35eb6ea93b6351c Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Sat, 4 Jun 2022 18:44:31 +0530 Subject: [PATCH] Update todos.md --- src/todos.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/todos.md b/src/todos.md index 1a9ccb9..f45dad5 100644 --- a/src/todos.md +++ b/src/todos.md @@ -6,13 +6,14 @@ 1. Prepare a doc for Line chart with negative values 2. Prepare a doc for Line chart with y axis on right side -3. Prepare a doc for Bar chart combined with Line chart having a separate data for the Line chart -4. Prepare a doc for Line chart with smoothly scrolling data pointer and strip (along with pointerShiftX) -5. Prepare a doc for labelsPosition in Pie and Donut charts -6. Prepare a doc for adjustToWidth in Line and Area charts -7. Prepare a doc for xAxisLabelTexts and xAxisLabelTextStyle in Bar, Line And Area Charts -8. Prepare a doc for vertical lines to explain noOfVerticalLines and verticalLinesSpacing props. https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/205 -9. Prepare a doc for negative marginBottom instead of marginTop for x axis labels. https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/190 +3. Prepare a doc for Line chart with gaps in the line https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/100 +4. Prepare a doc for Bar chart combined with Line chart having a separate data for the Line chart +5. Prepare a doc for Line chart with smoothly scrolling data pointer and strip (along with pointerShiftX) +6. Prepare a doc for labelsPosition in Pie and Donut charts +7. Prepare a doc for adjustToWidth in Line and Area charts +8. Prepare a doc for xAxisLabelTexts and xAxisLabelTextStyle in Bar, Line And Area Charts +9. Prepare a doc for vertical lines to explain noOfVerticalLines and verticalLinesSpacing props. https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/205 +10. Prepare a doc for negative marginBottom instead of marginTop for x axis labels. https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/190 ## Architecture Enhancement