This topic is locked

Chart legend

4/29/2010 11:26:44 PM
PHPRunner General questions
A
aramuni author

Hi,
I get a chart (type Line) from this query:
SELECT

IMEI,

DatEve AS Data,

TipoTlm,

Motorista,

SUM(Exc_Curva) AS Curva,

SUM(Fre_Brusca) AS Freada

FROM Telemetria

GROUP BY DATE(DatEve)
When I use one data series (such "Curva") the legend of displayed chart is Ok but when I add one more serie ("Freada") the legend doesn't show the name of each series.
How can I work around this?
Tks in advance.

J
Jane 4/30/2010

Hi,
please make sure you use latest build 5482:

http://xlinesoft.com/download
If it doesn't help please 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.