Hi,
I have a PHP code which runs a MySql query and generates Arrays. For each projectcode, it generates 1] Associative Array for Employees working on that project
2] Associative Array for Employee Budgeted Hours
3] Associative Array for Employee Completed Hours
4] An Employee Available Hours Associative Array is created by subtracting Completed hours - Budgeted Hours.
I want to display the values in these array as a 3D stacked horizontal bar chart for each Employee.
I have googled for a 3D stacked horizontal bar chart php script but could not find any. Is there anyone who has made such a type of script???
The bar chart should look like this:
Name Budgeted Completed Available
______________________________________
sam | 35 | 45 | 10|
______________________________________|
_______________________________
Jack | 30 | 20 | 10|
_______________________________|
something like the above.
3D stacked horizontal bar chart
Moderator: General Moderators
Re: 3D stacked horizontal bar chart
i have tried that but not found any for 3D stacked horizontal bar chart.
Anyone with any ideas???
Anyone with any ideas???
Re: 3D stacked horizontal bar chart
that is the only one I know. You can look for flash based output.
Re: 3D stacked horizontal bar chart
Thanks.
I guess theres none made except those paid flash graphs.
(
I guess theres none made except those paid flash graphs.
Re: 3D stacked horizontal bar chart
Why don't you write one by your own?
There are 10 types of people in this world, those who understand binary and those who don't
Re: 3D stacked horizontal bar chart
If i knew how to, i would certainly do that...however i am an amateur with respect to PHP.
Re: 3D stacked horizontal bar chart
There are 10 types of people in this world, those who understand binary and those who don't