//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); };
这个具体是加在哪呢?我加了几个位置,图反而显示不出来了作者: dy 时间: 2006-9-12 15:33
能告知graph_bar,graph_group,graph_group_pct,graph_cumulative_bydate分别指的是哪种图吗?哪个是柱图作者: shouting 时间: 2006-9-12 21:52
我前几天装了下,发现不用加代码也可以实现中文没有乱码!
明天给你发详细的使用文档阿,我放在我办公室了!作者: dy 时间: 2006-9-19 17:14
使用文档,使用文档,快快发