Hi.
I am developing a CMS that will allow us to create projects and monitor our performance within those projects. Since all the project data (project dates, titles, estimated duration, etc) is database driven, I will create a separate table for storing the performance info of each and every project.
Now I need help in terms of the importing the information from a database and encoding to a format that would be easily read by the chart.
By looking at the source code. I can see that you use arrays to pass data and the plugin will automatically visualize it for you. Now so far I’ve seen examples which has data from one fixed date-point to another. But I need to be able to reserve space for the graph to grow on a daily basis until the maximum date is met.
Help Anyone?