Highcharts donut chart customization

后端 未结 3 1711
生来不讨喜
生来不讨喜 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:41

     function(chart4) {
    chart4.renderer.text('Reduced by 
    10 Years
    ', (chart4.chartWidth/2)-38, (chart4.chartHeight/2)-5) .css({ color: '#4b4b4b', fontWeight: 'bold', fontSize: '12px' }) .add(); }

提交回复
热议问题