i am using jqplot charts for my app. i have pie chart on my home page ,which gets data from json. it works fine but i want to add some extra functionality of chart like on click of any slice of chart it will explode or slice out , i am trying to set slice margin and radius changes but it's not working..any idea or suggestion for that?
i made this fiddle how far i get
JS-Fiddle (after click on any slice u will find what i want)
Note : don't suggest other chart because i want to do it with this chart only, i know that the same functionality available with "Highcharts" but i want to do it with jqplot .