Adjusting slices in JavaScript
I am trying to adjust the visible variable of a pie slice for a chart in the JavaScript section. How ever, I am having considerable difficulty finding the actual objects. My best attempt so far has been within the beforeGeneration() method where I can access the chart's setMinSlice method. Getting any more specific slice…