PHP bar chart, pie chart, and linear chart with support for Chinese Characters

Source: Internet
Author: User
Tags dotproject

Download libchart

From: http://blog.csdn.net/dj0379/article/details/7451946

Libchart charts are really easy to use. The only pity is that they do not support Chinese characters and are garbled in charts. After pondering, I used the experience of modifying Chinese garbled characters in the dotproject and changed Libchart. Now I have successfully supported Chinese fonts.
The procedure is simple:
1. Write your own PHP file that generates charts using the Libchart library and save it in UTF-8 encoding.
2. Find several Chinese character libraries, such as 文 and, and copy them to the libchart/fonts directory.
3. Modify the text. php file in the libchart \ classes directory.
Rows 47th and 48

$ This-> fontCondensed = dirname (_ FILE _). "/../fonts/DejaVuSansCondensed. ttf ";
$ This-> fontCondensedBold = dirname (_ FILE _). "/../fonts/DejaVuSansCondensed-Bold.ttf ";

Change

$ This-> fontCondensed = dirname (_ FILE _). "/../fonts/Chinese font you have found ";
$ This-> fontCondensedBold = dirname (_ FILE _). "/../fonts/Chinese font you have found ";

Now, the chart now displays Chinese characters.


From: http://blog.csdn.net/dj0379/article/details/7451946

Libchart charts are really easy to use. The only pity is that they do not support Chinese characters and are garbled in charts. After pondering, I used the experience of modifying Chinese garbled characters in the dotproject and changed Libchart. Now I have successfully supported Chinese fonts.
The procedure is simple:
1. Write your own PHP file that generates charts using the Libchart library and save it in UTF-8 encoding.
2. Find several Chinese character libraries, such as 文 and, and copy them to the libchart/fonts directory.
3. Modify the text. php file in the libchart \ classes directory.
Rows 47th and 48

$ This-> fontCondensed = dirname (_ FILE _). "/../fonts/DejaVuSansCondensed. ttf ";
$ This-> fontCondensedBold = dirname (_ FILE _). "/../fonts/DejaVuSansCondensed-Bold.ttf ";

Change

$ This-> fontCondensed = dirname (_ FILE _). "/../fonts/Chinese font you have found ";
$ This-> fontCondensedBold = dirname (_ FILE _). "/../fonts/Chinese font you have found ";

Now, the chart now displays Chinese characters.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.