react-highcharts
react-highcharts copied to clipboard
React wrapper for Highcharts library
reproduce URL as below: http://jsbin.com/mequqavuke/edit?js,output The console shows this object prints two times 
At the moment there is no Typescript definitions available for react-highcharts which makes it painful to use in React/Typescript environments. I'm just opening the issue for now, I may add...
``` tooltip: { useHTML: true, shadow:false, //backgroundColor: 'none', borderWidth:0, borderRadius:0, shared: true, formatter: function(chart) { //console.log(this.point) var p = this.point let patients = '' p.patient_list.map((patient, index) => { patients+= 'P-'+patient+''...
I am having an issue with annotations in my project. I have created this example which shows annotations working in a sandbox environment. It appears it will only work with...
I'm trying to create multiple graphs which add points dynamically. The points are getting added to all the graphs in the page. Is ther something I'm doing wrong?
Animation
It appears that the initial animation only works for line plots. I have tried column and pie with no success. Using the demo at http://kirjs.github.io/react-highcharts/index.html I added the below properties...
This configuration not show labels on xAxis and yAxis. How can i get it? On local demo it looks like  Highcharts demo is normally show labels. Can...