I was using pchart to draw the graph in kohana , the problem i am facing is when i tried to include the mouse over for the pchart i was getting empty page.but pchart with the mouse over is working in normal php.
Please help me…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finally solved the issue,
Solution:
Previously i placed the pchart mouseover js files inside the system/vendor folder and tried to access it thats y i was not able to get.
Now i placed the pchart mouseover js inside the js folder in the root and changed the tmp path inside the pchart class to the exact path.Now mouse over works.