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

i cannot catch event. someone any suggest?

When the amount of series is large, clicking the legend item will get a slow response, especially on real device. Is there any way can improve the performance? ![5 -15-2017...

On first load of my application the chart will render at the correct view. However if i refresh the app it will render weird and almost like its zoomed in......

I am trying to log some data inside of the `load()` event, but it seems console is not accessible in it. This code is working perfectly fine, its just I...

Feature: I'm not positive but I think the initial use of a chart requires a time-consuming http request for highcharts.js and jquery.js. I'm guessing load time would be reduced if...

Only DOMContentsLoad event was used, which has support everywhere. Loading of jQuery was very time consuming, so I replaced that.

I'm rendering column graph in a table cell- And the Highcharts bar configuration- var conf = { chart: { type: 'column' }, xAxis: { categories: ['1','2','3','4','5','6'] }, plotOptions: { series:...

I've got this code snippet which animates perfectly in [`jsfiddle`](http://jsfiddle.net/ewolden/w4zn7d1r/6/) But when I try to use the same code inside my `conf`, it doesn't animate, and just shows the first...

Post version 0.1.1 I am seeing a strange issue with line width. I have following configuration for my chart ``` const DEFAULT_CHARTS_CONFIG = { "legend": { "enabled": false }, "series":...

Does setting zoomtype for zooming in chart work for anybody or is it not supported in this library yet?