Highcharts donut chart customization

后端 未结 3 1717
生来不讨喜
生来不讨喜 2020-12-28 18:27

I have a license for highcharts and I would like to create a char like the one bellow:

\"enter

3条回答
  •  庸人自扰
    2020-12-28 18:49

    You might try using title as an alternative and rather simple approach.

                title: {
                    text: 'Budget',
                    align: 'center',
                    verticalAlign: 'middle',
                    style: {
                        fontSize: '9.5px'
                    } 
                },
    

    JsFiddle: http://jsfiddle.net/amigoo/zwod86e1/

提交回复
热议问题