**excludeRoot is not working** ``` options = { chart: { type: 'sunburstChart', height: 500, color: d3.scale.category20c(), excludeRoot: true, }, } ```
excludeRoot is not working