In this tutorial we show how to dynamically generate date labels for the chart axis
The first step is to configure the graph software to request the properties from a server script. This is done with the parameter 'JpGraphPropertyFile'. Here is the configuration used for this graph:-
For this example we have created the property script with PHP. The server side script can be written in any server side language and at the bottom of this page there are sample scripts for ASP and PHP
The script is fairly straight forward and performs the following steps:-
The server script may be written in any language, here are sample scripts for some common languages:-