i’ve been working with the ShinobiChart trial version and I would like to know if there is a way to disable the highlight effect when you select a slice of the chart and it changes the color.
I readed the documentation and i changed the colors in the flavourColors
array, i even changed to NO
the value on showCrust
.
pieSeries.style.showCrust = NO;
[[pieSeries style] setFlavourColors:[NSMutableArray arrayWithObjects: blue, green, yellow, pink, purple, gray, red, nil]];
There are two pictures about the hightlight effect i'm talking about.
Thanks for any help!