score:2

Accepted answer

switch to using a point object instead of an array for the data.

    drilldown: {
        series: [{
            id: 'animals',
            data: [{name: 'cats',
                    y: 4, 
                    othervalue: 100},

in the formatter your extra value will be under:

this.point.othervalue

fiddle example.


Related Query

More Query from same tag