24 lines
1.4 KiB
Markdown
Raw Normal View History

2022-04-26 15:21:21 +05:30
## Features
2022-04-05 01:09:45 +05:30
2022-05-05 13:17:55 +05:30
1. Fix the issue with pointers in Line/Area charts on Android https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/177
2022-04-05 01:09:45 +05:30
## To-dos in documentation-
2022-05-27 18:14:51 +05:30
1. Prepare a doc for Line chart with negative values
2. Prepare a doc for Line chart with y axis on right side
2022-06-04 18:44:31 +05:30
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
2022-06-12 01:53:05 +05:30
11. Prepare a doc for LineChartBicolor https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/221
2022-04-14 01:59:24 +05:30
## Architecture Enhancement
2022-04-21 15:00:10 +05:30
1. Make it compliant with React js
2022-04-28 05:06:55 +05:30
2. Write Snapshot tests for more example charts (snapshot tests for some charts are already written)