in src/Sunburst.ts [169:183]
        sliceLabel: createClassAndSelector("sunburst__slice-label")
    };
    private colorPalette: IColorPalette;
    private colorHelper: ColorHelper;
    private interactivityService: IInteractivityService<any>;
    private behavior: IInteractiveBehavior = new Behavior();
    private tooltipService: ITooltipServiceWrapper;
    private viewport: IViewport;
    private legend: ILegend;
    private legendData: LegendData;
    constructor(options: VisualConstructorOptions) {