Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/loops/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Highcharts 导出时Highchart中文冒号显示不正确_Highcharts_Export - Fatal编程技术网

Highcharts 导出时Highchart中文冒号显示不正确

Highcharts 导出时Highchart中文冒号显示不正确,highcharts,export,Highcharts,Export,在Highchart中导出图表时,除中文冒号外,我的所有字符都显示良好。 我需要设置一些特殊的东西吗? 即使在highchart从其站点导出示例中,仍然存在问题 请参见中的示例 当设置如下标题时,无法正确导出 title: { text: 'Exporting it:colon in between' } 此汉字的导出服务器上的defautlt字体有问题。请为标题指定字体系列。像这样, title: { text: 'Exporting it:colon in

在Highchart中导出图表时,除中文冒号外,我的所有字符都显示良好。 我需要设置一些特殊的东西吗? 即使在highchart从其站点导出示例中,仍然存在问题

请参见中的示例

当设置如下标题时,无法正确导出

title: {
        text: 'Exporting it:colon in between'
    }

此汉字的导出服务器上的defautlt字体有问题。请为标题指定字体系列。像这样,

title: {
    text: 'Exporting it:colon in between',
    style: {
            "font-family":'verdana'
    },            
},

据报道,这方面存在一个问题,请参见

中文冒号问题已得到解决,但还有一些其他中文字符无法导出,例如。