Place text in center of pie chart - Highcharts

后端 未结 7 555
-上瘾入骨i
-上瘾入骨i 2020-12-08 00:57

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

7条回答
  •  时光说笑
    2020-12-08 01:13

    Just add the following.

    title: { text : 'title to display in the middle' verticalAlign: 'middle', y: 5 },

提交回复
热议问题