Skip to content

Commit dbfccac

Browse files
committed
Resolved Ticket -2241
1 parent b97f6ef commit dbfccac

24 files changed

+19858
-16824
lines changed

bin/fc-builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ delete file.dependencies["react"];
77
delete file.dependencies["react-native"];
88

99
file.peerDependencies = {
10-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
11-
"react-native": "^0.64.0",
10+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
11+
"react-native": "^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0",
1212
"react-native-webview": "^11.0.0"
1313
};
1414

package-lock.json

Lines changed: 19469 additions & 16751 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fusioncharts",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "React Native component for FusionCharts Javascript Charting Library",
55
"license": "MIT",
66
"scripts": {
@@ -16,15 +16,14 @@
1616
"build:FC": "npm run clean:FC && npm run copy:FC && npm run clean:package && npm run addDep:RN && gulp"
1717
},
1818
"dependencies": {
19-
"expo": "^44.0.0",
20-
"expo-asset": "~8.4.6",
21-
"expo-file-system": "~13.1.4",
22-
"expo-media-library": "~14.0.1",
23-
"expo-notifications": "~0.14.0",
24-
"expo-permissions": "~13.1.1",
25-
"expo-sharing": "~10.1.1",
26-
"expo-status-bar": "~1.2.0",
27-
"react-native-web": "0.17.1",
19+
"expo": "^47.0.0",
20+
"expo-asset": "^8.0.0",
21+
"expo-file-system": "^15.0.0",
22+
"expo-media-library": "^15.0.0",
23+
"expo-notifications": "^0.17.0",
24+
"expo-permissions": "^14.0.0",
25+
"expo-sharing": "^11.0.0",
26+
"expo-status-bar": "^1.4.0",
2827
"react-native-webview": "^11.0.0"
2928
},
3029
"devDependencies": {
@@ -37,8 +36,11 @@
3736
"gulp-rename": "^2.0.0"
3837
},
3938
"peerDependencies": {
40-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
41-
"react-native": "^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0",
39+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
40+
"react-native": "^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0",
4241
"react-native-webview": "^11.0.0"
43-
}
42+
},
43+
"workspaces": [
44+
"packages/*"
45+
]
4446
}

src/modules/fusioncharts/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
[<img src="https://www.fusioncharts.com/dist/fusioncharts-idera-logo.svg" width="234px" alt="FusionCharts - Build beautiful web & mobile dashboards">](https://www.fusioncharts.com/)
23
[<img alt="FusionCharts jsDelivr Hits" src="https://img.shields.io/jsdelivr/npm/hm/fusioncharts.svg" align="right" style="padding: 3px;">](https://www.jsdelivr.com/package/npm/fusioncharts)
34
[<img alt="FusionCharts Downloads" src="https://img.shields.io/npm/dm/fusioncharts.svg" align="right" style="padding: 3px;">](https://www.fusioncharts.com/download)
@@ -18,19 +19,18 @@ This package also contains FusionTime (timeseries charts), FusionWidgets (gauges
1819

1920
#### FusionCharts
2021

21-
- Radial Bar Chart 🆕🔥
22-
- Accessibility updates to make FusionCharts WCAG 2.1 complaint 💥
23-
- Improved Excel/CSV Export ✉️
24-
- New and improved React Native Integration Component with Expo support 🆕🔥
25-
- Improvements across axis, legend, and API events and methods 💥
22+
- Improved Angular and React Integration Components 🔥
23+
- Improvement of PDF encoding to make it compatible with Adobe acrobat reader
24+
- React-native plugin improved to support android app 🔥
25+
- Added Group Stacked Bar Chart Visualization to the list 💥
26+
- Support for Indian UT Maps 💥
27+
- New Feature request to implement the overlap avoidance rule for values
2628

2729
#### FusionTime
2830

29-
- Tooltip customization options 🆕🔥
30-
- Auto time-axis clipping improvements 🔥
31-
- Improved real-time support 💥
3231
- Improved Space Management 📐
3332
- Improvements across API events and methods, zooming/panning, and data store 💥
33+
- Modification of Sankey charts to accommodate different values
3434

3535
---
3636

@@ -68,7 +68,7 @@ Instead of downloading, you can also use FusionCharts’s CDN to access files di
6868
### Install from NPM
6969

7070
```sh
71-
npm install --save fusioncharts [node version v12.4.0 (npm v6.9.0)]
71+
npm install --save fusioncharts [node version v14.12.0 (npm v6.14.8)]
7272
```
7373

7474
See [npm documentation](https://docs.npmjs.com/) to know more about npm usage.

src/modules/fusioncharts/charts/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/modules/fusioncharts/core/fc-backward-compatibility.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)