-1

I am creating a web application in which there is a requirement of creating a chart. I have successfully created zoom pie chart but now there is a requirement for creating an outer circle of pie chart. I have no idea about how to create that.

Any suggestions are acceptable.

enter image description here

1 Answer 1

0

One way to resolve this would be to create a doughnut chart for your outer circle.To accommodate the inner circle, Set the CSS property position to absolute and give it a higher Z index. Then, adjust the radius accordingly to fit the scale.

1
  • technically it is not possible, placing a second chart into 1st doughnut chart's center.
    – darthVader
    Commented May 21, 2019 at 5:30

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.