I want to show the last label as the max value on this pie. In this example I want it to show 825000 as the last label. Is there a way to do this?
"yAxis": [{
"lineWidth": 0,
"min": 0,
"max": 825000, /* Budget + Contingency */
tickColor: 'white',
tickWidth: 4,
minorTickInterval: 'auto',
minorTickLength: 3,
minorTickPosition: 'inside',
tickPixelInterval: 50,
tickPosition: '',
tickLength: 30,
showLastLabel: false,