Using d3.js to modify c3.js chart
问题 I am using C3.js to create charts. I have created a simple donut chart. Here is the screen shot: When I hover over the different donut slices/pieces they expand. Here is a screen shot of that happening: I was wondering if it is possible to have certain donut pieces expand like that by DEFAULT without hovering over them. Here is my FIDDLE I was also suggested to add the following code to make the donut pieces stick out: setTimeout( function() { d3.selectAll('.c3-arc-D, .c3-arc-B, .c3-arc-C')