Donghnut Chart Without Info

  • Token Sale Program60%
  • Reserve Fund8%
  • Team and Founders15%
  • Board Advisors4%
  • Ecosystem Development7%
  • Marketing and Bounty6%

Donghnut Chart With info

  • Token Sale Program40%
  • Reserve Fund13%
  • Team and Founders15%
  • Board Advisors14%
  • Ecosystem Development10%
  • Marketing and Bounty8%

Use a canvas tag with an id="your-id" in a place where you want to generate the chart
Then create an ul with a class .chart-data and give it a attribute data-canvas="Your-id" to link with canvas.
Also use .d-none class with .chart-data if you dont want to show this info in your page.

Now for each data set you want to add on chart create a li , its takes 3 attributes [data-color] , [data-title] , [data-amount]
[data-color] take a hex , rgb , rgba color value. dont forget to add # with hex color.