krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

How to hide root from sunburst graph ? #771

Open iogrey opened 4 years ago

iogrey commented 4 years ago

excludeRoot is not working

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