highcharts-react
highcharts-react copied to clipboard
The official Highcharts supported wrapper for React
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...
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...
**Problem:** i)While Running build-demo script in local, it will throw below errors ii)Removing unnecessary codes in HighchartsReact.js   **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
``` 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...
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...
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...