highcharts-react-native
highcharts-react-native copied to clipboard
Organization Charts
Hey everyone. just wanted to find out with organization chart are supported?
Reference: https://www.highcharts.com/demo/organization-chart/sand-signika
Hi @musangowope
Yes, these charts are supported. Don't forget to load sankey & organization modules: https://api.highcharts.com/highcharts/series.organization

How to add a module: https://github.com/highcharts/highcharts-react-native#using-highcharts-modules-eg-solid-gauge-drilldown-or-exporting
@musangowope hi there, are cards in the organization chart interactable! I mean are they clickable when you press on one it should expand its children cards?
Hi @ys-sherzad
This one is a typical Highcharts related question, which suppose to be asked through the one of official support channels (StackOverflow with #highcharts tag, Highcharts forum, or sending the email to [email protected]). The Issues tab on this repository is our bug-tracker only.
Anyway, the feature you mentioned above is not possible to get out of the box using API options only, but here is a simple demo which shows how it can be implemented.
Live demo: https://jsfiddle.net/BlackLabel/Lgkxqva6/
Kind regards!