react-native-highcharts
react-native-highcharts copied to clipboard
📈 Add Highcharts charts to react-native app for IOS and Android
I have ``` ..... noData: { style: { fontWeight: "bold", fontSize: "15px", color: "#303030" } }, lang: { noData: "Not enough spread events to graph." }, ...... ``` However I...
I use Expo to deploy my app using this highchart. I can run it without any error when deployment, but after I build to apk file using Expo, the chart...
"react-native": "0.59.3", "react-native-highcharts": "^1.0.2", eg: series: [{ tooltip: { } }]
Used the example given in the documentation. I think I can see a faint white box which I am guessing is the webview, but cannot see the chart for sure....
The only mention of license is MIT in the package.json. Is it really licensed under MIT? If so, where is the file with the copyright header?
Hi All! I want scroll in screen when i enabled = false of scrollbar. Can give me action for issues?
It would be great to be able to receive events in React-Native via a bridge such as is found with react-native-webview-bridge. For example if I have a column chart, I'd...
I trying to change the font of the chart of highchart, but I am not able to see any change on the chart can anyone please help me. Please check...
Hi there, I'm trying to use your library for real time data plotting, however I'm having some troubles with figuring out how to pass data points to ChartView element in...