react-jsx-highcharts
react-jsx-highcharts copied to clipboard
(Gantt Chart) getHighCharts() method resolves as undefined
Bug or Feature Request?
Bug
Description
Probably an async problem with the getHighCharts() function.
How to reproduce
Create a new project and try to use the library? I think... That's how I was able to replicate it from scratch. Look at the second image blow.
Live demo demonstrating bug
This is from a longer running project...

But this is from a completely clean create-react-app project and by using the ToolTip component as in the documentation.

Versions
- React JSX Highcharts version: most recent
- Highcharts version: most recent
- React version: most recent
How do I know? Because I used npx create-react-script and got the most recent version of the library.
Browser
I was able to replicate this on Chrome and Firefox.
Mr. Will, I respect what you've done with the library. Please let me know how and if I can help you out with this issue.
I notice that the error seems to relate to the ganttChart function. React JSX Highcharts does not support Gantt charts at this time (see https://github.com/whawker/react-jsx-highcharts/issues/174).
I am currently working on a solution for Gantt Charts, but it is not quite ready for release yet.
Thank you for the swift response. Let me know if there's anything I can do to help.
I have the same issue. Is there any work ongoing to resolve this issue?