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

I have been dealing with this bug for a while now where navigating away from the page that contained HighChart components would causes errors of failing to destroy undefined object...

In the README.md you describe the update mechanism as follows: ``` componentDidMount() { let chart = this.refs.chart.getChart(); chart.series[0].addPoint({x: 10, y: 12}); } render() { return ; } ``` this is...

I have been at this for a while now and I'm stumped. I have a react component that is supposed to add a new series whenever it receives props, however...

When you change the configuration. Render creates new charts from scratch. This should be rewritten so charts would be updated not created from scratch.

Fix animation from https://github.com/kirjs/react-highcharts/issues/171

The highcharts-more package is an old version (4.2.3) of the file that doesn't match well with the most recent and official highcharts package (5.0.9 via @TorsteinHonsi). It may work well...

I'd like to create an SVG after the HighChart is rendered by using the callback method. The issue I'm running into is that the callback method seems to be happening...