react-native-highcharts icon indicating copy to clipboard operation
react-native-highcharts copied to clipboard

📈 Add Highcharts charts to react-native app for IOS and Android

Results 75 react-native-highcharts issues
Sort by recently updated
recently updated
newest added

- Updated WebVIew to version 11.2.3, package now supports Expo SDK 41

Error can be seen running the following javascript ```javascript var flattenObject = function (obj, str='{') { Object.keys(obj).forEach(function(key) { str += `${key}: ${flattenText(obj[key])}, ` }) return `${str.slice(0, str.length - 2)}}` };...

I just included activity indicator to render loading animation before rendering the actual chart

Remove webview from react native and add from react-native-webview.

Hi, I am implementing Highchart in react-native and onPinchzoom i want to show loading.. status and update chart series object by ajax response. I tried to access chart object by...

Updating react native web view dependency to import WebView from 'react-native-webview' instead of 'react-native'

the chart is not rendering in ios ( showing just white space) but working fine in android. Please help

Hello! I have a ChartView which actually worked really good until I saw that the tooltip for the graphs are only showing on iOS and on android not. I think...