I am making pie chart by following this link
https://canvasjs.com/docs/charts/integration/jquery/chart-types/jquery-pie-chart/
I have two questions:
1. I want to get the data of selected slices , please give me the code for it.
2. I want to set some selected pie slices by default on page load,
Actually I have two pages in which I want to implement pie chart.
In first page user select some sections of pie chart and then he click on button on that page, which will redirect user to another page, in which we create same pie chart by showing some selected pie slices expanded by default on the basis of slices selected by user in first page.
Please advise me how to do it.
Thanks
Sachin