This topic is locked

Graph

10/27/2010 8:22:48 AM
PHPRunner General questions
C
cis2131 author

I have some data formed in this way..
ID probeno date_time value

46 2 2010-10-27 07:05:02 8

47 1 2010-10-27 08:05:01 8

48 2 2010-10-27 08:05:02 9

49 1 2010-10-27 09:05:02 5

50 2 2010-10-27 09:05:02 9

51 1 2010-10-27 10:05:02 5

52 2 2010-10-27 10:05:02 8

53 1 2010-10-27 11:05:02 6

54 2 2010-10-27 11:05:02 8

55 1 2010-10-27 12:05:01 5

56 2 2010-10-27 12:05:02 8

57 1 2010-10-27 13:05:01 8

58 2 2010-10-27 13:05:02 8
I would like to display the values in a graph, where "probeno" is the Data Series, and "date_time" is the labelfield and "value" the actual value.
Is that possible???

Sergey Kornilov admin 10/27/2010

Not sure I understand what you trying to build. 'Data series' and 'the actual value' are the same thing.

C
cis2131 author 10/27/2010



Not sure I understand what you trying to build. 'Data series' and 'the actual value' are the same thing.


Thanks for replying Sergey
I can see that my data is not shown as expected in the post



ID probeno date_time value

46 2 2010-10-27 07:05:02 8

47 1 2010-10-27 08:05:01 5



I have several temperature monitors reporting values to the same table, the report their id (probeno), date/time for the registered value, and the temperature at the given time.

I would like to show those values in a graph (all togeter in the same Multigraph). I dont know how many probes i get, (that is dynamic).
Hope it is more clear now..
Claus

Sergey Kornilov admin 10/27/2010

Claus,
could you post a sample chart that you trying to build? Still not clear what exactly causes the trouble.

C
cis2131 author 10/27/2010



Claus,
could you post a sample chart that you trying to build? Still not clear what exactly causes the trouble.


I have sent you a email with the pictures as requestet... (sthe support mail)
Claus