highcharts / highcharts-react-native

Other
103 stars 81 forks source link

Organization Charts #114

Open musangowope opened 3 years ago

musangowope commented 3 years ago

Hey everyone. just wanted to find out with organization chart are supported?

Reference: https://www.highcharts.com/demo/organization-chart/sand-signika

pawelfus commented 3 years ago

Hi @musangowope

Yes, these charts are supported. Don't forget to load sankey & organization modules: https://api.highcharts.com/highcharts/series.organization

Screenshot 2020-11-23 at 12 24 33

How to add a module: https://github.com/highcharts/highcharts-react-native#using-highcharts-modules-eg-solid-gauge-drilldown-or-exporting

ys-sherzad commented 3 years ago

@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?

Denyllon commented 3 years ago

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 support@highcharts.com). 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!