react-highcharts icon indicating copy to clipboard operation
react-highcharts copied to clipboard

React wrapper for Highcharts library

Results 65 react-highcharts issues
Sort by recently updated
recently updated
newest added

reproduce URL as below: http://jsbin.com/mequqavuke/edit?js,output The console shows this object prints two times ![_20170417155322](https://cloud.githubusercontent.com/assets/17983274/25082876/08ca9532-2386-11e7-871a-77971794936c.png)

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...

help wanted

``` 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+''...

waiting for clarification

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...

waiting for clarification

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?

waiting for clarification

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 ![Image of Yaktocat](https://i.snag.gy/txP15d.jpg) Highcharts demo is normally show labels. Can...