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

The official Highcharts supported wrapper for React

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

I have received feedback from a user asking how they can render React components in a Highcharts formatter function. This proved to be quite difficult and we should try to...

enhancement

When changing dynamically 'constructorType' from 'chart' to 'mapChart', the chart is not re-rendered correctly. A workaround is to add ``` key={constructorType}``` in ``` ``` to force the rerender when the...

bug

**Problem:** i)While Running build-demo script in local, it will throw below errors ii)Removing unnecessary codes in HighchartsReact.js ![preset-env](https://user-images.githubusercontent.com/22814641/160453507-943f10e9-7074-4e40-a67c-81a24da0340c.jpg) ![preset-react error](https://user-images.githubusercontent.com/22814641/160453526-f76920fd-3077-4c4b-9a3c-1ef384fdd76a.jpg) **Solution:** i)To avoid above errors, need to change the build-demo...

Looks like babelify has changed the value of preset.

This simplify the process to run the demo app. Hope it helps.

Hi, I just cloned this repository and executed the tests as instructed: `npm run test`. 8 tests out of 20 are failing. ``` Test Suites: 6 failed, 5 passed, 11...

Hi, would be good to have an official typescript example this makes sharing simple examples more easy. https://stackblitz.com/edit/react-starter-typescript-lr6pad?file=App.tsx

enhancement

``` stockTools: { gui: { enabled: true } }, ``` i got document for js only, so after 2 days research I can't find a way to do it with...

question

Hi, I'm trying to plot a horizontal line using multiple series with a `start_position` and an `end_position` on the x-axis. However, the entire line I'm getting missing some parts of...

question

I am getting the following error running Highcharts in Next.js 14.1.0. ``` ../node_modules/.pnpm/[email protected]/node_modules/highcharts/highcharts.js @ document ⨯ TypeError: Cannot read properties of undefined (reading 'document') ``` Component: ```tsx "use client" import...

question