我试图将饼图的图片导出到我的服务器中,但我看不到标签或标题。我已经在http://export.highcharts.com/demo的服务器中测试了 options.json 文件,它工作得很好。这是我的选项:
{
series: [{
type: 'pie',
data: [
['one', 80.0],
['two', 10],
['three', 10],
]
}],
title: {
text: 'The Title',
style: { color: '#333' }
}
}
这就是输出的样子: