Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top