I have a for loop and every time for loop gives us start and end values in percentage. I want to create pie chart according to values given by for loop. let’s say first time loop gives us 0% to 33% then in pie chart, 0 -33 part(shard) should be create. after that loop gives us 34% to 66% then again this part should be create and so on. Partion should be clickable.