javascriptsvghtml5-canvasraphaelchart.js

JavaScript doughnut chart with centered hover label


I am trying to create this chart with chart.js or raphael. I am expecting, on hover the label will show up exactly as that image. I created it with chart.js but unable to implement the inner style and hover functionality. Can anybody help please? Thanks in advance Custom doughnut chart

Its the solution i found jsfiddle.net/sajibsrs/u6rr5moq/186 but unable to get the style and implement hover functionality.


Solution

  • Finally! I was able to solve my problem. Here is the basic functionality I was looking for. I'll further refine the code and its functionality as needed.

    Link: https://jsfiddle.net/sajibsrs/m2a7ovje/