PHPGraphLib is a lightweight PHP-based graphing library that creates slick PHP graphs for incorporation into a website or application. PHPGraphLib is free to use for personal use, and can be used for a small fee commercially.
Questions tagged [phpgraphlib]
35 questions
0
votes
1 answer
include function and Graphs in PHP
i am using libCharts in my PHP application ....the graphs are working but when i include it in the application using INCLUDE function then it does not work
it give me the error
Warning: include(charts/charts-example-line.php) [function.include]:…

user1911721
- 33
- 3
0
votes
1 answer
i want to create a graph in php fetching values from database
i have a php website which takes input such as employee name,date,in time and out time.now i want create a graph based on date and time.to see the graph that when the employees are on time.
0
votes
1 answer
phpgraphlib_v2.31 - Graph not loading into a Div in PHP
I used this link to create a graph in php.The graph created successfully.
But when i loading this into a div ,it displays error.
That means this is my code:

Kichu
- 3,284
- 15
- 69
- 135
-1
votes
1 answer
How to pass array as optional parameter and iterate over it?
I am trying to modify phpgraphlib so that I can generate a legend when multiple bar colors are used. I added an array with colors as optional parameter in generateLegend() but it doesn't seem to work. I don't know what's wrong. I have no prior…

no-name
- 477
- 1
- 5
- 13
-1
votes
1 answer
How to load an image every second using Javascript
I have programmed a web site in HTML/PHP/Javascript that must display the data stored in a MySQL database every second. It displays it as a graph (PNG image produced by running graph.php).
Live Tracking…

monchu
- 3
- 1