I started phpchartPlus back in 2003 when i was trying to learn graphics programming with php and gd. At that time i was reading the various on-line GD tutorials and wanted to implement a small chart class to graph some data. The first release consisted of just one class, phpchartPlus, that implemented all the functionality needed (with all the drawbacks this decision entails). Later i discovered among other things the world of design patterns by reading the classic book "Design Patterns" by Addison-Wesley. New ideas came to my mind and the result was the second release of phpchartPlus based on PHP's 5 object model. The conclusion from all these is that the project has not a well-defined roadmap. I add features and organize things as they come to mind. Therefore the vitality and evolution of the project depends also on your own feature requests and comments. Some features planned for inclusion in a feature release are:
Potential features in future releases
- Generation of Error & ErrorLine charts
- Generation of combination charts
- Generation of stackable bar charts
- Generation of tahograph charts
- Support for chart data input from XML-RPC clients
|