react-native-highcharts
react-native-highcharts copied to clipboard
📈 Add Highcharts charts to react-native app for IOS and Android
### Current behaviour This question is because when I try to show a boxplot chart, it is not displayed correctly, as shown in the image below  ### Expected behaviour...
i tried to change export button symbol using below code: Highcharts.SVGRenderer.prototype.symbols.download = function (x, y, w, h) { var path = [ // Arrow stem 'M', x + w *...
I have this conf object. The only issue is with the title property. In the library function all the object is converted into string. During the process the ```` are...
Hello All, This is when the XAxis labels are something different than time (seconds), For example when we have labels which could be anything ["jan", "feb", "march" ,...] In previous...
Hi All, I trying to download chart into my device and want to share chart into on WhatsApp or mail. But while click on the download PNG image, nothing is...
Hi All, Can you share me some code for the open chart in full screen (landscape mode) in mobile screen? Thanks & Have a Nice day 
react-native-highcharts not display in 1.0.2 version . react-native-link or rnpm install not working for this issue.
```javascript render(){ let conf={ chart: { type: 'spline', animation: Highcharts.svg, // don't animate in old IE marginRight: 10, events: { load:function(){ var series = this.series[0]; setInterval(() =>{ var x =...
When ever state of variable changes char getting reploaded . Any solution
Hi! Nice lib 👍 I'm using it in my app, but when I click on "Highchart.com", the chart shows the website. It's a bit ugly inside the app 👎 ![highchart...