This topic is locked

Q: Charts

11/22/2008 6:00:44 AM
PHPRunner General questions
C
c991257 author

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.

J
Jane 11/24/2008

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