pdf导出中的不可读类别

时间:2013-06-26 07:16:18

标签: php mysql highcharts

我得到了一个包含所有元素和可读类别的正确高图,请参阅图片

但如果我想以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

0 个答案:

没有答案
相关问题