Skip to content

Commit aeee41b

Browse files
updated Readme and release-notes
1 parent 3b0eab0 commit aeee41b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Popul
1515
7. Detailed [documentation](https://gifted-charts.web.app/) with examples
1616
8. Support for **_combined_** Bar and Line charts
1717

18-
## [Release notes 🎉](release-notes/release-notes.md)
18+
## 📣 Announcement
19+
20+
The web counterpart of this library is public now. Try out our new reactJS library- [react-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-gifted-charts) <br />
21+
The exact same piece of code that you write to render charts in react-native, can be used to render charts in reactJS using this library!
1922

20-
**Alert:**
2123

22-
This library doesn't support web apps yet. Use this library if you are planning mobile first.</br>
23-
However, we are planning to add support for web which will be available soon.
24+
## [Release notes 🎉](release-notes/release-notes.md)
25+
2426

2527
<img src='/demos/bars.png' alt=''/>
2628
<img src='/demos/lineArea.png' alt=''/>

release-notes/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 🎉 1.4.8 Mega Release ⭐️
2+
3+
## ✨ Features added-
4+
### Animation in Pie and donut charts using the __`<PieChartPro>`__ component. See https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/555
5+
### Curved paths (border-radius) in donut sections supported using the __`<PieChartPro>`__ component. See https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/554
6+
### Support for expo gradient, thanks to onyx-flame for his PR https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/pull/571
7+
8+
9+
## 🐛 Bug fixes
10+
11+
1. refactors and adjustments related to xAxisThickness and yAxisOffset. See https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/574
12+
13+
---
14+
15+
---
16+
17+
---
18+
119
# 🎉 1.4.7
220

321
## 🐛 Bug fixes

0 commit comments

Comments
 (0)