This topic is locked

CharHelp with a chart

6/6/2009 1:59:23 AM
PHPRunner General questions
S
sakisl author

Hi,

I need some help with my chart...I'm using PHPRunner 5.1 but I'm afraid I can't get my chart to work.

I have a table named "Auction" and I want to display for each record two fields.

The SQL query I get is :
SELECT

total_bids,

nDiscreteValues

FROM Auction

ORDER BY total_bids
and on the results tab I get :
31 16

36 19

47 22

52 18

54 33

63 45

72 35

.... .....
which is excactly what I want....

but from here on I can't get these values on a graph.
I only get 1 pair : 31-16 (the first one)
Pls anybody can help out ??!

J
Jane 6/8/2009

Hi,
I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

S
sakisl author 6/9/2009

Hi,

I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.


Jane,

thank you. I uploaded my project and followed your advice, which solved my problem.

There is one more thing, which I believe is a bug : I can't get the numeric values to NOT appear on the chart.

(I mean the numbers just above the dots which make the graph)

I tried unticking "Show legend", "Show names", "Show values" in the Chart Appearance tab, but they are still there.

Any workaround for this?
Thanks and regards

J
Jane 6/10/2009

Hi,
To hide values in the chart labels open generated dchartdata.php file, find this code:

<label_settings enabled="True">



and replace it with this one:

<label_settings enabled="False">


We'll fix this issue in the next update.