How to expand the Connector of ORG Chart

49 Views Asked by At

I am working on org chart on highcharts. Want to make the connector little wider. highlighted the part which one i want to make little wider here's the picture

1

There are 1 best solutions below

0
On

You can use linkLineWidth on a specific level.

levels: [..., {
  ...,
  linkLineWidth: 10
}]

Live demo: https://jsfiddle.net/BlackLabel/L4ygked0/

API Reference: https://api.highcharts.com/highcharts/series.organization.linkLineWidth