It has been moved below the "series" istead chart object.
http://api.highcharts.com/highstock#plotOptions.series
Something like that:
series: [{ animation:{ duration: 10000 }, type: 'pie', name: 'Percentuale per periodo', data: [ ['2 anni', 13.0], ['3 anni', 41], ['4 anni', 17], ['5 anni', 17], ['7 anni', 4], ['8 anni', 8] ] }]
Kingjia
source share