Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Does PHPRunner allow for log charts? I need to do some charts with 3-8 plots in each where the x-axis is logarithmic and the y-axis is a standard scale.
Steffen, PHPRunner builds chart based on the SQL query.You can calcualate logarithm in the SQL query and then use it in the chart.Here are logarithm MySQL functions:http://dev.mysql.com/doc/refman/5.0/en/mat...#function_log10