Hey I want to draw a graph(Stdent mark distribution) in my site based on PHP. How can I do this?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
There are a number of libraries available for generating graphs.
More are listed above and here.
There are also several graphing libraries available for PHP to make your life simpler. JPGraph is a good (non-free) one.