我得到了一个包含所有元素和可读类别的正确高图,请参阅图片
但如果我想以PDF格式导出,我无法在文件底部获得可读类别:请参阅图片:
这里是导出模块的代码:
xAxis:
{
categories: <?php echo json_encode($values); ?>
},
exporting: {
enabled: true,
type: 'image/jpeg',
type: 'image/png',
type: 'application/pdf',
url: 'lib/hichart/exporting-server/php/index.php',
filename: 'Graphique'
},
任何人都知道我可以改变什么来使类别可读?
提前THX