From 84423acb1ee507cf4693c4d3be23bd6dd08b369c Mon Sep 17 00:00:00 2001 From: Ravi Rupareliya Date: Thu, 26 Mar 2020 09:52:53 +0530 Subject: [PATCH 1/4] Removed Webview import from react native --- react-native-highcharts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 6a57b9f..72a44ed 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -4,10 +4,10 @@ import { StyleSheet, Text, View, - WebView, Image, Dimensions } from 'react-native'; +import { WebView } from 'react-native-webview'; const win = Dimensions.get('window'); class ChartWeb extends Component { From 7e30b5312b49115561b7668f049fe54f972382b3 Mon Sep 17 00:00:00 2001 From: Ravi Rupareliya Date: Thu, 26 Mar 2020 09:53:40 +0530 Subject: [PATCH 2/4] onLayout method changed according to new WebView --- react-native-highcharts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index 72a44ed..da9955a 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -79,7 +79,7 @@ class ChartWeb extends Component { return ( Date: Thu, 26 Mar 2020 10:01:14 +0530 Subject: [PATCH 3/4] update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63fcfc9..53792cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-highcharts", - "version": "1.1", + "version": "1.1.0", "description": "JavaScript implementation of a view container that can flip between its front and back, where the back has a console.log and the front is your aplication.", "main": "react-native-highcharts.js", From 2d015415638c89992b8e8ee3113cd15971ae2074 Mon Sep 17 00:00:00 2001 From: vidhya-pentair <67374441+vidhya-pentair@users.noreply.github.com> Date: Wed, 24 Jun 2020 18:11:40 +0530 Subject: [PATCH 4/4] Added broken axis support --- react-native-highcharts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-highcharts.js b/react-native-highcharts.js index da9955a..7772b1c 100644 --- a/react-native-highcharts.js +++ b/react-native-highcharts.js @@ -39,6 +39,7 @@ class ChartWeb extends Component { ${this.props.guage ? '' : ''} +