On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Adjusting slices in JavaScript

JMaleski
JMaleski Junior Member
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 attributes has eluded me thus far.

I suppose my question boils down to are the slice values stored in an accessable Object via the JavaScript functions that would allow me to check it's area (or other attributes) in order to dynamicaly disable the visiable attribute?

Thanks for your time :)