mantis图形报表横纵坐标显示乱码?怎么解决?
在网上查了些资料,说在graph_api.php中每个“$graph->title->Set后加下面代码:对于柱图和线图,要设置图形标题和x、y轴标题、节点标题:
//Set the title and axis font if the default_language is set to chinese if (config_get(’default_language’) == ’chinese_simplified’){ $graph->title->SetFont(FF_SIMSUN,FS_NORMAL); $graph->xaxis->title->SetFont(FF_SIMSUN,FS_NORMAL); $graph->yaxis->title->SetFont(FF_SIMSUN,FS_NORMAL); $graph->xaxis->SetFont(FF_SIMSUN,FS_NORMAL); $graph->yaxis->SetFont(FF_SIMSUN,FS_NORMAL); } else if (config_get(’default_language’) == ’chinese_traditional’){ $graph->title->SetFont(FF_CHINESE,FS_NORMAL); $graph->yaxis->title->SetFont(FF_CHINESE,FS_NORMAL); $graph->xaxis->title->SetFont(FF_CHINESE,FS_NORMAL); $graph->xaxis->SetFont(FF_CHINESE,FS_NORMAL); $graph->yaxis->SetFont(FF_CHINESE,FS_NORMAL); };
这个具体是加在哪呢?我加了几个位置,图反而显示不出来了 能告知graph_bar,graph_group,graph_group_pct,graph_cumulative_bydate分别指的是哪种图吗?哪个是柱图 我前几天装了下,发现不用加代码也可以实现中文没有乱码!
明天给你发详细的使用文档阿,我放在我办公室了! 使用文档,使用文档,快快发
页:
[1]