饼图下方的标题

时间:2018-11-21 12:35:26

标签: reactjs highcharts pie-chart

我们在用户界面中使用Highcharts。我需要在图片中显示标题。你能告诉我路吗?enter image description here

1 个答案:

答案 0 :(得分:0)

将标题verticalAlign属性设置为'bottom'

title: {
    text: 'Browser market shares in January, 2018',
    verticalAlign: 'bottom'
}

实时演示:https://jsfiddle.net/BlackLabel/cd2wyz3g/

API:https://api.highcharts.com/highcharts/title.verticalAlign