Skip to content

Commit

Permalink
Merge branch 'release/4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanoid5 committed Oct 10, 2019
2 parents 0f3ea48 + 229b7ed commit 71c9f7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fusioncharts",
"version": "4.1.0",
"version": "4.1.1",
"description": "React Native component for FusionCharts Javascript Charting Library",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -55,8 +55,7 @@
"cheerio": "^1.0.0-rc.2",
"commander": "^2.13.0",
"ejs": "^2.5.7",
"mkdirp": "^0.5.1",
"react-native-webview": "^5.12.1"
"mkdirp": "^0.5.1"
},
"devDependencies": {
"babel-jest": "23.6.0",
Expand All @@ -72,7 +71,8 @@
"metro-react-native-babel-preset": "0.51.1",
"react": "16.6.3",
"react-native": "0.57.8",
"react-test-renderer": "16.6.3"
"react-test-renderer": "16.6.3",
"react-native-webview": "^5.12.1"
},
"jest": {
"preset": "react-native"
Expand Down
2 changes: 1 addition & 1 deletion src/FusionCharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export default class ReactNativeFusionCharts extends Component {
}`
);

eventsMap.push(`'rendercomplete': function(eventObj, dataObj){
eventsMap.push(`'initialized': function(eventObj, dataObj){
window.webViewBridge.send('chartRendered', {
eventName: 'chartrendered'
});
Expand Down

0 comments on commit 71c9f7c

Please sign in to comment.