Question

I know how I can prevent from deleting a slice from pie chart,

legendItemClick: function () {
    return false;
}

but how can I make slice to be transparent instead of deleting it from chart?

I just want to be like this:

enter image description here

Was it helpful?

Solution

Set ignoreHiddenPoints: false see: http://jsfiddle.net/NZ9d7/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top