am4core.useTheme(am4themes_kelly);am4core.useTheme(am4themes_animated);var chart = am4core.create("abaimOrganigram", am4plugins_forceDirected.ForceDirectedTree);chart.legend = new am4charts.Legend();chart.legend.position = "top";chart.legend.margin(50);var series = chart.series.push(new am4plugins_forceDirected.ForceDirectedSeries());series.dataFields.linkWith = "linkWith";series.dataFields.name = "name";series.dataFields.id = "name";series.dataFields.value = "value";series.dataFields.children = "children";series.dataFields.collapsed = "collapsed";series.centerStrength = 0.8;series.fontSize = 12;series.nodes.template.label.text = "[]{position}\n[/] [bold]{name}[/] []\n{subname}[/]";series.nodes.template.label.truncate = false;series.nodes.template.tooltipText = "{bio}";series.data = [{"name": "The general assembly","value": 23,"children": [{"name": "Executive","subname": "","collapsed": true,"value": 20,"children": [{"name": "Madina","position": "President","bio": "Education professional","value": 18},{"name": "Vania","position": "","bio": "Professional in a call sector, ex Ti Marmit, artist","value": 18},{"name": "Giovanni","position": "","bio": "Catering professional, member of Abaim since childhood","value": 18},{"name": "Eric","position": "","bio": "","value": 18},{"name": "Esthel","position": "","bio": "Professional in the socio-educational sector, ex Ti Marmit, artist","value": 18},{"name": "Ketty","position": "","bio": "","value": 18},{"name": "Alain","position": "","bio": "Founder member, social work professional, passionate about culture","value": 18},{"name": "Jenita","position": "","bio": "differently-abled, passionate about agriculture","value": 18},{"name": "Nandinee","position": "","bio": "Member since 23 years, differently-abled ex athlete","value": 18},{"name": "Ketty","position": "","bio": "","value": 18},{"name": "Nicolas","position": "","bio": "Education professional & trainer","value": 18},{"name": "Juliette","position": "","bio": "","value": 18}]},{"name": "The operational","subname": "","collapsed": true,"value": 20,"children": [{"name": "Alain","position": "Psycho-socio-pedagogy ","bio": "Practitioner and trainer in culture and development","value": 18},{"name": "Linda ","position": "Kitchen","bio": "-","value": 18},{"name": "Emmanuel","position": "Culture","bio": "-","value": 18},{"name": "Tania","position": "Events and Merchandising","bio": "-","value": 18},{"name": "Christopher ","position": "Digital","bio": "-","value": 18},{"name": "Alison, Kashmira","position": "Social Integration","bio": "Carer for children and Works with parents","value": 18},{"name": "Marousia","position": "Coordination","bio": "One of the pillars of the association for more than the last 30 years","value": 18},{"name": "Kumar & Clarel","position": "Maintenance","bio": "Resident of Barkly, commited parent and devoted parent","value": 18},{"name": "Sarah","position": "Creative","bio": "Transmission of various forms of crafts and arts.","value": 18},{"name": "Ahmeen, Noah","position": "Social enterprise","bio": "Manufacturer of traditional instruments ( ravann, maravann, triangle), young musician of Group Abaim","value": 18},{"name": "James","position": "Coach","bio": "Transmission of knowledge and traditional know how","value": 18},{"name": "Koushee","position": "","bio": "Effective support to administration and accounting as well as programs","value": 18}]},{"name": "Administration and Accounts","subname": "","collapsed": true,"value": 20,"children": [{"name": "Ghislaine","position": "","bio": "","value": 18},{"name": "Kooshee","position": "","bio": "","value": 18}]}]}];var linkTemplate = series.links.template;linkTemplate.strokeWidth = 1.5;