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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top