mirror of
https://github.com/status-im/react-native-gifted-charts.git
synced 2025-02-22 16:48:07 +00:00
1.6 KiB
1.6 KiB
Features
- Fix the issue with pointers in Line/Area charts on Android https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/177
- Issue with eslint - tsc https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/222
- Add trailing 0s to yAxis labels in case of rounding- https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/300
To-dos in documentation-
- Prepare a doc for Line chart with negative values
- Prepare a doc for Line chart with y axis on right side
- Prepare a doc for Line chart with gaps in the line https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/100
- Prepare a doc for Bar chart combined with Line chart having a separate data for the Line chart
- Prepare a doc for Line chart with smoothly scrolling data pointer and strip (along with pointerShiftX)
- Prepare a doc for labelsPosition in Pie and Donut charts
- Prepare a doc for adjustToWidth in Line and Area charts
- Prepare a doc for xAxisLabelTexts and xAxisLabelTextStyle in Bar, Line And Area Charts
- Prepare a doc for vertical lines to explain noOfVerticalLines and verticalLinesSpacing props. https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/205
- Prepare a doc for negative marginBottom instead of marginTop for x axis labels. https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/190
- Add about endSpacing in docs
Architecture Enhancement
- Make it compliant with React js
- Write Snapshot tests for more example charts (snapshot tests for some charts are already written)