I would like to place a title in the center of a pie/donut chart in HighCharts.
I don\'t see anything in the chart options that would directly enable this, so I\'m t
Just add the following.
title: { text : 'title to display in the middle' verticalAlign: 'middle', y: 5 },