react-native-highcharts
react-native-highcharts copied to clipboard
📈 Add Highcharts charts to react-native app for IOS and Android
Getting undefined for the Highcharts.Color colors: { radialGradient: {cx: 0.5, cy: 0.3, r: 0.7}, stops: [ [0, globals.legendColor], [1, Highcharts.Color(globals.legendColor).brighten(-0.3).get('rgb')] ] }
Hi I used following code to view the 3d chart in mobile but it's not working. Can anyone help me.. options3d: { enabled: true, alpha: 15, beta: 10, depth: 50,...
it is my first time to write the issues in github and also first time writing in english,,, .then((responseData) => { let data = JSON.parse(responseData.data).data,arrX = [],arrY = [], dataXY...
Hello. Please check this: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/synchronized-charts/ I wanna make chart works like this. The only problem is I cannot use jquery in React Native. Is there anyway to use the synchronized...
Hello All, First of all, kudos to you all, great job on this module, it really makes life easy for the react-native community. Thanks a lot. I was using the...
When I inspect code of react-native-chartView.js, I saw that we use online libraries ``` ``` that make the rendering slower. I'm not sure that are they cache or not, but...
In this PR I just remove an unnecessary space in the README's code indentation.
Hello All, Based on a passed parameter I need to take different action in the load function in events. How do I do that? It seems I cannot access any...
Hello all, I wanted to know if I can control specific functions within the Highcharts object, such as series visibility and adding a series from buttons/components outside the Highcharts component....
on the debug version,when i touch the point of line,it show tooltip, but on the release version,it can't show the tooltip when i touch the point of line, did i...